@n8n/create-node 0.11.0 → 0.12.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/README.md +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -160,6 +160,14 @@ Validates:
|
|
|
160
160
|
- Common integration issues
|
|
161
161
|
- Cloud publication readiness
|
|
162
162
|
|
|
163
|
+
### Cloud support
|
|
164
|
+
|
|
165
|
+
```bash
|
|
166
|
+
npx n8n-node cloud-support
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
Manage n8n Cloud publication eligibility. In strict mode, your node must use the default ESLint config and pass all community node rules to be eligible for n8n Cloud publication.
|
|
170
|
+
|
|
163
171
|
Fix issues automatically:
|
|
164
172
|
|
|
165
173
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/create-node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "Official CLI to create new community nodes for n8n",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-node": "bin/create-node.cjs"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@n8n/node-cli": "0.
|
|
19
|
+
"@n8n/node-cli": "0.12.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@n8n/typescript-config": "1.3.0"
|