@stacksjs/i18n 0.70.163 → 0.70.164
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -353,7 +353,7 @@ For help, discussion about best practices, or any other conversation that would
|
|
|
353
353
|
|
|
354
354
|
For casual chit-chat with others using this package:
|
|
355
355
|
|
|
356
|
-
[Join the Stacks Discord Server](https://
|
|
356
|
+
[Join the Stacks Discord Server](https://stacksjs.com/discord)
|
|
357
357
|
|
|
358
358
|
## Postcardware
|
|
359
359
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/i18n",
|
|
3
|
-
"version": "0.70.
|
|
3
|
+
"version": "0.70.164",
|
|
4
4
|
"description": "Internationalization system for Stacks.js applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@stacksjs/ts-i18n": "^0.1.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@stacksjs/development": "0.70.
|
|
43
|
+
"@stacksjs/development": "0.70.164"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"exports": {
|