Skip to content

fix: ApplicationDriver -> StandataDriver rename in standalone demo - #10

Merged
k0stik merged 1 commit into
mainfrom
fix/standalone-driver-rename
Aug 19, 2026
Merged

fix: ApplicationDriver -> StandataDriver rename in standalone demo#10
k0stik merged 1 commit into
mainfrom
fix/standalone-driver-rename

Conversation

@k0stik

@k0stik k0stik commented Aug 19, 2026

Copy link
Copy Markdown
Member

Summary

`standata` renamed `ApplicationDriver` (class) to `StandataDriver` (default export) a
while back. The standalone Vite demo's `src/standalone/index.tsx` wasn't caught by
`npm test` (which doesn't build the standalone bundle), so it broke `deploy-bundle` once
#9 bumped `standata` to its real published version:

```
[vite]: Rollup failed to resolve import "@mat3ra/standata/dist/js/ApplicationDriver"
```

Same rename already applied elsewhere in this rollout (`workflow-designer`, `job-designer`).

Test plan

  • `npm run build:standalone` (vite build) now succeeds

standata renamed ApplicationDriver (class) to StandataDriver (default
export) a while back; the standalone Vite demo's index.tsx wasn't
caught by npm test (which doesn't build the standalone bundle),
so it broke deploy-bundle after #9 bumped standata to its real
published version. Same rename already applied elsewhere
(workflow-designer, job-designer).
@k0stik
k0stik merged commit fc48704 into main Aug 19, 2026
5 checks passed
@k0stik
k0stik deleted the fix/standalone-driver-rename branch August 19, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants