@stacksjs/i18n 0.74.46 → 0.74.47

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
@@ -46,7 +46,7 @@ Stacks uses [Pantry](https://pantry.dev) to provision Bun, Git, SQLite, and the
46
46
  - **Pantry** - install it with `curl -fsSL https://pantry.dev | bash`, then run `pantry bootstrap` once to configure your shell.
47
47
  - **macOS, Linux, or WSL** - Windows-native support is on the roadmap. The current toolchain assumes a POSIX shell.
48
48
 
49
- Pantry installs and pins Bun 1.4.1 for this Stacks workspace, then keeps the rest of the machine and project dependencies in sync. Features such as PostgreSQL, Redis, and cloud deployment add their requirements through the same Pantry manifest where possible, with feature-specific configuration documented alongside them.
49
+ Pantry installs and pins Bun 1.4.2 for this Stacks workspace, then keeps the rest of the machine and project dependencies in sync. Features such as PostgreSQL, Redis, and cloud deployment add their requirements through the same Pantry manifest where possible, with feature-specific configuration documented alongside them.
50
50
 
51
51
  Stacks pins Pantry [`v0.11.50`](https://github.com/pantry-pm/pantry/tree/v0.11.50)
52
52
  as an external toolchain contract. Resolution sources, lockfile and integrity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/i18n",
3
- "version": "0.74.46",
3
+ "version": "0.74.47",
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.46",
40
- "@stacksjs/logging": "0.74.46",
41
- "@stacksjs/path": "0.74.46",
39
+ "@stacksjs/config": "0.74.47",
40
+ "@stacksjs/logging": "0.74.47",
41
+ "@stacksjs/path": "0.74.47",
42
42
  "@stacksjs/ts-i18n": "^0.1.9"
43
43
  },
44
44
  "devDependencies": {
45
- "@stacksjs/development": "0.74.46"
45
+ "@stacksjs/development": "0.74.47"
46
46
  },
47
47
  "publishConfig": {
48
48
  "exports": {