@tldraw/utils 4.3.0-next.a65ee816dbea → 4.3.0-next.cdfa7ccfb5d6

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
@@ -168,7 +168,7 @@ var import_version2 = require("./lib/version");
168
168
  var import_warn = require("./lib/warn");
169
169
  (0, import_version.registerTldrawLibraryVersion)(
170
170
  "@tldraw/utils",
171
- "4.3.0-next.a65ee816dbea",
171
+ "4.3.0-next.cdfa7ccfb5d6",
172
172
  "cjs"
173
173
  );
174
174
  //# sourceMappingURL=index.js.map
@@ -101,7 +101,7 @@ import { registerTldrawLibraryVersion as registerTldrawLibraryVersion2 } from ".
101
101
  import { warnDeprecatedGetter, warnOnce } from "./lib/warn.mjs";
102
102
  registerTldrawLibraryVersion(
103
103
  "@tldraw/utils",
104
- "4.3.0-next.a65ee816dbea",
104
+ "4.3.0-next.cdfa7ccfb5d6",
105
105
  "esm"
106
106
  );
107
107
  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": "4.3.0-next.a65ee816dbea",
4
+ "version": "4.3.0-next.cdfa7ccfb5d6",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"