@crossdelta/platform-sdk 0.19.3 → 0.19.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/bin/templates/workspace/.github/workflows/build-and-deploy.yml.hbs +0 -12
- package/bin/templates/workspace/infra/package.json.hbs +1 -1
- package/bin/templates/workspace/packages/contracts/package.json.hbs +1 -1
- package/package.json +3 -2
- package/dist/facade.js.map +0 -1
- package/dist/facade.mjs.map +0 -1
- package/dist/plugin-types.js.map +0 -1
- package/dist/plugin-types.mjs.map +0 -1
- package/dist/plugin.js.map +0 -1
- package/dist/plugin.mjs.map +0 -1
|
@@ -228,18 +228,6 @@ jobs:
|
|
|
228
228
|
run: |
|
|
229
229
|
bunx turbo run build --filter=@crossdelta/infrastructure --filter={{scope}}/contracts
|
|
230
230
|
|
|
231
|
-
- name: Refresh Pulumi state
|
|
232
|
-
env:
|
|
233
|
-
PULUMI_ACCESS_TOKEN: $\{{ secrets.PULUMI_ACCESS_TOKEN }}
|
|
234
|
-
DIGITALOCEAN_TOKEN: $\{{ secrets.DIGITALOCEAN_TOKEN }}
|
|
235
|
-
working-directory: infra
|
|
236
|
-
run: |
|
|
237
|
-
pulumi refresh \
|
|
238
|
-
--stack $\{{ env.PULUMI_STACK }} \
|
|
239
|
-
--run-program \
|
|
240
|
-
--yes \
|
|
241
|
-
--non-interactive
|
|
242
|
-
|
|
243
231
|
- name: Pulumi up
|
|
244
232
|
uses: pulumi/actions@v6
|
|
245
233
|
with:
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@crossdelta/cloudevents": "^0.6.4",
|
|
11
|
-
"@crossdelta/infrastructure": "^0.6.
|
|
11
|
+
"@crossdelta/infrastructure": "^0.6.2",
|
|
12
12
|
"{{scope}}/contracts": "workspace:*",
|
|
13
13
|
"@pulumi/digitalocean": "^4.55.0",
|
|
14
14
|
"@pulumi/kubernetes": "^4.21.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.5",
|
|
4
4
|
"description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"bin/**/*.json",
|
|
33
33
|
"!bin/**/*.map",
|
|
34
34
|
"dist/",
|
|
35
|
+
"!dist/**/*.map",
|
|
35
36
|
"README.md",
|
|
36
37
|
"CHANGELOG.md",
|
|
37
38
|
"LICENSE",
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
},
|
|
144
145
|
"peerDependencies": {
|
|
145
146
|
"@crossdelta/cloudevents": "0.6.4",
|
|
146
|
-
"@crossdelta/infrastructure": "0.
|
|
147
|
+
"@crossdelta/infrastructure": "0.6.2",
|
|
147
148
|
"@nestjs/schematics": "^11.0.5",
|
|
148
149
|
"turbo": "^2.0.0"
|
|
149
150
|
},
|