@solid-primitives/i18n
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@solid-primitives/i18n", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Library of primitives for providing internationalization support.", | ||
@@ -44,3 +44,6 @@ "author": "Alexandre Mouton-Brady <amoutonbrady@gmail.com>", | ||
}, | ||
"require": "./dist/index.cjs" | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -58,5 +61,4 @@ "typesVersions": {}, | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"solid-js": "^1.7.11" | ||
"solid-js": "^1.8.7" | ||
}, | ||
@@ -63,0 +65,0 @@ "scripts": { |
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
40041
0