@crossdelta/platform-sdk 0.11.0 → 0.11.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.
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@crossdelta/cloudevents": "^0.4.23",
40
+ "@crossdelta/cloudevents": "^0.5.1",
41
41
  "@crossdelta/telemetry": "^0.1.4"
42
42
  },
43
43
  "devDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
5
5
  "keywords": [
6
6
  "cli",
@@ -16,7 +16,6 @@
16
16
  "devtools"
17
17
  ],
18
18
  "homepage": "https://www.npmjs.com/package/@crossdelta/platform-sdk",
19
- "readme": "README.md",
20
19
  "preferGlobal": true,
21
20
  "bin": {
22
21
  "pf": "./bin/cli.js"
@@ -102,9 +101,7 @@
102
101
  "ai",
103
102
  "@ai-sdk/openai",
104
103
  "@ai-sdk/anthropic",
105
- "vite",
106
104
  "handlebars",
107
- "zx",
108
105
  "listr2",
109
106
  "enquirer",
110
107
  "execa",
@@ -140,14 +137,11 @@
140
137
  "jiti": "^2.6.1",
141
138
  "listr2": "^8.3.2",
142
139
  "ora": "^8.2.0",
143
- "os": "^0.1.2",
144
140
  "package-up": "^5.0.0",
145
141
  "rimraf": "^6.1.2",
146
142
  "terminal-link": "^4.0.0",
147
143
  "ts-morph": "^27.0.0",
148
- "vite": "^6.3.4",
149
- "zod": "^3.24.3",
150
- "zx": "^8.5.3"
144
+ "zod": "^3.24.3"
151
145
  },
152
146
  "peerDependencies": {
153
147
  "@crossdelta/cloudevents": "*",