@n8n-as-code/skills 0.13.0 → 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,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-02-02T12:42:21.743Z",
2
+ "generatedAt": "2026-02-05T17:34:09.027Z",
3
3
  "sourceFileCount": 644,
4
4
  "scanDirectories": [
5
5
  "/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/nodes-base/dist/nodes",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-02-02T12:44:19.407Z",
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",
@@ -90917,12 +90917,19 @@
90917
90917
  "breaks",
90918
90918
  "restrict",
90919
90919
  "access",
90920
+ "html",
90921
+ "security",
90922
+ "allowed",
90923
+ "tags",
90924
+ "restricted",
90925
+ "attribute",
90926
+ "restrictions",
90920
90927
  "templates",
90921
90928
  "examples"
90922
90929
  ],
90923
90930
  "operations": [],
90924
90931
  "useCases": [],
90925
- "keywordScore": 54,
90932
+ "keywordScore": 61,
90926
90933
  "hasDocumentation": true,
90927
90934
  "markdownUrl": null,
90928
90935
  "markdownFile": null
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-02-02T12:44:53.947Z",
2
+ "generatedAt": "2026-02-05T17:36:43.715Z",
3
3
  "repository": "https://github.com/nusquama/n8nworkflows.xyz.git",
4
4
  "totalWorkflows": 7034,
5
5
  "workflows": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n-as-code/skills",
3
- "version": "0.13.0",
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.7.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"