@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.97774cc01 to 2.0.0-canary.98719fe5
# @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 @@ |
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "2.0.0-canary.97774cc01", | ||
"version": "2.0.0-canary.98719fe5", | ||
"author": { | ||
@@ -27,7 +27,7 @@ "name": "tldraw GB Ltd.", | ||
], | ||
"main": "dist/cjs/index.js", | ||
"types": "index.d.ts", | ||
"main": "dist-cjs/index.js", | ||
"files": [ | ||
"dist/**/*", | ||
"index.d.ts" | ||
"dist-esm", | ||
"dist-cjs", | ||
"src" | ||
], | ||
@@ -38,3 +38,6 @@ "scripts": { | ||
"typecheck": "yarn run -T tsc --build", | ||
"build": "yarn run -T tsx ../../scripts/build-package.ts", | ||
"build": "echo 'build should be run by turbo'", | ||
"build:package": "yarn run -T tsx ../../scripts/build-package.ts", | ||
"build:types": "yarn run -T tsx ../../scripts/build-types.ts", | ||
"build:api": "yarn run -T tsx ../../scripts/build-api.ts", | ||
"prepack": "yarn run -T tsx ../../scripts/prepack.ts", | ||
@@ -53,4 +56,10 @@ "postpack": "../../scripts/postpack.sh", | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
98851
65
1646
30337
1