@stridge/noctis-intl 1.0.0-beta.0 → 1.0.0-beta.2
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.
- package/README.md +2 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @stridge/noctis-intl
|
|
2
2
|
|
|
3
|
+
 
|
|
4
|
+
|
|
3
5
|
The internationalization engine for the design system. It is a **vendored**,
|
|
4
6
|
framework-agnostic core — Adobe's `@internationalized/{date,number,string}` plus the
|
|
5
7
|
string-compiler, copied in under the Apache License 2.0 — wrapped with React i18n hooks and the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stridge/noctis-intl",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"tsdown": "0.21.10",
|
|
67
67
|
"typescript": "6.0.3",
|
|
68
68
|
"vitest": "4.1.8",
|
|
69
|
+
"@vitest/coverage-v8": "4.1.8",
|
|
69
70
|
"@stridge/noctis-typescript": "0.0.0"
|
|
70
71
|
},
|
|
71
72
|
"scripts": {
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"check:publint": "publint",
|
|
74
75
|
"check:publish": "pnpm run check:publint",
|
|
75
76
|
"check:types": "tsc --noEmit",
|
|
76
|
-
"test": "vitest --run --
|
|
77
|
+
"test": "vitest --run --coverage",
|
|
77
78
|
"sync:intl": "node --import ./scripts/register-ts.mjs scripts/sync-intl.ts",
|
|
78
79
|
"build:i18n": "node --import ./scripts/register-ts.mjs scripts/build-i18n.ts"
|
|
79
80
|
}
|