@crossdelta/platform-sdk 0.21.0 → 0.21.2

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.
@@ -7,8 +7,8 @@
7
7
  "pulumi": "pulumi"
8
8
  },
9
9
  "dependencies": {
10
- "@crossdelta/cloudevents": "^0.7.12",
11
- "@crossdelta/infrastructure": "^0.7.6",
10
+ "@crossdelta/cloudevents": "^0.7.20",
11
+ "@crossdelta/infrastructure": "^0.8.6",
12
12
  "{{scope}}/contracts": "workspace:*",
13
13
  "@pulumi/digitalocean": "^4.55.0",
14
14
  "@pulumi/kubernetes": "^4.21.0",
@@ -19,8 +19,8 @@
19
19
  "clean": "rm -rf dist"
20
20
  },
21
21
  "dependencies": {
22
- "@crossdelta/cloudevents": "^0.7.12",
23
- "@crossdelta/infrastructure": "^0.7.6",
22
+ "@crossdelta/cloudevents": "^0.7.20",
23
+ "@crossdelta/infrastructure": "^0.8.6",
24
24
  "zod": "^4.0.0"
25
25
  },
26
26
  "devDependencies": {
@@ -20,6 +20,9 @@
20
20
  "test": {
21
21
  "dependsOn": ["^build"]
22
22
  },
23
+ "test.e2e": {
24
+ "cache": false
25
+ },
23
26
  "format": {
24
27
  "cache": false
25
28
  },
@@ -27,6 +30,22 @@
27
30
  "preview": {
28
31
  "cache": false,
29
32
  "persistent": true
33
+ },
34
+ "cap:build:android": {
35
+ "dependsOn": ["build"],
36
+ "cache": false
37
+ },
38
+ "cap:build:ios": {
39
+ "dependsOn": ["build"],
40
+ "cache": false
41
+ },
42
+ "cap:build:android:release": {
43
+ "dependsOn": ["build"],
44
+ "cache": false
45
+ },
46
+ "cap:build:android:preview": {
47
+ "dependsOn": ["build"],
48
+ "cache": false
30
49
  }
31
50
  },
32
51
  "ui": "tui",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.21.0",
3
+ "version": "0.21.2",
4
4
  "description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
5
5
  "keywords": [
6
6
  "cli",