@netless/fastboard-ui 0.3.17-beta.0 → 0.3.17-beta.2
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/{index.global.d.ts → full.d.ts} +1 -1
- package/dist/{index.global.js → full.js} +1 -1
- package/dist/full.js.map +1 -0
- package/dist/{index.global.mjs → full.mjs} +1 -1
- package/dist/full.mjs.map +1 -0
- package/full.d.ts +1 -0
- package/package.json +21 -20
- package/dist/index.global.js.map +0 -1
- package/dist/index.global.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FastboardApp, FastboardPlayer } from '@netless/fastboard-core/
|
|
1
|
+
import { FastboardApp, FastboardPlayer } from '@netless/fastboard-core/full';
|
|
2
2
|
import { SvelteComponentTyped } from 'svelte/internal';
|
|
3
3
|
export { SvelteComponentTyped } from 'svelte/internal';
|
|
4
4
|
|
|
@@ -15510,4 +15510,4 @@ exports.ZoomControl = ZoomControl_default;
|
|
|
15510
15510
|
exports.apps = apps;
|
|
15511
15511
|
exports.createReplayUI = createReplayUI;
|
|
15512
15512
|
exports.createUI = createUI;
|
|
15513
|
-
//# sourceMappingURL=
|
|
15513
|
+
//# sourceMappingURL=full.js.map
|