@liveblocks/core 3.23.0-file1 → 3.23.0-file2
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6,7 +6,7 @@ var __export = (target, all) => {
|
|
|
6
6
|
|
|
7
7
|
// src/version.ts
|
|
8
8
|
var PKG_NAME = "@liveblocks/core";
|
|
9
|
-
var PKG_VERSION = "3.23.0-
|
|
9
|
+
var PKG_VERSION = "3.23.0-file2";
|
|
10
10
|
var PKG_FORMAT = "cjs";
|
|
11
11
|
|
|
12
12
|
// src/dupe-detection.ts
|
|
@@ -1663,7 +1663,7 @@ var LiveFile = class _LiveFile extends AbstractCrdt {
|
|
|
1663
1663
|
/** @internal */
|
|
1664
1664
|
_toTreeNode(key) {
|
|
1665
1665
|
return {
|
|
1666
|
-
type: "
|
|
1666
|
+
type: "LiveFile",
|
|
1667
1667
|
id: _nullishCoalesce(this._id, () => ( nanoid())),
|
|
1668
1668
|
key,
|
|
1669
1669
|
payload: this.#data
|