foundry-design-protocol 0.2.0-beta.18 → 0.2.0-beta.19
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Design Branches keeps parallel visual directions isolated inside one local sessi
|
|
|
10
10
|
|
|
11
11
|
Foundry is distributed through npm, so testers do not need GitHub access.
|
|
12
12
|
|
|
13
|
-
> **Current public beta:** `0.2.0-beta.
|
|
13
|
+
> **Current public beta:** `0.2.0-beta.19`. Both npm `latest` and `beta` resolve to this release.
|
|
14
14
|
|
|
15
15
|
Full documentation is available at [withfoundry.ai](https://withfoundry.ai).
|
|
16
16
|
|
|
@@ -141,7 +141,7 @@ If an npm mirror or existing `npx` cache reports an old tag, bypass it with a te
|
|
|
141
141
|
|
|
142
142
|
```bash
|
|
143
143
|
FOUNDRY_NPX_CACHE="$(mktemp -d)"
|
|
144
|
-
npx --yes --prefer-online --registry=https://registry.npmjs.org --cache "$FOUNDRY_NPX_CACHE" --package=foundry-design@0.2.0-beta.
|
|
144
|
+
npx --yes --prefer-online --registry=https://registry.npmjs.org --cache "$FOUNDRY_NPX_CACHE" --package=foundry-design@0.2.0-beta.19 foundry-design
|
|
145
145
|
```
|
|
146
146
|
|
|
147
147
|
The beta supports Node.js 20 or newer. Read the [local-first safety model](https://withfoundry.ai/#safety) before using it with sensitive work.
|