n8n-node-dev 0.49.0 → 0.50.0

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.
package/LICENSE.md CHANGED
@@ -12,7 +12,7 @@ The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensa
12
12
 
13
13
  ## Limitations
14
14
 
15
- You may use or modify the software only for your own internal business purposes or for non-commercial or personal use
15
+ You may use or modify the software only for your own internal business purposes or for non-commercial or personal use.
16
16
  You may distribute the software or provide it to others only if you do so free of charge for non-commercial purposes.
17
17
  You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law.
18
18
 
@@ -1 +1 @@
1
- {"version":"0.49.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: /home/user/.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":[]}}}
1
+ {"version":"0.50.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: /home/user/.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":[]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-node-dev",
3
- "version": "0.49.0",
3
+ "version": "0.50.0",
4
4
  "description": "CLI to simplify n8n credentials/node development",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -61,8 +61,8 @@
61
61
  "change-case": "^4.1.1",
62
62
  "copyfiles": "^2.1.1",
63
63
  "inquirer": "^7.0.1",
64
- "n8n-core": "~0.110.0",
65
- "n8n-workflow": "~0.92.0",
64
+ "n8n-core": "~0.111.0",
65
+ "n8n-workflow": "~0.93.0",
66
66
  "oauth-1.0a": "^2.2.6",
67
67
  "replace-in-file": "^6.0.0",
68
68
  "request": "^2.88.2",