@liveblocks/yjs 1.9.0 → 1.19.0-test1

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
@@ -222,7 +222,7 @@ var yDocHandler = class extends Observable {
222
222
 
223
223
  // src/version.ts
224
224
  var PKG_NAME = "@liveblocks/yjs";
225
- var PKG_VERSION = "1.9.0";
225
+ var PKG_VERSION = "1.19.0-test1";
226
226
  var PKG_FORMAT = "cjs";
227
227
 
228
228
  // src/index.ts
package/dist/index.mjs CHANGED
@@ -222,7 +222,7 @@ var yDocHandler = class extends Observable {
222
222
 
223
223
  // src/version.ts
224
224
  var PKG_NAME = "@liveblocks/yjs";
225
- var PKG_VERSION = "1.9.0";
225
+ var PKG_VERSION = "1.19.0-test1";
226
226
  var PKG_FORMAT = "esm";
227
227
 
228
228
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/yjs",
3
- "version": "1.9.0",
3
+ "version": "1.19.0-test1",
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
  "main": "./dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "test:watch": "jest --silent --verbose --color=always --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@liveblocks/client": "1.9.0",
36
- "@liveblocks/core": "1.9.0",
35
+ "@liveblocks/client": "1.19.0-test1",
36
+ "@liveblocks/core": "1.19.0-test1",
37
37
  "js-base64": "^3.7.5"
38
38
  },
39
39
  "peerDependencies": {