@steedos-widgets/liveblocks 6.3.12-beta.28 → 6.3.12-beta.29

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/liveblocks",
3
3
  "private": false,
4
- "version": "6.3.12-beta.28",
4
+ "version": "6.3.12-beta.29",
5
5
  "main": "dist/liveblocks.cjs.js",
6
6
  "module": "dist/liveblocks.esm.js",
7
7
  "unpkg": "dist/liveblocks.umd.js",
@@ -12,7 +12,9 @@
12
12
  "scripts": {
13
13
  "prebuild": "rimraf dist",
14
14
  "http": "npx http-server ../ --port 8080 --cors -c -1",
15
- "build": "yarn build-types && yarn build-rollup",
15
+ "build": "yarn replace-slate-vars && yarn replace-liveblocks-vars && yarn build-types && yarn build-rollup",
16
+ "replace-liveblocks-vars": "node ./script/replaceAttachmentSize.js",
17
+ "replace-slate-vars": "node ./script/replaceSlateVars.js",
16
18
  "build-types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
17
19
  "build-rollup": "rollup -c rollup.config.ts"
18
20
  },
@@ -53,9 +55,9 @@
53
55
  "@liveblocks/react": "2.12.0",
54
56
  "@liveblocks/react-ui": "2.12.0",
55
57
  "@rollup/plugin-replace": "^5.0.2",
56
- "@steedos-widgets/amis-lib": "6.3.12-beta.28",
58
+ "@steedos-widgets/amis-lib": "6.3.12-beta.29",
57
59
  "emojibase-data": "^16.0.2",
58
60
  "react-error-boundary": "^4.1.2"
59
61
  },
60
- "gitHead": "193bba08e2c235f62829fee0c719ff3bff233dfb"
62
+ "gitHead": "0279973b21caecc90169fc616259ceac84ea71b2"
61
63
  }