@stacksjs/i18n 0.70.162 → 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 +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -310,6 +310,7 @@ _Focus on coding, not publishing._
|
|
|
310
310
|
|
|
311
311
|
Convention over configuration, while staying wholly configurable. _No more boilerplate._
|
|
312
312
|
|
|
313
|
+
- 🧠 **LLM-Friendly Authoring** _models generate compact application intent instead of repeating framework glue or reading `node_modules`_
|
|
313
314
|
- 💎 **Automated Upgrades** _no need to worry about upgrading to the latest versions, Stacks upgrades you_
|
|
314
315
|
- 🦋 **Pretty Dev URLs** _your-project.localhost instead of localhost:3000_
|
|
315
316
|
- 💡 **IDE Integration** _auto-completions, inline docs & a powerful IDE setup_
|
|
@@ -352,7 +353,7 @@ For help, discussion about best practices, or any other conversation that would
|
|
|
352
353
|
|
|
353
354
|
For casual chit-chat with others using this package:
|
|
354
355
|
|
|
355
|
-
[Join the Stacks Discord Server](https://
|
|
356
|
+
[Join the Stacks Discord Server](https://stacksjs.com/discord)
|
|
356
357
|
|
|
357
358
|
## Postcardware
|
|
358
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": {
|