@signaliz/cli 1.0.15 → 1.0.17
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/README.md +47 -3
- package/dist/bin.js +1221 -72
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signaliz/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "Signaliz CLI — GTM Kernel, Nango routes, MCP, and enrichment operations.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"signaliz": "dist/bin.js"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsup src/bin.ts --format cjs --clean",
|
|
14
|
-
"test": "npm run build && node tests/help.test.cjs && npm --prefix ../sdk run build && node tests/link-local-sdk.cjs && node tests/simple-operator-output.test.cjs && node tests/shortcut-routing.test.cjs",
|
|
14
|
+
"test": "npm run build && node tests/help.test.cjs && npm --prefix ../sdk run build && node tests/link-local-sdk.cjs && node tests/simple-operator-output.test.cjs && node tests/feedback-pull.test.cjs && node tests/ops-nango-route.test.cjs && node tests/ops-plan-execution-contract.test.cjs && node tests/shortcut-routing.test.cjs",
|
|
15
15
|
"prepublishOnly": "npm run build"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|