@solid-primitives/props
Advanced tools
Comparing version 3.1.5 to 3.1.6
{ | ||
"name": "@solid-primitives/props", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Library of primitives focused around component props.", | ||
@@ -45,3 +45,3 @@ "author": "Damian Tarnawski <gthetarnav@gmail.com>", | ||
"dependencies": { | ||
"@solid-primitives/utils": "^6.1.1" | ||
"@solid-primitives/utils": "^6.2.0" | ||
}, | ||
@@ -56,8 +56,8 @@ "devDependencies": { | ||
"scripts": { | ||
"dev": "vite serve dev", | ||
"page": "vite build dev", | ||
"dev": "jiti ../../scripts/dev.ts", | ||
"build": "jiti ../../scripts/build.ts", | ||
"test": "vitest -c ../../configs/vitest.config.ts", | ||
"test:ssr": "pnpm run test --mode ssr" | ||
"vitest": "vitest -c ../../configs/vitest.config.ts", | ||
"test": "pnpm run vitest", | ||
"test:ssr": "pnpm run vitest --mode ssr" | ||
} | ||
} |
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
22298