@netless/fastboard-core 1.0.0-canary.2 → 1.0.0-canary.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/index.js CHANGED
@@ -541,7 +541,7 @@ async function replayFastboardCore({
541
541
 
542
542
  // src/index.ts
543
543
  var name = "@netless/fastboard";
544
- var version = "1.0.0-canary.2";
544
+ var version = "1.0.0-canary.3";
545
545
 
546
546
  exports.FastboardApp = FastboardApp;
547
547
  exports.FastboardPlayer = FastboardPlayer;
package/dist/index.mjs CHANGED
@@ -537,7 +537,7 @@ async function replayFastboardCore({
537
537
 
538
538
  // src/index.ts
539
539
  var name = "@netless/fastboard";
540
- var version = "1.0.0-canary.2";
540
+ var version = "1.0.0-canary.3";
541
541
 
542
542
  export { FastboardApp, FastboardPlayer, addManagerListener, addPlayerListener, addRoomListener, addViewListener, createFastboardCore, createVal, ensureOfficialPlugins, name, replayFastboardCore, version };
543
543
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/fastboard-core",
3
- "version": "1.0.0-canary.2",
3
+ "version": "1.0.0-canary.3",
4
4
  "description": "A tiny wrapper of white-web-sdk and @netless/window-manager.",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -9,12 +9,15 @@
9
9
  ],
10
10
  "repository": "netless-io/fastboard",
11
11
  "peerDependencies": {
12
- "@netless/synced-store": ">=2.0.0",
13
12
  "@netless/window-manager": ">=1.0.0-canary.0",
14
13
  "white-web-sdk": ">=2.16.0"
15
14
  },
16
15
  "dependencies": {
17
- "@lukeed/uuid": "^2.0.0"
16
+ "@lukeed/uuid": "^2.0.0",
17
+ "@netless/synced-store": "^2.0.6"
18
+ },
19
+ "devDependencies": {
20
+ "white-web-sdk": "^2.16.33"
18
21
  },
19
22
  "scripts": {
20
23
  "cleanup": "rimraf dist",