@8bitscript/i18n 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8bitscript/i18n",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "What a locale is like, decided at compile time: the bare import is the build's locale's own facts — its decimal and grouping separators — as a twin file per locale inside the package, so a program reads Locale.GROUP and the build picks the file; ./number prints a grouped number through @8bitscript/text with them. Costs nothing where it is not read.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -18,12 +18,12 @@
18
18
  "src"
19
19
  ],
20
20
  "dependencies": {
21
- "@8bitscript/text": "workspace:*"
22
- },
23
- "scripts": {
24
- "test": "node --test"
21
+ "@8bitscript/text": "0.14.0"
25
22
  },
26
23
  "publishConfig": {
27
24
  "access": "public"
25
+ },
26
+ "scripts": {
27
+ "test": "node --test"
28
28
  }
29
- }
29
+ }