@youdotcom-oss/n8n-nodes-youdotcom 0.2.3 → 0.2.4

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.
Files changed (1) hide show
  1. package/package.json +5 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdotcom-oss/n8n-nodes-youdotcom",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "n8n community node for You.com APIs - Search, Contents extraction, and Express AI agent",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -44,9 +44,8 @@
44
44
  "access": "public"
45
45
  },
46
46
  "scripts": {
47
- "build": "bun run build:js && bun run build:assets",
47
+ "build": "bun build.ts && bun run build:assets",
48
48
  "build:assets": "cp nodes/YouDotCom/youdotcom.svg dist/nodes/YouDotCom/ && cp nodes/YouDotCom/YouDotCom.node.json dist/nodes/YouDotCom/ && cp nodes/YouDotCom/youdotcom.svg dist/credentials/",
49
- "build:js": "bun build ./nodes/YouDotCom/YouDotCom.node.ts --outfile ./dist/nodes/YouDotCom/YouDotCom.node.js --target=node --format cjs --external n8n-workflow --external zod && bun build ./credentials/YouDotComApi.credentials.ts --outfile ./dist/credentials/YouDotComApi.credentials.js --target=node --format cjs --external n8n-workflow --external zod",
50
49
  "check": "bun run check:biome && bun run check:types && bun run check:package",
51
50
  "check:biome": "biome check",
52
51
  "check:package": "format-package --check",
@@ -64,13 +63,12 @@
64
63
  "dist/nodes/YouDotCom/YouDotCom.node.js"
65
64
  ]
66
65
  },
67
- "dependencies": {
68
- "zod": "^4.3.6"
69
- },
70
66
  "peerDependencies": {
71
- "n8n-workflow": "^2.6.0"
67
+ "n8n-workflow": "^2.6.0",
68
+ "zod": "^3.25.67"
72
69
  },
73
70
  "devDependencies": {
71
+ "zod": "^4.3.6",
74
72
  "@n8n/node-cli": "^0.19.0",
75
73
  "n8n-workflow": "^2.6.0"
76
74
  }