@dws-std/i18n 1.4.0 → 1.4.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/README.md +5 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://cdn.jsdelivr.net/gh/Dominus-Web-Service/std@main/packages/i18n/logo-i18n.png" alt="DWS I18n logo" width="200" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# 🌐 DWS I18n
|
|
2
6
|
|
|
3
7
|
Type-safe internationalization for TypeScript.
|
|
@@ -137,7 +141,7 @@ resolveMessage(error, 'fr'); // → "L'email "a@b.com" est déjà utilisé"
|
|
|
137
141
|
|
|
138
142
|
## 📚 API Reference
|
|
139
143
|
|
|
140
|
-
Full docs: [
|
|
144
|
+
Full docs: [https://dominus-web-service.github.io/std/](https://dominus-web-service.github.io/std/)
|
|
141
145
|
|
|
142
146
|
## ⚖️ License
|
|
143
147
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dws-std/i18n",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Type-safe i18n for TypeScript, define localized exception and message catalogs with compile-time validated parameters.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bun",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"test": "bun test --pass-with-no-tests --coverage"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@dws-std/error": "^2.3.
|
|
43
|
+
"@dws-std/error": "^2.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/bun": "^1.3.14",
|
|
47
|
-
"oxfmt": "0.
|
|
48
|
-
"oxlint": "1.
|
|
47
|
+
"oxfmt": "0.56.0",
|
|
48
|
+
"oxlint": "1.71.0",
|
|
49
49
|
"oxlint-tsgolint": "0.23.0",
|
|
50
50
|
"typescript": "^6.0.3"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@dws-std/error": "^2.3.
|
|
53
|
+
"@dws-std/error": "^2.3.1"
|
|
54
54
|
}
|
|
55
55
|
}
|