@solid-primitives/i18n
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@solid-primitives/i18n", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Primitive to create and use i18n primitives.", | ||
@@ -12,2 +12,3 @@ "author": "Alexandre Mouton-Brady <amoutonbrady@gmail.com>", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"files": [ | ||
@@ -14,0 +15,0 @@ "dist" |
@@ -11,5 +11,5 @@ --- | ||
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/) | ||
[![size](https://img.shields.io/bundlephobia/minzip/@solid-primitives/i18n)](https://bundlephobia.com/package/@solid-primitives/i18n) | ||
[![size](https://img.shields.io/npm/v/@solid-primitives/i18n)](https://www.npmjs.com/package/@solid-primitives/i18n) | ||
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=for-the-badge)](https://lerna.js.org/) | ||
[![size](https://img.shields.io/bundlephobia/minzip/@solid-primitives/i18n?style=for-the-badge)](https://bundlephobia.com/package/@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) | ||
@@ -97,6 +97,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.01 | ||
1.0.1 | ||
Releasd with CJS support. | ||
1.0.2 | ||
Patch CJS support release. | ||
</details> |
18154
105
Yes