@n8n-as-code/skills 0.13.1 → 0.13.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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-02-
|
|
2
|
+
"generatedAt": "2026-02-05T17:36:08.043Z",
|
|
3
3
|
"sourceData": {
|
|
4
4
|
"nodesIndexFile": "/home/runner/work/n8n-as-code/n8n-as-code/packages/skills/src/assets/n8n-nodes-index.json",
|
|
5
5
|
"docsMetadataFile": "/home/runner/work/n8n-as-code/n8n-as-code/packages/skills/src/assets/n8n-docs-cache/metadata.json",
|
|
6
6
|
"totalNodes": 537,
|
|
7
|
-
"nodesWithDocumentation":
|
|
7
|
+
"nodesWithDocumentation": 500,
|
|
8
8
|
"nodesEnriched": 537
|
|
9
9
|
},
|
|
10
10
|
"scanDirectories": [
|
|
@@ -70486,12 +70486,21 @@
|
|
|
70486
70486
|
"url",
|
|
70487
70487
|
"user",
|
|
70488
70488
|
"uuid",
|
|
70489
|
-
"semver"
|
|
70489
|
+
"semver",
|
|
70490
|
+
"operations",
|
|
70491
|
+
"node",
|
|
70492
|
+
"parameters",
|
|
70493
|
+
"throw",
|
|
70494
|
+
"memory",
|
|
70495
|
+
"generate",
|
|
70496
|
+
"random",
|
|
70497
|
+
"templates",
|
|
70498
|
+
"examples"
|
|
70490
70499
|
],
|
|
70491
70500
|
"operations": [],
|
|
70492
70501
|
"useCases": [],
|
|
70493
|
-
"keywordScore":
|
|
70494
|
-
"hasDocumentation":
|
|
70502
|
+
"keywordScore": 48,
|
|
70503
|
+
"hasDocumentation": true,
|
|
70495
70504
|
"markdownUrl": null,
|
|
70496
70505
|
"markdownFile": null
|
|
70497
70506
|
}
|
|
@@ -276456,12 +276465,13 @@
|
|
|
276456
276465
|
"pipeline",
|
|
276457
276466
|
"product",
|
|
276458
276467
|
"stage",
|
|
276459
|
-
"user"
|
|
276468
|
+
"user",
|
|
276469
|
+
"node"
|
|
276460
276470
|
],
|
|
276461
276471
|
"operations": [],
|
|
276462
276472
|
"useCases": [],
|
|
276463
|
-
"keywordScore":
|
|
276464
|
-
"hasDocumentation":
|
|
276473
|
+
"keywordScore": 29,
|
|
276474
|
+
"hasDocumentation": true,
|
|
276465
276475
|
"markdownUrl": null,
|
|
276466
276476
|
"markdownFile": null
|
|
276467
276477
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n-as-code/skills",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "AI Agent Skills for n8n-as-code (Search, Get Schema)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"build:adapters": "node scripts/build-claude-adapter.js"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@n8n-as-code/sync": "0.
|
|
20
|
+
"@n8n-as-code/sync": "0.9.0",
|
|
21
21
|
"chalk": "^4.1.2",
|
|
22
22
|
"commander": "^11.1.0",
|
|
23
23
|
"flexsearch": "^0.8.212"
|