@atom8n/n8n-core 2.2.0 → 2.2.2
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/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n-core",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Core functionality of n8n",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,54 +28,54 @@
|
|
|
28
28
|
"bin"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@atom8n/errors": "0.5.
|
|
32
|
-
"@atom8n/typescript-config": "1.3.
|
|
33
|
-
"@types/express": "
|
|
34
|
-
"@types/jsonwebtoken": "
|
|
35
|
-
"@types/lodash": "
|
|
36
|
-
"@types/mime-types": "
|
|
31
|
+
"@atom8n/errors": "0.5.2",
|
|
32
|
+
"@atom8n/typescript-config": "1.3.2",
|
|
33
|
+
"@types/express": "^5.0.1",
|
|
34
|
+
"@types/jsonwebtoken": "9.0.10",
|
|
35
|
+
"@types/lodash": "4.17.17",
|
|
36
|
+
"@types/mime-types": "3.0.1",
|
|
37
37
|
"@types/proxy-from-env": "^1.0.4",
|
|
38
|
-
"@types/uuid": "
|
|
39
|
-
"@types/xml2js": "
|
|
38
|
+
"@types/uuid": "^10.0.0",
|
|
39
|
+
"@types/xml2js": "^0.4.14"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@aws-sdk/client-s3": "3.808.0",
|
|
43
|
-
"@langchain/core": "
|
|
44
|
-
"@atom8n/backend-common": "1.2.
|
|
45
|
-
"@atom8n/client-oauth2": "1.0.
|
|
46
|
-
"@atom8n/config": "2.1.
|
|
47
|
-
"@atom8n/constants": "0.15.
|
|
48
|
-
"@atom8n/decorators": "1.2.
|
|
49
|
-
"@atom8n/di": "0.10.
|
|
50
|
-
"@sentry/node": "
|
|
43
|
+
"@langchain/core": "1.1.0",
|
|
44
|
+
"@atom8n/backend-common": "1.2.2",
|
|
45
|
+
"@atom8n/client-oauth2": "1.0.2",
|
|
46
|
+
"@atom8n/config": "2.1.2",
|
|
47
|
+
"@atom8n/constants": "0.15.2",
|
|
48
|
+
"@atom8n/decorators": "1.2.2",
|
|
49
|
+
"@atom8n/di": "0.10.2",
|
|
50
|
+
"@sentry/node": "^9.42.1",
|
|
51
51
|
"@sentry/node-native": "^9.42.1",
|
|
52
|
-
"axios": "
|
|
53
|
-
"callsites": "
|
|
52
|
+
"axios": "1.12.0",
|
|
53
|
+
"callsites": "3.1.0",
|
|
54
54
|
"chardet": "2.0.0",
|
|
55
55
|
"cron": "3.1.7",
|
|
56
|
-
"fast-glob": "
|
|
56
|
+
"fast-glob": "3.2.12",
|
|
57
57
|
"file-type": "16.5.4",
|
|
58
|
-
"form-data": "
|
|
58
|
+
"form-data": "4.0.0",
|
|
59
59
|
"htmlparser2": "^10.0.0",
|
|
60
|
-
"http-proxy-agent": "
|
|
61
|
-
"https-proxy-agent": "
|
|
62
|
-
"iconv-lite": "
|
|
63
|
-
"jsonwebtoken": "
|
|
64
|
-
"lodash": "
|
|
65
|
-
"luxon": "
|
|
66
|
-
"mime-types": "
|
|
67
|
-
"@atom8n/n8n-workflow": "2.2.
|
|
68
|
-
"nanoid": "
|
|
60
|
+
"http-proxy-agent": "7.0.2",
|
|
61
|
+
"https-proxy-agent": "7.0.6",
|
|
62
|
+
"iconv-lite": "0.6.3",
|
|
63
|
+
"jsonwebtoken": "9.0.3",
|
|
64
|
+
"lodash": "4.17.21",
|
|
65
|
+
"luxon": "3.4.4",
|
|
66
|
+
"mime-types": "3.0.1",
|
|
67
|
+
"@atom8n/n8n-workflow": "2.2.2",
|
|
68
|
+
"nanoid": "3.3.8",
|
|
69
69
|
"oauth-1.0a": "2.2.6",
|
|
70
70
|
"p-cancelable": "2.1.1",
|
|
71
|
-
"picocolors": "
|
|
71
|
+
"picocolors": "1.0.1",
|
|
72
72
|
"pretty-bytes": "5.6.0",
|
|
73
73
|
"proxy-from-env": "^1.1.0",
|
|
74
74
|
"qs": "6.11.0",
|
|
75
75
|
"ssh2": "1.15.0",
|
|
76
|
-
"uuid": "
|
|
76
|
+
"uuid": "10.0.0",
|
|
77
77
|
"winston": "3.14.2",
|
|
78
|
-
"xml2js": "
|
|
79
|
-
"zod": "
|
|
78
|
+
"xml2js": "0.6.2",
|
|
79
|
+
"zod": "3.25.67"
|
|
80
80
|
}
|
|
81
81
|
}
|