n8n 1.123.0 → 2.0.0-rc.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/bin/n8n +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/command-registry.d.ts +1 -0
- package/dist/command-registry.js +38 -5
- package/dist/command-registry.js.map +1 -1
- package/dist/commands/base-command.d.ts +0 -1
- package/dist/commands/base-command.js +21 -35
- package/dist/commands/base-command.js.map +1 -1
- package/dist/commands/publish/workflow.d.ts +20 -0
- package/dist/commands/publish/workflow.js +58 -0
- package/dist/commands/publish/workflow.js.map +1 -0
- package/dist/commands/start.js +1 -18
- package/dist/commands/start.js.map +1 -1
- package/dist/commands/unpublish/workflow.d.ts +17 -0
- package/dist/commands/unpublish/workflow.js +60 -0
- package/dist/commands/unpublish/workflow.js.map +1 -0
- package/dist/commands/update/workflow.js +31 -9
- package/dist/commands/update/workflow.js.map +1 -1
- package/dist/config/index.js +0 -32
- package/dist/config/index.js.map +1 -1
- package/dist/controllers/oauth/abstract-oauth.controller.js +1 -1
- package/dist/controllers/oauth/abstract-oauth.controller.js.map +1 -1
- package/dist/public-api/v1/handlers/workflows/workflows.handler.js +1 -0
- package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
- package/dist/public-api/v1/openapi.yml +20 -1
- package/dist/scaling/scaling.service.js +1 -1
- package/dist/scaling/scaling.service.js.map +1 -1
- package/dist/workflows/workflow.service.d.ts +1 -0
- package/dist/workflows/workflow.service.js +34 -77
- package/dist/workflows/workflow.service.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-rc.0",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"bin",
|
|
23
23
|
"templates",
|
|
24
24
|
"dist",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"LICENSE.md",
|
|
26
|
+
"LICENSE_EE.md"
|
|
27
27
|
],
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@redocly/cli": "^1.28.5",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"openapi-types": "^12.1.3",
|
|
59
59
|
"ts-essentials": "^7.0.3",
|
|
60
60
|
"@n8n/typescript-config": "1.3.0",
|
|
61
|
-
"@n8n/backend-test-utils": "0.
|
|
61
|
+
"@n8n/backend-test-utils": "1.0.0-rc.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@aws-sdk/client-secrets-manager": "3.808.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"convict": "6.2.4",
|
|
85
85
|
"cookie-parser": "1.4.7",
|
|
86
86
|
"csrf": "3.1.0",
|
|
87
|
-
"dotenv": "
|
|
87
|
+
"dotenv": "17.2.3",
|
|
88
88
|
"express": "5.1.0",
|
|
89
89
|
"express-handlebars": "8.0.1",
|
|
90
90
|
"express-openapi-validator": "5.5.3",
|
|
@@ -143,24 +143,24 @@
|
|
|
143
143
|
"yamljs": "0.3.0",
|
|
144
144
|
"yargs-parser": "21.1.1",
|
|
145
145
|
"zod": "3.25.67",
|
|
146
|
-
"@n8n/ai-workflow-builder": "0.
|
|
147
|
-
"@n8n/
|
|
148
|
-
"@n8n/
|
|
149
|
-
"@n8n/client-oauth2": "0.
|
|
150
|
-
"@n8n/config": "
|
|
151
|
-
"@n8n/db": "0.34.0",
|
|
146
|
+
"@n8n/ai-workflow-builder": "1.0.0-rc.0",
|
|
147
|
+
"@n8n/backend-common": "1.0.0-rc.0",
|
|
148
|
+
"@n8n/api-types": "1.0.0-rc.0",
|
|
149
|
+
"@n8n/client-oauth2": "1.0.0-rc.0",
|
|
150
|
+
"@n8n/config": "2.0.0-rc.0",
|
|
152
151
|
"@n8n/constants": "0.14.0",
|
|
153
|
-
"@n8n/
|
|
152
|
+
"@n8n/db": "1.0.0-rc.0",
|
|
153
|
+
"@n8n/decorators": "1.0.0-rc.0",
|
|
154
154
|
"@n8n/di": "0.10.0",
|
|
155
155
|
"@n8n/errors": "0.5.0",
|
|
156
|
-
"@n8n/
|
|
157
|
-
"@n8n/n8n-nodes-langchain": "1.122.0",
|
|
156
|
+
"@n8n/n8n-nodes-langchain": "2.0.0-rc.0",
|
|
158
157
|
"@n8n/permissions": "0.43.0",
|
|
159
|
-
"n8n-
|
|
160
|
-
"n8n-core": "
|
|
161
|
-
"n8n
|
|
162
|
-
"n8n-
|
|
163
|
-
"
|
|
158
|
+
"@n8n/task-runner": "2.0.0-rc.0",
|
|
159
|
+
"n8n-core": "2.0.0-rc.0",
|
|
160
|
+
"@n8n/utils": "1.20.0",
|
|
161
|
+
"n8n-editor-ui": "2.0.0-rc.0",
|
|
162
|
+
"n8n-nodes-base": "2.0.0-rc.0",
|
|
163
|
+
"n8n-workflow": "2.0.0-rc.0"
|
|
164
164
|
},
|
|
165
165
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
166
166
|
"homepage": "https://n8n.io",
|
|
@@ -194,14 +194,14 @@
|
|
|
194
194
|
"test:dev": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --watch",
|
|
195
195
|
"test:sqlite": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite jest --config=jest.config.integration.js --no-coverage",
|
|
196
196
|
"test:postgres": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --config=jest.config.integration.js --no-coverage",
|
|
197
|
-
"test:mariadb": "
|
|
198
|
-
"test:mysql": "
|
|
197
|
+
"test:mariadb": "echo true",
|
|
198
|
+
"test:mysql": "echo true",
|
|
199
199
|
"test:win": "set N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& jest",
|
|
200
200
|
"test:dev:win": "set N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& jest --watch",
|
|
201
201
|
"test:sqlite:win": "set N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& jest --config=jest.config.integration.js",
|
|
202
202
|
"test:postgres:win": "set N8N_LOG_LEVEL=silent&& set DB_TYPE=postgresdb&& set DB_POSTGRESDB_SCHEMA=alt_schema&& set DB_TABLE_PREFIX=test_&& jest --config=jest.config.integration.js --no-coverage",
|
|
203
|
-
"test:mariadb:win": "
|
|
204
|
-
"test:mysql:win": "
|
|
203
|
+
"test:mariadb:win": "echo true",
|
|
204
|
+
"test:mysql:win": "echo true",
|
|
205
205
|
"watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\""
|
|
206
206
|
}
|
|
207
207
|
}
|