@crossdelta/platform-sdk 0.11.0 → 0.11.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -102,9 +102,7 @@
|
|
|
102
102
|
"ai",
|
|
103
103
|
"@ai-sdk/openai",
|
|
104
104
|
"@ai-sdk/anthropic",
|
|
105
|
-
"vite",
|
|
106
105
|
"handlebars",
|
|
107
|
-
"zx",
|
|
108
106
|
"listr2",
|
|
109
107
|
"enquirer",
|
|
110
108
|
"execa",
|
|
@@ -140,14 +138,11 @@
|
|
|
140
138
|
"jiti": "^2.6.1",
|
|
141
139
|
"listr2": "^8.3.2",
|
|
142
140
|
"ora": "^8.2.0",
|
|
143
|
-
"os": "^0.1.2",
|
|
144
141
|
"package-up": "^5.0.0",
|
|
145
142
|
"rimraf": "^6.1.2",
|
|
146
143
|
"terminal-link": "^4.0.0",
|
|
147
144
|
"ts-morph": "^27.0.0",
|
|
148
|
-
"
|
|
149
|
-
"zod": "^3.24.3",
|
|
150
|
-
"zx": "^8.5.3"
|
|
145
|
+
"zod": "^3.24.3"
|
|
151
146
|
},
|
|
152
147
|
"peerDependencies": {
|
|
153
148
|
"@crossdelta/cloudevents": "*",
|