@n8n/composables 1.24.2 → 1.25.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.
@@ -22,6 +22,7 @@ declare const useStyles: () => {
22
22
  readonly DRAGGABLE: 9999999;
23
23
  readonly ACTIVE_STICKY: 9999999;
24
24
  readonly WORKFLOW_PREVIEW_NDV: 9999999;
25
+ readonly E2E_TEST_MODE_MARKER: 9999999;
25
26
  readonly NPS_SURVEY_MODAL: 3001;
26
27
  };
27
28
  setAppZIndexes: () => void;
@@ -22,6 +22,7 @@ declare const useStyles: () => {
22
22
  readonly DRAGGABLE: 9999999;
23
23
  readonly ACTIVE_STICKY: 9999999;
24
24
  readonly WORKFLOW_PREVIEW_NDV: 9999999;
25
+ readonly E2E_TEST_MODE_MARKER: 9999999;
25
26
  readonly NPS_SURVEY_MODAL: 3001;
26
27
  };
27
28
  setAppZIndexes: () => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/composables",
3
3
  "type": "module",
4
- "version": "1.24.2",
4
+ "version": "1.25.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -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/frontend-constants": "0.3.0",
23
- "@n8n/i18n": "2.34.2",
24
- "@n8n/frontend-utils": "0.2.0",
25
- "n8n-workflow": "2.34.2",
26
- "@n8n/api-types": "1.34.2"
22
+ "@n8n/api-types": "1.35.0",
23
+ "@n8n/frontend-constants": "0.4.0",
24
+ "@n8n/frontend-utils": "0.3.0",
25
+ "@n8n/i18n": "2.35.0",
26
+ "n8n-workflow": "2.35.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@pinia/testing": "^0.1.6",
@@ -42,9 +42,9 @@
42
42
  "vue-tsc": "^2.2.8",
43
43
  "@n8n/eslint-config": "0.0.1",
44
44
  "@n8n/playwright-janitor": "0.1.0",
45
+ "@n8n/telemetry": "1.3.0",
45
46
  "@n8n/typescript-config": "1.9.0",
46
- "@n8n/telemetry": "1.2.1",
47
- "@n8n/vitest-config": "1.19.0"
47
+ "@n8n/vitest-config": "1.20.0"
48
48
  },
49
49
  "license": "SEE LICENSE IN LICENSE.md",
50
50
  "homepage": "https://n8n.io",