Skip to content

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

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

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

Conversation

@k0stik

@k0stik k0stik commented Aug 19, 2026

Copy link
Copy Markdown
Member

Summary

Same root cause as mat3ra/ave#10 and mat3ra/move#7: `standata` renamed `ApplicationDriver`
(class) to `StandataDriver` (default export). `npm test` doesn't build the standalone
bundle, so this broke `deploy-bundle` once #10 bumped `standata` to its real published
version:

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

Test plan

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

Same root cause as ave#10/move#7: standata renamed ApplicationDriver
(class) to StandataDriver (default export). This was already flagged
in an earlier sweep but the fix wasn't applied when jove's own
dependency-bump PR (#10) went through - npm test doesn't build the
standalone bundle, so it broke deploy-bundle once standata was bumped
to its real published version.
@k0stik
k0stik merged commit d877539 into main Aug 19, 2026
5 checks passed
@k0stik
k0stik deleted the fix/standalone-driver-rename branch August 19, 2026 16:42
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.

1 participant