@aria-ui/overlay
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@aria-ui/overlay", | ||
"type": "module", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": false, | ||
"sideEffects": false, | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"build": "tsup" | ||
}, | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@aria-ui/core": "^0.0.6", | ||
"@aria-ui/core": "^0.0.7", | ||
"@floating-ui/dom": "^1.6.3", | ||
"@zag-js/dom-query": "^0.37.3" | ||
"@zag-js/dom-query": "^0.38.0" | ||
}, | ||
@@ -21,7 +21,9 @@ "devDependencies": { | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts" | ||
} | ||
} | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsup" | ||
}, | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
23298
5
623
+ Added@aria-ui/core@0.0.7(transitive)
+ Added@zag-js/dom-query@0.38.1(transitive)
- Removed@aria-ui/core@0.0.6(transitive)
- Removed@zag-js/dom-query@0.37.3(transitive)
Updated@aria-ui/core@^0.0.7
Updated@zag-js/dom-query@^0.38.0