@crossdelta/platform-sdk 0.19.9 → 0.19.11
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.mjs
CHANGED
|
@@ -546,7 +546,7 @@ const config: K8sServiceConfig = {
|
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
export default config
|
|
549
|
-
`}import K from"chalk";import Gp from"terminal-link";var it="integrations-run";import{z as P}from"zod";var Hp=P.object({name:P.string(),description:P.string(),link:P.
|
|
549
|
+
`}import K from"chalk";import Gp from"terminal-link";var it="integrations-run";import{z as P}from"zod";var Hp=P.object({name:P.string(),description:P.string(),link:P.url().optional(),install:P.union([P.string(),P.array(P.string())]).transform(e=>Array.isArray(e)?e:[e]),installFlags:P.array(P.string()).optional(),run:P.array(P.string()).optional(),initial:P.boolean().optional(),interactive:P.boolean().optional()}),qo=P.array(Hp);var Yo=e=>{try{return qo.parse(e)}catch(t){throw new Error(t.issues.map(r=>` - Path ${r.path.join(". ")} : ${r.message}`).join(`
|
|
550
550
|
`))}};var R=()=>{try{let e=Et("bin/integration.collection.json");return Yo(e)}catch(e){throw new Error(`Failed to load integrations!
|
|
551
551
|
Check your integration.collection.json:
|
|
552
552
|
${e.message}`)}},se=()=>R().reduce((t,r)=>(r.initial&&t.push(r.name),t),[]),Bp=e=>!!e?.name&&!!e?.link&&!!e?.description,at=e=>{let t=R();if(!t?.length||!e?.length)return;let r=e.map(n=>t.find(o=>o.name===n)).filter(Bp);r.length&&(d.breakLine().log("\u{1F50C} Installed Integrations:"),r.forEach(({name:n,link:o,description:s})=>{let i=d.getStoredLogs(`${it}:${n}`);o&&d.log(`${Gp(K.cyan(n),o)} - ${s}`),i.length&&d.log(i.map(a=>` \u203A ${K.dim(a.message)}`).join(`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.11",
|
|
4
4
|
"description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@ai-sdk/anthropic": "^2.0.53",
|
|
119
119
|
"@ai-sdk/openai": "^2.0.79",
|
|
120
120
|
"@angular-devkit/core": "^21.0.0",
|
|
121
|
-
"@crossdelta/flowcore": "0.1.
|
|
121
|
+
"@crossdelta/flowcore": "0.1.2",
|
|
122
122
|
"@faker-js/faker": "^9.8.0",
|
|
123
123
|
"@inquirer/prompts": "^7.5.0",
|
|
124
124
|
"@listr2/prompt-adapter-enquirer": "^2.0.15",
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"zod": "^4.0.0"
|
|
144
144
|
},
|
|
145
145
|
"peerDependencies": {
|
|
146
|
-
"@crossdelta/cloudevents": "0.7.
|
|
147
|
-
"@crossdelta/infrastructure": "0.7.
|
|
146
|
+
"@crossdelta/cloudevents": "0.7.7",
|
|
147
|
+
"@crossdelta/infrastructure": "0.7.5",
|
|
148
148
|
"@nestjs/schematics": "^11.0.5",
|
|
149
149
|
"turbo": "^2.0.0"
|
|
150
150
|
},
|