@atom8n/n8n-editor-ui 2.2.7 → 2.2.8
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom8n/n8n-editor-ui",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
4
4
|
"description": "Workflow Editor UI for n8n",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"@codemirror/view": "^6.26.3",
|
|
36
36
|
"@dagrejs/dagre": "^1.1.4",
|
|
37
37
|
"@lezer/common": "1.1.0",
|
|
38
|
-
"@n8n/api-types": "npm:@atom8n/api-types@1.2.
|
|
39
|
-
"@n8n/chat": "npm:@atom8n/chat@1.2.
|
|
38
|
+
"@n8n/api-types": "npm:@atom8n/api-types@1.2.8",
|
|
39
|
+
"@n8n/chat": "npm:@atom8n/chat@1.2.8",
|
|
40
40
|
"@n8n/codemirror-lang": "*",
|
|
41
|
-
"@n8n/codemirror-lang-sql": "npm:@atom8n/codemirror-lang-sql@1.3.
|
|
42
|
-
"@n8n/composables": "npm:@atom8n/composables@1.13.
|
|
43
|
-
"@n8n/constants": "npm:@atom8n/constants@0.15.
|
|
44
|
-
"@n8n/design-system": "npm:@atom8n/design-system@2.2.
|
|
45
|
-
"@n8n/i18n": "npm:@atom8n/i18n@2.2.
|
|
46
|
-
"@n8n/permissions": "npm:@atom8n/permissions@0.45.
|
|
47
|
-
"@n8n/rest-api-client": "npm:@atom8n/rest-api-client@2.2.
|
|
48
|
-
"@n8n/stores": "npm:@atom8n/stores@2.2.
|
|
49
|
-
"@n8n/utils": "npm:@atom8n/utils@1.21.
|
|
41
|
+
"@n8n/codemirror-lang-sql": "npm:@atom8n/codemirror-lang-sql@1.3.8",
|
|
42
|
+
"@n8n/composables": "npm:@atom8n/composables@1.13.8",
|
|
43
|
+
"@n8n/constants": "npm:@atom8n/constants@0.15.8",
|
|
44
|
+
"@n8n/design-system": "npm:@atom8n/design-system@2.2.8",
|
|
45
|
+
"@n8n/i18n": "npm:@atom8n/i18n@2.2.8",
|
|
46
|
+
"@n8n/permissions": "npm:@atom8n/permissions@0.45.8",
|
|
47
|
+
"@n8n/rest-api-client": "npm:@atom8n/rest-api-client@2.2.8",
|
|
48
|
+
"@n8n/stores": "npm:@atom8n/stores@2.2.8",
|
|
49
|
+
"@n8n/utils": "npm:@atom8n/utils@1.21.8",
|
|
50
50
|
"@replit/codemirror-indentation-markers": "^6.5.3",
|
|
51
51
|
"@sentry/vue": "^9.42.1",
|
|
52
52
|
"@sqlite.org/sqlite-wasm": "3.50.4-build1",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"jsonpath": "^1.1.1",
|
|
82
82
|
"lodash": "4.17.21",
|
|
83
83
|
"luxon": "3.4.4",
|
|
84
|
-
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.2.
|
|
84
|
+
"n8n-workflow": "npm:@atom8n/n8n-workflow@2.2.8",
|
|
85
85
|
"nanoid": "3.3.8",
|
|
86
86
|
"pinia": "^2.2.4",
|
|
87
87
|
"prettier": "^3.3.3",
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"@iconify/json": "^2.2.349",
|
|
115
115
|
"@n8n/eslint-config": "*",
|
|
116
116
|
"@n8n/stylelint-config": "*",
|
|
117
|
-
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.3.
|
|
118
|
-
"@n8n/vitest-config": "npm:@atom8n/vitest-config@1.5.
|
|
117
|
+
"@n8n/typescript-config": "npm:@atom8n/typescript-config@1.3.8",
|
|
118
|
+
"@n8n/vitest-config": "npm:@atom8n/vitest-config@1.5.8",
|
|
119
119
|
"@pinia/testing": "^0.1.6",
|
|
120
120
|
"@sentry/vite-plugin": "^4.3.0",
|
|
121
121
|
"@storybook/types": "^8.6.14",
|