@solid-primitives/props
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "@solid-primitives/props", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Library of primitives focused around component props.", | ||
@@ -30,9 +30,18 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "dist/esm/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"solid": "./dist/source/index.jsx", | ||
"import": "./dist/esm/index.js", | ||
"browser": "./dist/esm/index.js", | ||
"require": "./dist/esm/index.js", | ||
"node": "./dist/esm/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"start": "vite serve dev --host", | ||
"dev": "npm run start", | ||
"build": "tsup", | ||
"build": "rollup -c", | ||
"test": "uvu -r solid-register" | ||
@@ -51,3 +60,2 @@ }, | ||
"devDependencies": { | ||
"esbuild-plugin-solid": "^0.4.2", | ||
"jsdom": "^19.0.0", | ||
@@ -58,3 +66,4 @@ "nanospy": "^0.5.0", | ||
"tslib": "^2.4.0", | ||
"tsup": "^5.12.7", | ||
"rollup": "^2.75.6", | ||
"rollup-preset-solid": "^1.4.0", | ||
"typescript": "^4.6.4", | ||
@@ -61,0 +70,0 @@ "uvu": "^0.5.3", |
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
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
68501
10
755
1