@solid-cli/ui
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@solid-cli/ui", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
"homepage": "https://solid-cli.netlify.app", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/solidjs-community/solid-cli" | ||
}, | ||
"description": "A collection of UI utilities for the Solid CLI", | ||
@@ -11,6 +17,6 @@ "main": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"require": "./dist/index.js", | ||
"types": "./types/index.d.ts" | ||
} | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -28,4 +34,4 @@ "tsup": "^7.2.0", | ||
"picocolors": "^1.0.0", | ||
"@solid-cli/reactivity": "0.0.5", | ||
"@solid-cli/utils": "0.0.1" | ||
"@solid-cli/reactivity": "0.0.7", | ||
"@solid-cli/utils": "0.0.2" | ||
}, | ||
@@ -32,0 +38,0 @@ "scripts": { |
export * from "./components/autocomplete"; | ||
export * from "./components/form"; | ||
export * from "./components/autocomplete/utils"; | ||
export * from "./components/autocomplete/utils"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
88863
13
1124
+ Added@solid-cli/reactivity@0.0.7(transitive)
+ Added@solid-cli/utils@0.0.2(transitive)
- Removed@solid-cli/reactivity@0.0.5(transitive)
- Removed@solid-cli/utils@0.0.1(transitive)
Updated@solid-cli/reactivity@0.0.7
Updated@solid-cli/utils@0.0.2