@tldraw/utils 4.1.0-next.fb3de1c3d3dd → 4.1.0

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