@stacksjs/i18n 0.70.162 → 0.70.163

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/i18n",
3
- "version": "0.70.162",
3
+ "version": "0.70.163",
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.162"
43
+ "@stacksjs/development": "0.70.163"
44
44
  },
45
45
  "publishConfig": {
46
46
  "exports": {