@stacksjs/i18n 0.74.26 → 0.74.28
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 +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ buddy make:action UpdateUser # scaffold a new Action (also: model, view, job,
|
|
|
78
78
|
buddy --help # show every available command
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
For the full command reference, see the collapsible section below or the [Buddy CLI documentation](https://stacksjs.
|
|
81
|
+
For the full command reference, see the collapsible section below or the [Buddy CLI documentation](https://stacksjs.com/docs/cli).
|
|
82
82
|
|
|
83
83
|
<details>
|
|
84
84
|
<summary>View the complete Buddy Toolkit</summary>
|
|
@@ -166,7 +166,7 @@ buddy make:stack my-plugin # scaffolds a project-shaped registry stack (new proj
|
|
|
166
166
|
|
|
167
167
|
buddy migrate # runs database migrations
|
|
168
168
|
buddy migrate:fresh # drops all tables & re-runs migrations (destroys all data; --seed reseeds)
|
|
169
|
-
buddy
|
|
169
|
+
buddy dns:pull # prints the live zone as a ./config/dns.ts block
|
|
170
170
|
buddy seed # runs database seeders
|
|
171
171
|
|
|
172
172
|
buddy dns example.com # list all DNS records for example.com
|
|
@@ -245,7 +245,7 @@ buddy test:types # runs typecheck
|
|
|
245
245
|
|
|
246
246
|
</details>
|
|
247
247
|
|
|
248
|
-
Read more about the Buddy CLI in the [official docs](https://stacksjs.
|
|
248
|
+
Read more about the Buddy CLI in the [official docs](https://stacksjs.com/docs/cli) — every command, every flag, every prompt explained.
|
|
249
249
|
|
|
250
250
|
## Features
|
|
251
251
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/i18n",
|
|
3
|
-
"version": "0.74.
|
|
3
|
+
"version": "0.74.28",
|
|
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.28",
|
|
40
|
+
"@stacksjs/logging": "0.74.28",
|
|
41
|
+
"@stacksjs/path": "0.74.28",
|
|
42
42
|
"@stacksjs/ts-i18n": "^0.1.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@stacksjs/development": "0.74.
|
|
45
|
+
"@stacksjs/development": "0.74.28"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"exports": {
|