@liveblocks/core 1.5.3-test1 → 1.5.3

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.mjs 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 = "1.5.3-test1";
9
+ var PKG_VERSION = "1.5.3";
10
10
  var PKG_FORMAT = "esm";
11
11
 
12
12
  // src/dupe-detection.ts
@@ -572,6 +572,9 @@ var FSM = class {
572
572
  };
573
573
 
574
574
  // src/lib/utils.ts
575
+ function raise(msg) {
576
+ throw new Error(msg);
577
+ }
575
578
  function isPlainObject(blob) {
576
579
  return blob !== null && typeof blob === "object" && Object.prototype.toString.call(blob) === "[object Object]";
577
580
  }
@@ -6769,6 +6772,7 @@ export {
6769
6772
  makePosition,
6770
6773
  nn,
6771
6774
  patchLiveObjectKey,
6775
+ raise,
6772
6776
  shallow,
6773
6777
  stringify,
6774
6778
  throwUsageError,