foundry-design-web-adapter 0.2.0-beta.15 → 0.2.0-beta.16
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
|
@@ -6,7 +6,7 @@ Foundry is a local-first precision design workbench for Codex, Cursor, and Claud
|
|
|
6
6
|
|
|
7
7
|
Foundry is distributed through npm, so testers do not need GitHub access.
|
|
8
8
|
|
|
9
|
-
> **Release candidate:** `0.2.0-beta.
|
|
9
|
+
> **Release candidate:** `0.2.0-beta.16`. The commands below are prepared for this release and must not be promoted to npm `latest` until the full installation matrix passes.
|
|
10
10
|
|
|
11
11
|
Full documentation is available at [withfoundry.ai](https://withfoundry.ai).
|
|
12
12
|
|
|
@@ -137,7 +137,7 @@ If an npm mirror or existing `npx` cache reports an old tag, bypass it with a te
|
|
|
137
137
|
|
|
138
138
|
```bash
|
|
139
139
|
FOUNDRY_NPX_CACHE="$(mktemp -d)"
|
|
140
|
-
npx --yes --prefer-online --registry=https://registry.npmjs.org --cache "$FOUNDRY_NPX_CACHE" --package=foundry-design@0.2.0-beta.
|
|
140
|
+
npx --yes --prefer-online --registry=https://registry.npmjs.org --cache "$FOUNDRY_NPX_CACHE" --package=foundry-design@0.2.0-beta.16 foundry-design
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
The beta supports Node.js 20 or newer. Read the [local-first safety model](https://withfoundry.ai/#safety) before using it with sensitive work.
|