@liveblocks/core
Advanced tools
Comparing version 0.18.5 to 0.19.0-beta0
@@ -241,3 +241,3 @@ /** | ||
* ToImmutable<LiveMap<string, LiveList<number>>> | ||
* // { readonly [key: string]: readonly number[] } | ||
* // ReadonlyMap<string, readonly number[]> | ||
* ToImmutable<LiveObject<{ a: number, b: LiveList<string>, c?: number }>> | ||
@@ -1328,3 +1328,3 @@ * // { readonly a: null, readonly b: readonly string[], readonly c?: number } | ||
declare function lsonToJson(value: Lson): Json; | ||
declare function patchLiveObjectKey<O extends LsonObject, K extends keyof O, V extends Lson>(liveObject: LiveObject<O>, key: K, prev?: V, next?: V): void; | ||
declare function patchLiveObjectKey<O extends LsonObject, K extends keyof O, V extends Json>(liveObject: LiveObject<O>, key: K, prev?: V, next?: V): void; | ||
declare function legacy_patchImmutableObject<S extends JsonObject>(state: S, updates: StorageUpdate[]): S; | ||
@@ -1331,0 +1331,0 @@ |
{ | ||
"name": "@liveblocks/core", | ||
"version": "0.18.5", | ||
"version": "0.19.0-beta0", | ||
"description": "Shared code and foundational internals for Liveblocks", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185004