@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.97774cc01 to 2.0.0-canary.a1eaf254
# @tldraw/utils | ||
## 2.0.0-alpha.10 | ||
### Patch Changes | ||
- fix some package build scripting | ||
## 2.0.0-alpha.9 | ||
### Patch Changes | ||
- 4b4399b6e: redeploy with yarn to prevent package version issues | ||
## 2.0.0-alpha.8 | ||
### Patch Changes | ||
- Release day! | ||
## 2.0.0-alpha.7 | ||
@@ -4,0 +22,0 @@ |
@@ -21,3 +21,3 @@ "use strict"; | ||
__export(error_exports, { | ||
annotateError: () => annotateError, | ||
_annotateError: () => _annotateError, | ||
getErrorAnnotations: () => getErrorAnnotations | ||
@@ -27,3 +27,3 @@ }); | ||
const annotationsByError = /* @__PURE__ */ new WeakMap(); | ||
function annotateError(error, annotations) { | ||
function _annotateError(error, annotations) { | ||
if (typeof error !== "object" || error === null) | ||
@@ -30,0 +30,0 @@ return; |
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "2.0.0-canary.97774cc01", | ||
"version": "2.0.0-canary.a1eaf254", | ||
"author": { | ||
@@ -28,6 +28,4 @@ "name": "tldraw GB Ltd.", | ||
"main": "dist/cjs/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/**/*", | ||
"index.d.ts" | ||
"dist/**/*" | ||
], | ||
@@ -52,4 +50,10 @@ "scripts": { | ||
}, | ||
"module": "dist/esm/index.js", | ||
"source": "src/index.ts" | ||
"module": "dist/esm/index.mjs", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
81022
52
1065