@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.4c26aed66 to 2.0.0-canary.641b09b9
# @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 @@ |
@@ -1,2 +0,2 @@ | ||
/* Excluded from this release type: annotateError */ | ||
/* Excluded from this release type: _annotateError */ | ||
@@ -3,0 +3,0 @@ /* Excluded from this release type: assert */ |
@@ -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.4c26aed66", | ||
"version": "2.0.0-canary.641b09b9", | ||
"author": { | ||
@@ -52,5 +52,7 @@ "name": "tldraw GB Ltd.", | ||
"exports": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81022