@stacksjs/i18n 0.74.40 → 0.74.41

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 +10 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -58,6 +58,16 @@ redefine those behaviors.
58
58
 
59
59
  ## Get Started
60
60
 
61
+ ### In the browser
62
+
63
+ [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/stacksjs/stacks)
64
+
65
+ A Codespace provisions Pantry, installs dependencies, runs `buddy setup` and
66
+ forwards the dev ports, so `./buddy dev` works on first open. Nothing to
67
+ install locally.
68
+
69
+ ### On your machine
70
+
61
71
  The fastest path after Pantry is installed:
62
72
 
63
73
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/i18n",
3
- "version": "0.74.40",
3
+ "version": "0.74.41",
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",
40
- "@stacksjs/logging": "0.74.40",
41
- "@stacksjs/path": "0.74.40",
39
+ "@stacksjs/config": "0.74.41",
40
+ "@stacksjs/logging": "0.74.41",
41
+ "@stacksjs/path": "0.74.41",
42
42
  "@stacksjs/ts-i18n": "^0.1.9"
43
43
  },
44
44
  "devDependencies": {
45
- "@stacksjs/development": "0.74.40"
45
+ "@stacksjs/development": "0.74.41"
46
46
  },
47
47
  "publishConfig": {
48
48
  "exports": {