@stacksjs/i18n 0.74.41 → 0.74.43
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 +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
|
|
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.
|
|
3
|
+
"version": "0.74.43",
|
|
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.
|
|
40
|
-
"@stacksjs/logging": "0.74.
|
|
41
|
-
"@stacksjs/path": "0.74.
|
|
39
|
+
"@stacksjs/config": "0.74.43",
|
|
40
|
+
"@stacksjs/logging": "0.74.43",
|
|
41
|
+
"@stacksjs/path": "0.74.43",
|
|
42
42
|
"@stacksjs/ts-i18n": "^0.1.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@stacksjs/development": "0.74.
|
|
45
|
+
"@stacksjs/development": "0.74.43"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"exports": {
|