@crossdelta/platform-sdk 0.16.5 → 0.16.6
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 +167 -723
- package/package.json +1 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.6",
|
|
4
4
|
"description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -93,29 +93,6 @@
|
|
|
93
93
|
"test:watch": "bun test --watch"
|
|
94
94
|
},
|
|
95
95
|
"schematics": "./dist/schematics/collection.json",
|
|
96
|
-
"esbuild": {
|
|
97
|
-
"external": [
|
|
98
|
-
"@crossdelta/infrastructure",
|
|
99
|
-
"@faker-js/faker",
|
|
100
|
-
"@inquirer/prompts",
|
|
101
|
-
"ai",
|
|
102
|
-
"@ai-sdk/openai",
|
|
103
|
-
"@ai-sdk/anthropic",
|
|
104
|
-
"handlebars",
|
|
105
|
-
"listr2",
|
|
106
|
-
"enquirer",
|
|
107
|
-
"execa",
|
|
108
|
-
"globby",
|
|
109
|
-
"fs-extra",
|
|
110
|
-
"chalk",
|
|
111
|
-
"ora",
|
|
112
|
-
"jiti",
|
|
113
|
-
"zod",
|
|
114
|
-
"ts-morph",
|
|
115
|
-
"commander",
|
|
116
|
-
"chokidar"
|
|
117
|
-
]
|
|
118
|
-
},
|
|
119
96
|
"dependencies": {
|
|
120
97
|
"@ai-sdk/anthropic": "^2.0.53",
|
|
121
98
|
"@ai-sdk/openai": "^2.0.79",
|