@solid-primitives/props
Advanced tools
Comparing version 3.1.8 to 3.1.9
{ | ||
"name": "@solid-primitives/props", | ||
"version": "3.1.8", | ||
"version": "3.1.9", | ||
"description": "Library of primitives focused around component props.", | ||
@@ -42,10 +42,13 @@ "author": "Damian Tarnawski <gthetarnav@gmail.com>", | ||
}, | ||
"require": "./dist/index.cjs" | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/utils": "^6.2.1" | ||
"@solid-primitives/utils": "^6.2.2" | ||
}, | ||
"devDependencies": { | ||
"nanospy": "^1.0.0", | ||
"solid-js": "1.7.9" | ||
"solid-js": "^1.8.7" | ||
}, | ||
@@ -57,4 +60,4 @@ "peerDependencies": { | ||
"scripts": { | ||
"dev": "jiti ../../scripts/dev.ts", | ||
"build": "jiti ../../scripts/build.ts", | ||
"dev": "tsx ../../scripts/dev.ts", | ||
"build": "tsx ../../scripts/build.ts", | ||
"vitest": "vitest -c ../../configs/vitest.config.ts", | ||
@@ -61,0 +64,0 @@ "test": "pnpm run vitest", |
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
31363