@crossdelta/platform-sdk 0.7.12 → 0.7.13
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 +0 -1
- package/bin/cli.js +116 -116
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -596,7 +596,6 @@ Configure these secrets in your repository settings (`Settings` → `Secrets and
|
|
|
596
596
|
## 📚 Requirements
|
|
597
597
|
|
|
598
598
|
- **JavaScript runtime** — Bun (recommended) or Node.js ≥ 21 (npm/yarn/pnpm)
|
|
599
|
-
_No runtime? Use our [installer](#no-nodejsbun-installed) — it sets up Bun automatically_
|
|
600
599
|
- **[Pulumi CLI](https://www.pulumi.com/docs/install/)** — for infrastructure deployment
|
|
601
600
|
- **[Docker](https://www.docker.com/)** — required for local NATS. Without Docker, you can still scaffold/build
|
|
602
601
|
|