@zag-js/anatomy
Advanced tools
Comparing version 0.82.2 to 1.0.0
{ | ||
"name": "@zag-js/anatomy", | ||
"version": "0.82.2", | ||
"version": "1.0.0", | ||
"keywords": [ | ||
@@ -35,5 +35,10 @@ "ui-machines", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
@@ -40,0 +45,0 @@ "./package.json": "./package.json" |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5885
0