@synergenius/flowweaver-pack-weaver 0.5.0 → 0.5.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/dist/cli-bridge.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli-bridge.d.ts","sourceRoot":"","sources":["../src/cli-bridge.ts"],"names":[],"mappings":"AAuBA,wBAAsB,aAAa,CACjC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EAAE,GACb,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"cli-bridge.d.ts","sourceRoot":"","sources":["../src/cli-bridge.ts"],"names":[],"mappings":"AAuBA,wBAAsB,aAAa,CACjC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EAAE,GACb,OAAO,CAAC,IAAI,CAAC,CAWf"}
|
package/dist/cli-bridge.js
CHANGED
|
@@ -15,9 +15,6 @@ const handlers = {
|
|
|
15
15
|
queue: handleQueue,
|
|
16
16
|
};
|
|
17
17
|
export async function handleCommand(name, args) {
|
|
18
|
-
// Build a minimal ParsedArgs from the raw args.
|
|
19
|
-
// The flow-weaver CLI already parsed the subcommand name,
|
|
20
|
-
// we just get the remaining args.
|
|
21
18
|
const handler = handlers[name];
|
|
22
19
|
if (!handler) {
|
|
23
20
|
throw new Error(`Unknown weaver command: ${name}`);
|
package/dist/cli-bridge.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli-bridge.js","sourceRoot":"","sources":["../src/cli-bridge.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,EAClD,UAAU,EAAE,cAAc,EAAE,eAAe,EAAE,eAAe,EAC5D,WAAW,EAAE,SAAS,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,GAChE,MAAM,mBAAmB,CAAC;AAE3B,MAAM,QAAQ,GAAwD;IACpE,GAAG,EAAE,SAAS;IACd,OAAO,EAAE,aAAa;IACtB,KAAK,EAAE,WAAW;IAClB,KAAK,EAAE,WAAW;IAClB,IAAI,EAAE,UAAU;IAChB,QAAQ,EAAE,cAAc;IACxB,SAAS,EAAE,eAAe;IAC1B,SAAS,EAAE,eAAe;IAC1B,KAAK,EAAE,WAAW;IAClB,GAAG,EAAE,SAAS;IACd,OAAO,EAAE,aAAa;IACtB,KAAK,EAAE,WAAW;IAClB,KAAK,EAAE,WAAW;CACnB,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,aAAa,CACjC,IAAY,EACZ,IAAc;IAEd,
|
|
1
|
+
{"version":3,"file":"cli-bridge.js","sourceRoot":"","sources":["../src/cli-bridge.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,EAClD,UAAU,EAAE,cAAc,EAAE,eAAe,EAAE,eAAe,EAC5D,WAAW,EAAE,SAAS,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,GAChE,MAAM,mBAAmB,CAAC;AAE3B,MAAM,QAAQ,GAAwD;IACpE,GAAG,EAAE,SAAS;IACd,OAAO,EAAE,aAAa;IACtB,KAAK,EAAE,WAAW;IAClB,KAAK,EAAE,WAAW;IAClB,IAAI,EAAE,UAAU;IAChB,QAAQ,EAAE,cAAc;IACxB,SAAS,EAAE,eAAe;IAC1B,SAAS,EAAE,eAAe;IAC1B,KAAK,EAAE,WAAW;IAClB,GAAG,EAAE,SAAS;IACd,OAAO,EAAE,aAAa;IACtB,KAAK,EAAE,WAAW;IAClB,KAAK,EAAE,WAAW;CACnB,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,aAAa,CACjC,IAAY,EACZ,IAAc;IAEd,MAAM,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;IAC/B,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CAAC,2BAA2B,IAAI,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,iDAAiD;IACjD,MAAM,EAAE,SAAS,EAAE,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,CAAC;IACxD,+DAA+D;IAC/D,MAAM,IAAI,GAAG,SAAS,CAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;IAC1D,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;AACtB,CAAC"}
|
package/flowweaver.manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifestVersion": 1,
|
|
3
3
|
"name": "@synergenius/flowweaver-pack-weaver",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.1",
|
|
5
5
|
"description": "Autonomous workflow runner for Flow Weaver. Auto-detect providers, execute workflows, notify results.",
|
|
6
|
-
"engineVersion": ">=0.
|
|
6
|
+
"engineVersion": ">=0.19.4",
|
|
7
7
|
"categories": [
|
|
8
8
|
"automation",
|
|
9
9
|
"ai"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synergenius/flowweaver-pack-weaver",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Autonomous workflow runner for Flow Weaver. Auto-detect providers, execute workflows, notify results.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"flowWeaver": {
|
|
30
30
|
"type": "marketplace-pack",
|
|
31
|
-
"engineVersion": ">=0.
|
|
31
|
+
"engineVersion": ">=0.19.4",
|
|
32
32
|
"categories": [
|
|
33
33
|
"automation",
|
|
34
34
|
"ai"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@anthropic-ai/sdk": ">=0.30.0",
|
|
39
|
-
"@synergenius/flow-weaver": ">=0.
|
|
39
|
+
"@synergenius/flow-weaver": ">=0.19.4",
|
|
40
40
|
"zod": ">=3.22.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependenciesMeta": {
|