@crossdelta/platform-sdk 0.5.3 → 0.5.5

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
  ---
@@ -84,7 +84,6 @@ jobs:
84
84
  name: 🐳 Build $\{{ matrix.scope.shortName }}
85
85
  env:
86
86
  DOCKER_BUILDKIT: 1
87
- SUPABASE_ACCESS_TOKEN: $\{{ secrets.SUPABASE_ACCESS_TOKEN }}
88
87
  IMAGE_TAG: $\{{ github.sha }}
89
88
 
90
89
  steps:
@@ -160,11 +159,6 @@ jobs:
160
159
  tags: |
161
160
  $\{{ env.REGISTRY }}/$\{{ matrix.scope.shortName }}:$\{{ env.IMAGE_TAG }}
162
161
  $\{{ env.REGISTRY }}/$\{{ matrix.scope.shortName }}:latest
163
- build-args: |
164
- PUBLIC_SUPABASE_URL=$\{{ secrets.PUBLIC_SUPABASE_URL }}
165
- PUBLIC_SUPABASE_ANON_KEY=$\{{ secrets.PUBLIC_SUPABASE_ANON_KEY }}
166
- PUBLIC_SUPABASE_STORAGE_BUCKET=$\{{ vars.PUBLIC_SUPABASE_STORAGE_BUCKET }}
167
- PUBLIC_PUSHER_INSTANCE_ID=$\{{ secrets.PUBLIC_PUSHER_INSTANCE_ID }}
168
162
  secrets: |
169
163
  NPM_TOKEN=$\{{ env.NPM_TOKEN }}
170
164
 
@@ -233,5 +227,5 @@ jobs:
233
227
  work-dir: infra
234
228
  env:
235
229
  PULUMI_ACCESS_TOKEN: $\{{ secrets.PULUMI_ACCESS_TOKEN }}
236
- DIGITALOCEAN_TOKEN: $\{{ secrets.DIGITALOCEAN_API_TOKEN }}
230
+ DIGITALOCEAN_TOKEN: $\{{ secrets.DIGITALOCEAN_TOKEN }}
237
231
  SCOPE_IMAGE_TAGS: $\{{ steps.resolve_scope_tags.outputs.scope_image_tags }}
@@ -13,7 +13,6 @@ jobs:
13
13
  lint-and-test:
14
14
  runs-on: ubuntu-latest
15
15
  env:
16
- SUPABASE_ACCESS_TOKEN: $\{{ secrets.SUPABASE_ACCESS_TOKEN }}
17
16
 
18
17
  steps:
19
18
  - name: Checkout code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",