n8n-node-dev
Advanced tools
@@ -1,1 +0,1 @@ | ||
{"version":"0.45.0","commands":{"build":{"id":"build","description":"Builds credentials and nodes and copies it to n8n custom extension folder","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev build","$ n8n-node-dev build --destination ~/n8n-nodes","$ n8n-node-dev build --watch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"destination":{"name":"destination","type":"option","char":"d","description":"The path to copy the compiles files to [default: /root/.n8n/custom]"},"watch":{"name":"watch","type":"boolean","description":"Starts in watch mode and automatically builds and copies file whenever they change","allowNo":false}},"args":[]},"new":{"id":"new","description":"Create new credentials/node","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev new"],"flags":{},"args":[]}}} | ||
{"version":"0.46.0","commands":{"build":{"id":"build","description":"Builds credentials and nodes and copies it to n8n custom extension folder","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev build","$ n8n-node-dev build --destination ~/n8n-nodes","$ n8n-node-dev build --watch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"destination":{"name":"destination","type":"option","char":"d","description":"The path to copy the compiles files to [default: /root/.n8n/custom]"},"watch":{"name":"watch","type":"boolean","description":"Starts in watch mode and automatically builds and copies file whenever they change","allowNo":false}},"args":[]},"new":{"id":"new","description":"Create new credentials/node","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev new"],"flags":{},"args":[]}}} |
{ | ||
"name": "n8n-node-dev", | ||
"version": "0.45.0", | ||
"version": "0.46.0", | ||
"description": "CLI to simplify n8n credentials/node development", | ||
@@ -64,4 +64,4 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"inquirer": "^7.0.1", | ||
"n8n-core": "~0.106.0", | ||
"n8n-workflow": "~0.88.0", | ||
"n8n-core": "~0.107.0", | ||
"n8n-workflow": "~0.89.0", | ||
"oauth-1.0a": "^2.2.6", | ||
@@ -68,0 +68,0 @@ "replace-in-file": "^6.0.0", |