@stacksjs/i18n 0.74.27 → 0.74.29

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 +3 -3
  2. 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.org/docs/cli).
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 migrate:dns # sets the ./config/dns.ts file
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.org/docs/cli) — every command, every flag, every prompt explained.
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.27",
3
+ "version": "0.74.29",
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.27",
40
- "@stacksjs/logging": "0.74.27",
41
- "@stacksjs/path": "0.74.27",
39
+ "@stacksjs/config": "0.74.29",
40
+ "@stacksjs/logging": "0.74.29",
41
+ "@stacksjs/path": "0.74.29",
42
42
  "@stacksjs/ts-i18n": "^0.1.9"
43
43
  },
44
44
  "devDependencies": {
45
- "@stacksjs/development": "0.74.27"
45
+ "@stacksjs/development": "0.74.29"
46
46
  },
47
47
  "publishConfig": {
48
48
  "exports": {