@synerty/vortexjs
v10.0.0
Published
Legacy Synerty package name; re-exports @flyingion/vortexjs
Downloads
1,230
Readme
@synerty/vortexjs
Legacy Synerty npm package name for VortexJS. This package does not contain
implementation code. It re-exports the public API from
@flyingion/vortexjs.
Use this package when dependencies or imports still reference @synerty/vortexjs
(for example @synerty/peek-plugin-base-js).
Peek app worker URLs should reference @flyingion/vortexjs/workers/ directly.
Version mapping
| Package | Role |
| ------- | ---- |
| @synerty/[email protected] | Compatibility shim (this package) |
| @flyingion/[email protected] | Implementation |
Major version 10 marks the switch from npm aliases to a real @synerty package.
It does not imply a newer API than @flyingion/vortexjs@5.
Peek app dependency
"@synerty/vortexjs": "^10.0.0"Do not also add @flyingion/vortexjs or an npm: alias unless something imports
@flyingion/vortexjs by name directly (for example webpack worker entry points).
Publish
From this directory, after @flyingion/vortexjs is published:
bash scripts/publish.sh 10.0.0Local development
Link against a local @flyingion/vortexjs build:
npm install
npm link ../dist
npm link @flyingion/vortexjs