@liveblocks/yjs 1.10.0-beta4 → 1.10.0

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
@@ -256,7 +256,7 @@ var yDocHandler = class extends Observable {
256
256
 
257
257
  // src/version.ts
258
258
  var PKG_NAME = "@liveblocks/yjs";
259
- var PKG_VERSION = "1.10.0-beta4";
259
+ var PKG_VERSION = "1.10.0";
260
260
  var PKG_FORMAT = "cjs";
261
261
 
262
262
  // src/index.ts
package/dist/index.mjs CHANGED
@@ -256,7 +256,7 @@ var yDocHandler = class extends Observable {
256
256
 
257
257
  // src/version.ts
258
258
  var PKG_NAME = "@liveblocks/yjs";
259
- var PKG_VERSION = "1.10.0-beta4";
259
+ var PKG_VERSION = "1.10.0";
260
260
  var PKG_FORMAT = "esm";
261
261
 
262
262
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/yjs",
3
- "version": "1.10.0-beta4",
3
+ "version": "1.10.0",
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.10.0-beta4",
36
- "@liveblocks/core": "1.10.0-beta4",
35
+ "@liveblocks/client": "1.10.0",
36
+ "@liveblocks/core": "1.10.0",
37
37
  "js-base64": "^3.7.5"
38
38
  },
39
39
  "peerDependencies": {