@crossdelta/platform-sdk 0.5.2 → 0.5.4

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 CHANGED
@@ -614,7 +614,7 @@ Configure these secrets in your repository settings (`Settings` → `Secrets and
614
614
  - Node.js ≥ 21
615
615
  - Bun (latest)
616
616
  - Pulumi CLI
617
- - Docker (for local Supabase/NATS)
617
+ - Docker (for local NATS)
618
618
 
619
619
 
620
620
  ---
@@ -233,5 +233,5 @@ jobs:
233
233
  work-dir: infra
234
234
  env:
235
235
  PULUMI_ACCESS_TOKEN: $\{{ secrets.PULUMI_ACCESS_TOKEN }}
236
- DIGITALOCEAN_TOKEN: $\{{ secrets.DIGITALOCEAN_API_TOKEN }}
236
+ DIGITALOCEAN_TOKEN: $\{{ secrets.DIGITALOCEAN_TOKEN }}
237
237
  SCOPE_IMAGE_TAGS: $\{{ steps.resolve_scope_tags.outputs.scope_image_tags }}
@@ -9,6 +9,7 @@
9
9
  "dependencies": {
10
10
  "@crossdelta/infrastructure": "latest",
11
11
  "@pulumi/digitalocean": "^4.55.0",
12
+ "@pulumi/kubernetes": "^4.21.0",
12
13
  "@pulumi/pulumi": "^3.208.0",
13
14
  "tsx": "^4.19.0"
14
15
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",