@n8n/composables 1.26.3 → 1.27.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.
@@ -1,4 +1,4 @@
1
- import * as vue0 from "vue";
1
+ import * as vue3 from "vue";
2
2
 
3
3
  //#region src/useDeviceSupport.d.ts
4
4
  declare function useDeviceSupport(): {
@@ -9,7 +9,7 @@ declare function useDeviceSupport(): {
9
9
  isMacOs: boolean;
10
10
  isMobileDevice: boolean;
11
11
  controlKeyCode: string;
12
- controlKeyText: vue0.ComputedRef<"⌘" | "Ctrl">;
12
+ controlKeyText: vue3.ComputedRef<"⌘" | "Ctrl">;
13
13
  isCtrlKeyPressed: (e: MouseEvent | KeyboardEvent) => boolean;
14
14
  };
15
15
  //#endregion
@@ -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.3",
4
+ "version": "1.27.0",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE_EE.md",
8
- "LICENSE.md"
7
+ "LICENSE.md",
8
+ "LICENSE_EE.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.3",
22
+ "@n8n/i18n": "2.37.0",
23
+ "@n8n/frontend-constants": "0.5.0",
23
24
  "@n8n/frontend-utils": "0.4.0",
24
- "@n8n/frontend-constants": "0.4.0",
25
- "@n8n/i18n": "2.36.3",
26
- "n8n-workflow": "2.36.3"
25
+ "@n8n/api-types": "1.37.0",
26
+ "n8n-workflow": "2.37.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",
@@ -40,9 +40,9 @@
40
40
  "vite": "^8.0.2",
41
41
  "vitest": "^4.1.9",
42
42
  "vue-tsc": "^2.2.8",
43
- "@n8n/eslint-config": "0.0.1",
44
- "@n8n/telemetry": "1.4.0",
45
43
  "@n8n/playwright-janitor": "0.1.0",
44
+ "@n8n/eslint-config": "0.0.1",
45
+ "@n8n/telemetry": "1.5.0",
46
46
  "@n8n/vitest-config": "1.21.0",
47
47
  "@n8n/typescript-config": "1.10.0"
48
48
  },