@stacksjs/i18n 0.74.40 → 0.74.42

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 +11 -1
  2. 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 WebP exports._
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
@@ -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.42",
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.42",
40
+ "@stacksjs/logging": "0.74.42",
41
+ "@stacksjs/path": "0.74.42",
42
42
  "@stacksjs/ts-i18n": "^0.1.9"
43
43
  },
44
44
  "devDependencies": {
45
- "@stacksjs/development": "0.74.40"
45
+ "@stacksjs/development": "0.74.42"
46
46
  },
47
47
  "publishConfig": {
48
48
  "exports": {