@n8n-as-code/agent-cli 0.11.1 → 0.11.2
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-01-
|
|
2
|
+
"generatedAt": "2026-01-22T10:58:47.699Z",
|
|
3
3
|
"sourceData": {
|
|
4
4
|
"nodesIndexFile": "/home/runner/work/n8n-as-code/n8n-as-code/packages/agent-cli/src/assets/n8n-nodes-index.json",
|
|
5
5
|
"docsMetadataFile": "/home/runner/work/n8n-as-code/n8n-as-code/packages/agent-cli/src/assets/n8n-docs-cache/metadata.json",
|
|
@@ -252176,23 +252176,22 @@
|
|
|
252176
252176
|
"parent",
|
|
252177
252177
|
"title",
|
|
252178
252178
|
"link",
|
|
252179
|
-
"node",
|
|
252180
|
-
"operations",
|
|
252181
|
-
"templates",
|
|
252182
|
-
"examples",
|
|
252183
|
-
"related",
|
|
252184
|
-
"resources",
|
|
252185
|
-
"what",
|
|
252186
|
-
"your",
|
|
252187
|
-
"operation",
|
|
252188
|
-
"isn't",
|
|
252189
|
-
"supported",
|
|
252190
252179
|
"common",
|
|
252191
|
-
"issues"
|
|
252180
|
+
"issues",
|
|
252181
|
+
"node",
|
|
252182
|
+
"relation",
|
|
252183
|
+
"property",
|
|
252184
|
+
"displaying",
|
|
252185
|
+
"toggle",
|
|
252186
|
+
"heading",
|
|
252187
|
+
"handle",
|
|
252188
|
+
"null",
|
|
252189
|
+
"empty",
|
|
252190
|
+
"values"
|
|
252192
252191
|
],
|
|
252193
252192
|
"operations": [],
|
|
252194
252193
|
"useCases": [],
|
|
252195
|
-
"keywordScore":
|
|
252194
|
+
"keywordScore": 49,
|
|
252196
252195
|
"hasDocumentation": true,
|
|
252197
252196
|
"markdownUrl": null,
|
|
252198
252197
|
"markdownFile": null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n-as-code/agent-cli",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "AI Agent Tools for n8n-as-code (Search, Get Schema)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test": "node --experimental-vm-modules ../../node_modules/.bin/jest"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@n8n-as-code/core": "0.4.
|
|
19
|
+
"@n8n-as-code/core": "0.4.3",
|
|
20
20
|
"chalk": "^4.1.2",
|
|
21
21
|
"commander": "^11.1.0",
|
|
22
22
|
"flexsearch": "^0.8.212"
|