@dfosco/storyboard-core 4.0.0-beta.1 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/storyboard-ui.js +3 -0
- package/dist/storyboard-ui.js.map +1 -1
- package/package.json +1 -1
- package/scaffold/deploy.yml +101 -0
- package/scaffold/manifest.json +5 -0
- package/scaffold/storyboard.config.json +1 -0
- package/src/CoreUIBar.svelte +1 -0
- package/src/autosync/server.js +99 -111
- package/src/autosync/server.test.js +0 -7
- package/src/cli/canvasAdd.js +133 -0
- package/src/cli/create.js +231 -68
- package/src/cli/dev.js +43 -23
- package/src/cli/flags.js +174 -0
- package/src/cli/flags.test.js +155 -0
- package/src/cli/index.js +95 -13
- package/src/cli/proxy.js +84 -6
- package/src/cli/schemas.js +180 -0
- package/src/cli/updateVersion.js +52 -9
- package/src/rename-watcher/config.json +23 -0
- package/src/rename-watcher/watcher.js +538 -0
- package/src/viewfinder.js +2 -2
- package/src/viewfinder.test.js +2 -2
- package/src/vite/server-plugin.js +12 -0
package/dist/storyboard-ui.js
CHANGED
|
@@ -22305,6 +22305,9 @@ function FC(t, e) {
|
|
|
22305
22305
|
},
|
|
22306
22306
|
get localOnly() {
|
|
22307
22307
|
return i(c5);
|
|
22308
|
+
},
|
|
22309
|
+
get basePath() {
|
|
22310
|
+
return s();
|
|
22308
22311
|
}
|
|
22309
22312
|
});
|
|
22310
22313
|
});
|