@lightningjs/solid
Advanced tools
Comparing version 0.5.7 to 0.6.0
{ | ||
"name": "@lightningjs/solid", | ||
"version": "0.5.7", | ||
"version": "0.6.0", | ||
"description": "Lightning renderer for solid universal", | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"types": "./dist/src/index.d.ts", | ||
"main": "./dist/src/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
}, | ||
"./jsx-runtime": { | ||
"types": "./jsx-runtime.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -21,3 +31,4 @@ "scripts": { | ||
"vite": "vite --open \"/test/index.html\" --host", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"prepack": "npm run build" | ||
}, | ||
@@ -42,3 +53,4 @@ "keywords": [ | ||
"prettier": "^3.0.1", | ||
"typescript": "^5.1.6", | ||
"solid-js": "^1.8.1", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9", | ||
@@ -58,6 +70,8 @@ "vite-tsconfig-paths": "^4.2.0" | ||
"peerDependencies": { | ||
"solid-js": "^1.7.12" | ||
"solid-js": "^1.8.1" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"jsx-runtime.d.ts", | ||
"LICENSE", | ||
@@ -64,0 +78,0 @@ "NOTICE", |
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
223073
97
3358
12
1