@liveblocks/client 0.18.0-beta0 → 0.18.0-beta3
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/.built-by-link-script +1 -1
- package/chunk-UV2F4F4R.js +2457 -0
- package/{index-4e7d8cac.d.ts → index-29762efc.d.ts} +23 -21
- package/index.d.ts +2 -2
- package/index.js +1511 -2188
- package/internal.d.ts +2 -2
- package/internal.js +330 -509
- package/internal.mjs +1 -0
- package/package.json +1 -1
- package/chunk-ZR7CHFN6.js +0 -3728
package/internal.mjs
CHANGED
|
@@ -6,6 +6,7 @@ export const CrdtType = mod.CrdtType;
|
|
|
6
6
|
export const OpCode = mod.OpCode;
|
|
7
7
|
export const ServerMsgCode = mod.ServerMsgCode;
|
|
8
8
|
export const WebsocketCloseCodes = mod.WebsocketCloseCodes;
|
|
9
|
+
export const asArrayWithLegacyMethods = mod.asArrayWithLegacyMethods;
|
|
9
10
|
export const assertNever = mod.assertNever;
|
|
10
11
|
export const b64decode = mod.b64decode;
|
|
11
12
|
export const comparePosition = mod.comparePosition;
|