@tldraw/utils 5.5.0-canary.67e16a9e7bb2 → 5.5.0-next.4d6473b0bda1

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
@@ -174,7 +174,7 @@ var import_version2 = require("./lib/version");
174
174
  var import_warn = require("./lib/warn");
175
175
  (0, import_version.registerTldrawLibraryVersion)(
176
176
  "@tldraw/utils",
177
- "5.5.0-canary.67e16a9e7bb2",
177
+ "5.5.0-next.4d6473b0bda1",
178
178
  "cjs"
179
179
  );
180
180
  //# 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.5.0-canary.67e16a9e7bb2",
106
+ "5.5.0-next.4d6473b0bda1",
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.5.0-canary.67e16a9e7bb2",
4
+ "version": "5.5.0-next.4d6473b0bda1",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"