@steedos-widgets/liveblocks 6.3.11-beta.17 → 6.3.11-beta.19

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/README.md CHANGED
@@ -32,5 +32,5 @@ yarn dev
32
32
  ## Steedos 加载资产包
33
33
 
34
34
  ```
35
- STEEDOS_PUBLIC_PAGE_ASSETURLS=http://127.0.0.1:8080/@steedos-widgets/amis-object/dist/assets-dev.json,http://127.0.0.1:8080/@steedos-widgets/liveblocks/dist/assets-dev.json
35
+ STEEDOS_WIDGETS_ADDITIONAL=@steedos-widgets/liveblocks
36
36
  ```
package/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/liveblocks",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.17/dist/liveblocks.umd.js",
7
- "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.17/dist/liveblocks.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.19/dist/liveblocks.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.19/dist/liveblocks.umd.css"
8
8
  ],
9
9
  "library": "BuilderLiveblocks"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/liveblocks"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.17/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.19/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.17/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.17/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.19/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.11-beta.19/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/liveblocks",
3
3
  "private": false,
4
- "version": "6.3.11-beta.17",
4
+ "version": "6.3.11-beta.19",
5
5
  "main": "dist/liveblocks.cjs.js",
6
6
  "module": "dist/liveblocks.esm.js",
7
7
  "unpkg": "dist/liveblocks.umd.js",
@@ -53,8 +53,8 @@
53
53
  "@liveblocks/react": "^2.11.0",
54
54
  "@liveblocks/react-ui": "^2.11.0",
55
55
  "@rollup/plugin-replace": "^5.0.2",
56
- "@steedos-widgets/amis-lib": "6.3.11-beta.17",
56
+ "@steedos-widgets/amis-lib": "6.3.11-beta.19",
57
57
  "react-error-boundary": "^4.1.2"
58
58
  },
59
- "gitHead": "7df027d81a0c4ff6ede457dee9f2ad6f577fb4d9"
59
+ "gitHead": "acbc166fa5667fcf3a99786169800f5205b0e625"
60
60
  }