@dws-std/i18n 1.2.0 → 1.2.1
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/package.json +11 -12
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dws-std/i18n",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "Type-safe i18n for TypeScript
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"description": "Type-safe i18n for TypeScript, define localized exception and message catalogs with compile-time validated parameters.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bun",
|
|
7
7
|
"dws",
|
|
8
|
-
"exception",
|
|
9
|
-
"http-error",
|
|
10
8
|
"i18n",
|
|
11
9
|
"internationalization",
|
|
12
|
-
"l10n",
|
|
13
10
|
"localization",
|
|
14
|
-
"
|
|
11
|
+
"open-source",
|
|
12
|
+
"translation",
|
|
13
|
+
"typescript"
|
|
15
14
|
],
|
|
16
15
|
"license": "MIT",
|
|
17
16
|
"author": "Dominus Web Services (DWS)",
|
|
@@ -41,16 +40,16 @@
|
|
|
41
40
|
"test": "bun test --pass-with-no-tests --coverage"
|
|
42
41
|
},
|
|
43
42
|
"dependencies": {
|
|
44
|
-
"@dws-std/error": "^2.1.
|
|
43
|
+
"@dws-std/error": "^2.1.1"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
47
46
|
"@types/bun": "^1.3.11",
|
|
48
|
-
"oxfmt": "0.
|
|
49
|
-
"oxlint": "1.
|
|
50
|
-
"oxlint-tsgolint": "0.
|
|
51
|
-
"typescript": "^
|
|
47
|
+
"oxfmt": "0.44.0",
|
|
48
|
+
"oxlint": "1.59.0",
|
|
49
|
+
"oxlint-tsgolint": "0.20.0",
|
|
50
|
+
"typescript": "^6.0.2"
|
|
52
51
|
},
|
|
53
52
|
"peerDependencies": {
|
|
54
|
-
"@dws-std/error": "^2.1.
|
|
53
|
+
"@dws-std/error": "^2.1.1"
|
|
55
54
|
}
|
|
56
55
|
}
|