@n8n/composables 1.26.5 → 1.27.1

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.
@@ -8,6 +8,7 @@ declare const useStyles: () => {
8
8
  readonly APP_SIDEBAR: 999;
9
9
  readonly CANVAS_SELECT_BOX: 100;
10
10
  readonly TOP_BANNERS: 999;
11
+ readonly WORKFLOW_DIFF_FULLSCREEN: 1000;
11
12
  readonly NODE_CREATOR: 1700;
12
13
  readonly ASK_ASSISTANT_CHAT: 1750;
13
14
  readonly NDV: 1800;
@@ -8,6 +8,7 @@ declare const useStyles: () => {
8
8
  readonly APP_SIDEBAR: 999;
9
9
  readonly CANVAS_SELECT_BOX: 100;
10
10
  readonly TOP_BANNERS: 999;
11
+ readonly WORKFLOW_DIFF_FULLSCREEN: 1000;
11
12
  readonly NODE_CREATOR: 1700;
12
13
  readonly ASK_ASSISTANT_CHAT: 1750;
13
14
  readonly NDV: 1800;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@n8n/composables",
3
3
  "type": "module",
4
- "version": "1.26.5",
4
+ "version": "1.27.1",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE.md",
8
- "LICENSE_EE.md"
7
+ "LICENSE_EE.md",
8
+ "LICENSE.md"
9
9
  ],
10
10
  "exports": {
11
11
  "./*": {
@@ -19,11 +19,11 @@
19
19
  "lodash": "4.18.1",
20
20
  "vue": "^3.5.13",
21
21
  "vue-router": "^4.5.0",
22
- "@n8n/api-types": "1.36.5",
22
+ "@n8n/api-types": "1.37.1",
23
23
  "@n8n/frontend-utils": "0.4.0",
24
- "@n8n/i18n": "2.36.4",
25
- "@n8n/frontend-constants": "0.4.0",
26
- "n8n-workflow": "2.36.4"
24
+ "@n8n/i18n": "2.37.1",
25
+ "n8n-workflow": "2.37.1",
26
+ "@n8n/frontend-constants": "0.5.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@pinia/testing": "^0.1.6",
@@ -32,7 +32,7 @@
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/user-event": "^14.6.1",
34
34
  "@types/lodash": "4.17.17",
35
- "@vitejs/plugin-vue": "^5.2.4",
35
+ "@vitejs/plugin-vue": "^6.0.8",
36
36
  "@vue/tsconfig": "^0.7.0",
37
37
  "pinia": "^2.2.4",
38
38
  "tsdown": "^0.16.5",
@@ -41,10 +41,10 @@
41
41
  "vitest": "^4.1.9",
42
42
  "vue-tsc": "^2.2.8",
43
43
  "@n8n/eslint-config": "0.0.1",
44
- "@n8n/playwright-janitor": "0.1.0",
44
+ "@n8n/telemetry": "1.5.0",
45
45
  "@n8n/typescript-config": "1.10.0",
46
46
  "@n8n/vitest-config": "1.21.0",
47
- "@n8n/telemetry": "1.4.0"
47
+ "@n8n/playwright-janitor": "0.1.0"
48
48
  },
49
49
  "license": "SEE LICENSE IN LICENSE.md",
50
50
  "homepage": "https://n8n.io",