@liveblocks/yjs 2.16.0-toolbars1 → 2.16.0-toolbars2
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -286,7 +286,7 @@ var yDocHandler = (_class2 = class extends Observable {
|
|
|
286
286
|
|
|
287
287
|
// src/version.ts
|
|
288
288
|
var PKG_NAME = "@liveblocks/yjs";
|
|
289
|
-
var PKG_VERSION = "2.16.0-
|
|
289
|
+
var PKG_VERSION = "2.16.0-toolbars2";
|
|
290
290
|
var PKG_FORMAT = "cjs";
|
|
291
291
|
|
|
292
292
|
// src/index.ts
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/yjs",
|
|
3
|
-
"version": "2.16.0-
|
|
3
|
+
"version": "2.16.0-toolbars2",
|
|
4
4
|
"description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"test:watch": "jest --silent --verbose --color=always --watch"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@liveblocks/client": "2.16.0-
|
|
37
|
-
"@liveblocks/core": "2.16.0-
|
|
36
|
+
"@liveblocks/client": "2.16.0-toolbars2",
|
|
37
|
+
"@liveblocks/core": "2.16.0-toolbars2",
|
|
38
38
|
"js-base64": "^3.7.7",
|
|
39
39
|
"y-indexeddb": "^9.0.12"
|
|
40
40
|
},
|