@crossdelta/platform-sdk 0.5.4 → 0.5.6

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.
@@ -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
 
@@ -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.4",
3
+ "version": "0.5.6",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",
@@ -16,6 +16,7 @@
16
16
  "devtools"
17
17
  ],
18
18
  "homepage": "https://www.npmjs.com/package/@crossdelta/platform-sdk",
19
+ "preferGlobal": true,
19
20
  "bin": {
20
21
  "pf": "./bin/cli.js"
21
22
  },