@solid-primitives/i18n
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@solid-primitives/i18n", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Primitive to create and use i18n primitives.", | ||
@@ -44,3 +44,3 @@ "author": "Alexandre Mouton-Brady <amoutonbrady@gmail.com>", | ||
"@babel/preset-env": "^7.15.8", | ||
"@types/jest": "^26.0.10", | ||
"@types/jest": "^27.0.0", | ||
"babel-preset-solid": "^1.1.5", | ||
@@ -51,8 +51,8 @@ "jest": "^27.2.5", | ||
"ts-jest": "^27.0.5", | ||
"tslib": "^2.0.1", | ||
"tsup": "^5.10.0", | ||
"tslib": "^2.0.1", | ||
"typescript": "^4.0.2" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.2.5" | ||
"solid-js": "1.3.0" | ||
}, | ||
@@ -81,2 +81,2 @@ "jest": { | ||
} | ||
} | ||
} |
@@ -6,2 +6,3 @@ # @solid-primitives/i18n | ||
[![size](https://img.shields.io/npm/v/@solid-primitives/i18n?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/i18n) | ||
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-3.json)](https://github.com/davedbase/solid-primitives#contribution-process) | ||
@@ -93,6 +94,10 @@ Creates a method for internationalization support. This primitive set is largely inspired by [dlv](https://github.com/developit/dlv/blob/master/index.js) and passes all its tests. | ||
1.0.7 | ||
1.0.8 | ||
Patch CJS support release. | ||
1.0.9 | ||
Updated to Solid 1.3 | ||
</details> |
Sorry, the diff of this file is not supported yet
11205
124
102