@crossdelta/platform-sdk 0.10.0 → 0.10.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/bin/cli.js +169 -42435
- package/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"external": [
|
|
89
89
|
"@crossdelta/infrastructure",
|
|
90
90
|
"@faker-js/faker",
|
|
91
|
+
"@inquirer/prompts",
|
|
91
92
|
"ai",
|
|
92
93
|
"@ai-sdk/openai",
|
|
93
94
|
"@ai-sdk/anthropic",
|
|
@@ -95,13 +96,17 @@
|
|
|
95
96
|
"handlebars",
|
|
96
97
|
"zx",
|
|
97
98
|
"listr2",
|
|
99
|
+
"enquirer",
|
|
98
100
|
"execa",
|
|
99
101
|
"globby",
|
|
100
102
|
"fs-extra",
|
|
101
103
|
"chalk",
|
|
102
104
|
"ora",
|
|
103
105
|
"jiti",
|
|
104
|
-
"zod"
|
|
106
|
+
"zod",
|
|
107
|
+
"ts-morph",
|
|
108
|
+
"commander",
|
|
109
|
+
"chokidar"
|
|
105
110
|
]
|
|
106
111
|
},
|
|
107
112
|
"dependencies": {
|