@liveblocks/yjs
Advanced tools
Comparing version 1.6.0-subdocs1 to 1.6.0-subdocs2
@@ -153,13 +153,4 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// src/index.ts | ||
// src/doc.ts | ||
var _jsbase64 = require('js-base64'); | ||
var _yjs = require('yjs'); var Y = _interopRequireWildcard(_yjs); | ||
// src/version.ts | ||
var PKG_NAME = "@liveblocks/yjs"; | ||
var PKG_VERSION = "1.6.0-subdocs1"; | ||
var PKG_FORMAT = "cjs"; | ||
// src/doc.ts | ||
_core.detectDupes.call(void 0, PKG_NAME, PKG_VERSION, PKG_FORMAT); | ||
var yDocHandler = class extends Observable { | ||
@@ -233,2 +224,7 @@ constructor({ | ||
// src/version.ts | ||
var PKG_NAME = "@liveblocks/yjs"; | ||
var PKG_VERSION = "1.6.0-subdocs2"; | ||
var PKG_FORMAT = "cjs"; | ||
// src/index.ts | ||
@@ -235,0 +231,0 @@ _core.detectDupes.call(void 0, PKG_NAME, PKG_VERSION, PKG_FORMAT); |
{ | ||
"name": "@liveblocks/yjs", | ||
"version": "1.6.0-subdocs1", | ||
"version": "1.6.0-subdocs2", | ||
"description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -35,4 +35,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/client": "1.6.0-subdocs1", | ||
"@liveblocks/core": "1.6.0-subdocs1", | ||
"@liveblocks/client": "1.6.0-subdocs2", | ||
"@liveblocks/core": "1.6.0-subdocs2", | ||
"js-base64": "^3.7.5" | ||
@@ -39,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88805
790
+ Added@liveblocks/client@1.6.0-subdocs2(transitive)
+ Added@liveblocks/core@1.6.0-subdocs2(transitive)
- Removed@liveblocks/client@1.6.0-subdocs1(transitive)
- Removed@liveblocks/core@1.6.0-subdocs1(transitive)