@tldraw/utils 5.3.0-internal.fba91ed55f6c → 5.3.0-next.2fa9c61a8de6

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-cjs/index.js CHANGED
@@ -173,7 +173,7 @@ var import_version2 = require("./lib/version");
173
173
  var import_warn = require("./lib/warn");
174
174
  (0, import_version.registerTldrawLibraryVersion)(
175
175
  "@tldraw/utils",
176
- "5.3.0-internal.fba91ed55f6c",
176
+ "5.3.0-next.2fa9c61a8de6",
177
177
  "cjs"
178
178
  );
179
179
  //# sourceMappingURL=index.js.map
@@ -103,7 +103,7 @@ import { registerTldrawLibraryVersion as registerTldrawLibraryVersion2 } from ".
103
103
  import { warnDeprecatedGetter, warnOnce } from "./lib/warn.mjs";
104
104
  registerTldrawLibraryVersion(
105
105
  "@tldraw/utils",
106
- "5.3.0-internal.fba91ed55f6c",
106
+ "5.3.0-next.2fa9c61a8de6",
107
107
  "esm"
108
108
  );
109
109
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/utils",
3
3
  "description": "tldraw infinite canvas SDK (private utilities).",
4
- "version": "5.3.0-internal.fba91ed55f6c",
4
+ "version": "5.3.0-next.2fa9c61a8de6",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"