@stacksjs/i18n 0.74.41 → 0.74.42

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 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -22,7 +22,7 @@ Stacks is a rapid development framework, where the goal is to _help you_ create
22
22
  </picture>
23
23
  </a>
24
24
 
25
- _[Open the interactive diagram](https://stacksjs.com/docs/diagrams/stacks-runtime) for a theme toggle and SVG, PNG, JPEG, and WebP exports._
25
+ _[Open the interactive diagram](https://stacksjs.com/docs/diagrams/stacks-runtime) for a theme toggle, node search, route tracing, presentation mode, and SVG, PNG, JPEG, WebP and share-card exports._
26
26
 
27
27
  - Web & Desktop Applications _(including system tray apps)_
28
28
  - Serverless & Traditional APIs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/i18n",
3
- "version": "0.74.41",
3
+ "version": "0.74.42",
4
4
  "description": "Internationalization system for Stacks.js applications",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -36,13 +36,13 @@
36
36
  "prepublishOnly": "bun run build"
37
37
  },
38
38
  "dependencies": {
39
- "@stacksjs/config": "0.74.41",
40
- "@stacksjs/logging": "0.74.41",
41
- "@stacksjs/path": "0.74.41",
39
+ "@stacksjs/config": "0.74.42",
40
+ "@stacksjs/logging": "0.74.42",
41
+ "@stacksjs/path": "0.74.42",
42
42
  "@stacksjs/ts-i18n": "^0.1.9"
43
43
  },
44
44
  "devDependencies": {
45
- "@stacksjs/development": "0.74.41"
45
+ "@stacksjs/development": "0.74.42"
46
46
  },
47
47
  "publishConfig": {
48
48
  "exports": {