@liveblocks/yjs
Advanced tools
Comparing version 2.15.2 to 2.16.0-rc1
@@ -6,3 +6,3 @@ import { JsonObject, LsonObject, BaseUserMeta, Json, BaseMetadata, Room, User } from '@liveblocks/client'; | ||
declare type MetaClientState = { | ||
type MetaClientState = { | ||
clock: number; | ||
@@ -58,3 +58,3 @@ lastUpdated: number; | ||
declare type ProviderOptions = { | ||
type ProviderOptions = { | ||
autoloadSubdocs?: boolean; | ||
@@ -61,0 +61,0 @@ offlineSupport_experimental?: boolean; |
@@ -289,3 +289,3 @@ "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 _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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; } var _class; var _class2; var _class3;// src/index.ts | ||
var PKG_NAME = "@liveblocks/yjs"; | ||
var PKG_VERSION = "2.15.2"; | ||
var PKG_VERSION = "2.16.0-rc1"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -292,0 +292,0 @@ |
{ | ||
"name": "@liveblocks/yjs", | ||
"version": "2.15.2", | ||
"version": "2.16.0-rc1", | ||
"description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -36,4 +36,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/client": "2.15.2", | ||
"@liveblocks/core": "2.15.2", | ||
"@liveblocks/client": "2.16.0-rc1", | ||
"@liveblocks/core": "2.16.0-rc1", | ||
"js-base64": "^3.7.7", | ||
@@ -49,3 +49,3 @@ "y-indexeddb": "^9.0.12" | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"msw": "^0.47.4" | ||
"msw": "^1.3.5" | ||
}, | ||
@@ -58,3 +58,3 @@ "sideEffects": false, | ||
"type": "git", | ||
"url": "https://github.com/liveblocks/liveblocks.git", | ||
"url": "git+https://github.com/liveblocks/liveblocks.git", | ||
"directory": "packages/liveblocks-yjs" | ||
@@ -61,0 +61,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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
126894
1
+ Added@liveblocks/client@2.16.0-rc1(transitive)
+ Added@liveblocks/core@2.16.0-rc1(transitive)
- Removed@liveblocks/client@2.15.2(transitive)
- Removed@liveblocks/core@2.15.2(transitive)
Updated@liveblocks/core@2.16.0-rc1