@liveblocks/yjs 1.1.5-test1 → 1.1.5-test2

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
@@ -74,7 +74,7 @@ var Observable = class {
74
74
 
75
75
  // src/index.ts
76
76
  var _yjs = require('yjs'); var Y = _interopRequireWildcard(_yjs);
77
- _core.detectDupes.call(void 0, "@liveblocks/yjs", "1.1.5-test1", "cjs");
77
+ _core.detectDupes.call(void 0, "@liveblocks/yjs", "1.1.5-test2", "cjs");
78
78
  var Y_PRESENCE_KEY = "__yjs";
79
79
  var Awareness = class extends Observable {
80
80
  constructor(doc, room) {
package/dist/index.mjs CHANGED
@@ -74,7 +74,7 @@ var Observable = class {
74
74
 
75
75
  // src/index.ts
76
76
  import * as Y from "yjs";
77
- detectDupes("@liveblocks/yjs", "1.1.5-test1", "esm");
77
+ detectDupes("@liveblocks/yjs", "1.1.5-test2", "esm");
78
78
  var Y_PRESENCE_KEY = "__yjs";
79
79
  var Awareness = class extends Observable {
80
80
  constructor(doc, room) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/yjs",
3
- "version": "1.1.5-test1",
3
+ "version": "1.1.5-test2",
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.1.5-test1",
36
- "@liveblocks/core": "1.1.5-test1",
35
+ "@liveblocks/client": "1.1.5-test2",
36
+ "@liveblocks/core": "1.1.5-test2",
37
37
  "js-base64": "^3.7.5"
38
38
  },
39
39
  "peerDependencies": {