@solid-aria/overlays
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@solid-aria/overlays", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"private": false, | ||
@@ -42,17 +42,9 @@ "description": "Primitives for building accessible overlay components such as dialogs, popovers, and menus.", | ||
], | ||
"scripts": { | ||
"build": "rollup -c", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"dev": "vite serve dev --host", | ||
"test": "jest --passWithNoTests", | ||
"test:watch": "jest --watch --passWithNoTests", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@solid-aria/button": "^0.1.1", | ||
"@solid-aria/i18n": "^0.1.1", | ||
"@solid-aria/interactions": "^0.1.1", | ||
"@solid-aria/types": "^0.1.1", | ||
"@solid-aria/utils": "^0.1.1", | ||
"@solid-aria/visually-hidden": "^0.1.1", | ||
"@solid-aria/button": "^0.1.2", | ||
"@solid-aria/i18n": "^0.1.2", | ||
"@solid-aria/interactions": "^0.1.2", | ||
"@solid-aria/types": "^0.1.2", | ||
"@solid-aria/utils": "^0.1.2", | ||
"@solid-aria/visually-hidden": "^0.1.2", | ||
"@solid-primitives/platform": "^0.0.100", | ||
@@ -73,3 +65,11 @@ "@solid-primitives/props": "^2.1.7", | ||
"category": "" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"dev": "vite serve dev --host", | ||
"test": "jest --passWithNoTests", | ||
"test:watch": "jest --watch --passWithNoTests", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} | ||
} |
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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
223461
23
2314
2
80
1
Updated@solid-aria/button@^0.1.2
Updated@solid-aria/i18n@^0.1.2
Updated@solid-aria/types@^0.1.2
Updated@solid-aria/utils@^0.1.2