@n8n/stores 1.25.0 → 1.26.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.
@@ -40,9 +40,11 @@ const STORES = {
40
40
  EXPERIMENT_READY_TO_RUN_WORKFLOWS: "readyToRunWorkflows",
41
41
  EXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: "readyToRunWorkflowsV2",
42
42
  EXPERIMENT_TEMPLATE_RECO_V2: "templateRecoV2",
43
- PERSONALIZED_TEMPLATES_V3: "personalizedTemplatesV3"
43
+ PERSONALIZED_TEMPLATES_V3: "personalizedTemplatesV3",
44
+ TEMPLATES_DATA_QUALITY: "templatesDataQuality",
45
+ BANNERS: "banners"
44
46
  };
45
47
 
46
48
  //#endregion
47
49
  export { STORES as t };
48
- //# sourceMappingURL=constants-DuYkHX7y.js.map
50
+ //# sourceMappingURL=constants-9i3DzQUx.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants-DuYkHX7y.js","names":[],"sources":["../src/constants.ts"],"sourcesContent":["export const STORES = {\n\tCOMMUNITY_NODES: 'communityNodes',\n\tROOT: 'root',\n\tSETTINGS: 'settings',\n\tUI: 'ui',\n\tUSERS: 'users',\n\tWORKFLOWS: 'workflows',\n\tWORKFLOWS_V2: 'workflowsV2',\n\tWORKFLOWS_EE: 'workflowsEE',\n\tEXECUTIONS: 'executions',\n\tNDV: 'ndv',\n\tTEMPLATES: 'templates',\n\tNODE_TYPES: 'nodeTypes',\n\tCREDENTIALS: 'credentials',\n\tTAGS: 'tags',\n\tANNOTATION_TAGS: 'annotationTags',\n\tVERSIONS: 'versions',\n\tNODE_CREATOR: 'nodeCreator',\n\tWEBHOOKS: 'webhooks',\n\tHISTORY: 'history',\n\tCLOUD_PLAN: 'cloudPlan',\n\tRBAC: 'rbac',\n\tPUSH: 'push',\n\tCOLLABORATION: 'collaboration',\n\tASSISTANT: 'assistant',\n\tBUILDER: 'builder',\n\tCHAT_PANEL: 'chatPanel',\n\tCHAT_PANEL_STATE: 'chatPanelState',\n\tBECOME_TEMPLATE_CREATOR: 'becomeTemplateCreator',\n\tPROJECTS: 'projects',\n\tAPI_KEYS: 'apiKeys',\n\tEVALUATION: 'evaluation',\n\tFOLDERS: 'folders',\n\tMODULES: 'modules',\n\tFOCUS_PANEL: 'focusPanel',\n\tWORKFLOW_STATE: 'workflowState',\n\tAI_TEMPLATES_STARTER_COLLECTION: 'aiTemplatesStarterCollection',\n\tPERSONALIZED_TEMPLATES: 'personalizedTemplates',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS: 'readyToRunWorkflows',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: 'readyToRunWorkflowsV2',\n\tEXPERIMENT_TEMPLATE_RECO_V2: 'templateRecoV2',\n\tPERSONALIZED_TEMPLATES_V3: 'personalizedTemplatesV3',\n} as const;\n"],"mappings":";AAAA,MAAa,SAAS;CACrB,iBAAiB;CACjB,MAAM;CACN,UAAU;CACV,IAAI;CACJ,OAAO;CACP,WAAW;CACX,cAAc;CACd,cAAc;CACd,YAAY;CACZ,KAAK;CACL,WAAW;CACX,YAAY;CACZ,aAAa;CACb,MAAM;CACN,iBAAiB;CACjB,UAAU;CACV,cAAc;CACd,UAAU;CACV,SAAS;CACT,YAAY;CACZ,MAAM;CACN,MAAM;CACN,eAAe;CACf,WAAW;CACX,SAAS;CACT,YAAY;CACZ,kBAAkB;CAClB,yBAAyB;CACzB,UAAU;CACV,UAAU;CACV,YAAY;CACZ,SAAS;CACT,SAAS;CACT,aAAa;CACb,gBAAgB;CAChB,iCAAiC;CACjC,wBAAwB;CACxB,mCAAmC;CACnC,sCAAsC;CACtC,6BAA6B;CAC7B,2BAA2B;CAC3B"}
1
+ {"version":3,"file":"constants-9i3DzQUx.js","names":[],"sources":["../src/constants.ts"],"sourcesContent":["export const STORES = {\n\tCOMMUNITY_NODES: 'communityNodes',\n\tROOT: 'root',\n\tSETTINGS: 'settings',\n\tUI: 'ui',\n\tUSERS: 'users',\n\tWORKFLOWS: 'workflows',\n\tWORKFLOWS_V2: 'workflowsV2',\n\tWORKFLOWS_EE: 'workflowsEE',\n\tEXECUTIONS: 'executions',\n\tNDV: 'ndv',\n\tTEMPLATES: 'templates',\n\tNODE_TYPES: 'nodeTypes',\n\tCREDENTIALS: 'credentials',\n\tTAGS: 'tags',\n\tANNOTATION_TAGS: 'annotationTags',\n\tVERSIONS: 'versions',\n\tNODE_CREATOR: 'nodeCreator',\n\tWEBHOOKS: 'webhooks',\n\tHISTORY: 'history',\n\tCLOUD_PLAN: 'cloudPlan',\n\tRBAC: 'rbac',\n\tPUSH: 'push',\n\tCOLLABORATION: 'collaboration',\n\tASSISTANT: 'assistant',\n\tBUILDER: 'builder',\n\tCHAT_PANEL: 'chatPanel',\n\tCHAT_PANEL_STATE: 'chatPanelState',\n\tBECOME_TEMPLATE_CREATOR: 'becomeTemplateCreator',\n\tPROJECTS: 'projects',\n\tAPI_KEYS: 'apiKeys',\n\tEVALUATION: 'evaluation',\n\tFOLDERS: 'folders',\n\tMODULES: 'modules',\n\tFOCUS_PANEL: 'focusPanel',\n\tWORKFLOW_STATE: 'workflowState',\n\tAI_TEMPLATES_STARTER_COLLECTION: 'aiTemplatesStarterCollection',\n\tPERSONALIZED_TEMPLATES: 'personalizedTemplates',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS: 'readyToRunWorkflows',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: 'readyToRunWorkflowsV2',\n\tEXPERIMENT_TEMPLATE_RECO_V2: 'templateRecoV2',\n\tPERSONALIZED_TEMPLATES_V3: 'personalizedTemplatesV3',\n\tTEMPLATES_DATA_QUALITY: 'templatesDataQuality',\n\tBANNERS: 'banners',\n} as const;\n"],"mappings":";AAAA,MAAa,SAAS;CACrB,iBAAiB;CACjB,MAAM;CACN,UAAU;CACV,IAAI;CACJ,OAAO;CACP,WAAW;CACX,cAAc;CACd,cAAc;CACd,YAAY;CACZ,KAAK;CACL,WAAW;CACX,YAAY;CACZ,aAAa;CACb,MAAM;CACN,iBAAiB;CACjB,UAAU;CACV,cAAc;CACd,UAAU;CACV,SAAS;CACT,YAAY;CACZ,MAAM;CACN,MAAM;CACN,eAAe;CACf,WAAW;CACX,SAAS;CACT,YAAY;CACZ,kBAAkB;CAClB,yBAAyB;CACzB,UAAU;CACV,UAAU;CACV,YAAY;CACZ,SAAS;CACT,SAAS;CACT,aAAa;CACb,gBAAgB;CAChB,iCAAiC;CACjC,wBAAwB;CACxB,mCAAmC;CACnC,sCAAsC;CACtC,6BAA6B;CAC7B,2BAA2B;CAC3B,wBAAwB;CACxB,SAAS;CACT"}
@@ -41,7 +41,9 @@ const STORES = {
41
41
  EXPERIMENT_READY_TO_RUN_WORKFLOWS: "readyToRunWorkflows",
42
42
  EXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: "readyToRunWorkflowsV2",
43
43
  EXPERIMENT_TEMPLATE_RECO_V2: "templateRecoV2",
44
- PERSONALIZED_TEMPLATES_V3: "personalizedTemplatesV3"
44
+ PERSONALIZED_TEMPLATES_V3: "personalizedTemplatesV3",
45
+ TEMPLATES_DATA_QUALITY: "templatesDataQuality",
46
+ BANNERS: "banners"
45
47
  };
46
48
 
47
49
  //#endregion
@@ -51,4 +53,4 @@ Object.defineProperty(exports, 'STORES', {
51
53
  return STORES;
52
54
  }
53
55
  });
54
- //# sourceMappingURL=constants-BbnUagQU.cjs.map
56
+ //# sourceMappingURL=constants-CX69cpIe.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants-BbnUagQU.cjs","names":[],"sources":["../src/constants.ts"],"sourcesContent":["export const STORES = {\n\tCOMMUNITY_NODES: 'communityNodes',\n\tROOT: 'root',\n\tSETTINGS: 'settings',\n\tUI: 'ui',\n\tUSERS: 'users',\n\tWORKFLOWS: 'workflows',\n\tWORKFLOWS_V2: 'workflowsV2',\n\tWORKFLOWS_EE: 'workflowsEE',\n\tEXECUTIONS: 'executions',\n\tNDV: 'ndv',\n\tTEMPLATES: 'templates',\n\tNODE_TYPES: 'nodeTypes',\n\tCREDENTIALS: 'credentials',\n\tTAGS: 'tags',\n\tANNOTATION_TAGS: 'annotationTags',\n\tVERSIONS: 'versions',\n\tNODE_CREATOR: 'nodeCreator',\n\tWEBHOOKS: 'webhooks',\n\tHISTORY: 'history',\n\tCLOUD_PLAN: 'cloudPlan',\n\tRBAC: 'rbac',\n\tPUSH: 'push',\n\tCOLLABORATION: 'collaboration',\n\tASSISTANT: 'assistant',\n\tBUILDER: 'builder',\n\tCHAT_PANEL: 'chatPanel',\n\tCHAT_PANEL_STATE: 'chatPanelState',\n\tBECOME_TEMPLATE_CREATOR: 'becomeTemplateCreator',\n\tPROJECTS: 'projects',\n\tAPI_KEYS: 'apiKeys',\n\tEVALUATION: 'evaluation',\n\tFOLDERS: 'folders',\n\tMODULES: 'modules',\n\tFOCUS_PANEL: 'focusPanel',\n\tWORKFLOW_STATE: 'workflowState',\n\tAI_TEMPLATES_STARTER_COLLECTION: 'aiTemplatesStarterCollection',\n\tPERSONALIZED_TEMPLATES: 'personalizedTemplates',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS: 'readyToRunWorkflows',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: 'readyToRunWorkflowsV2',\n\tEXPERIMENT_TEMPLATE_RECO_V2: 'templateRecoV2',\n\tPERSONALIZED_TEMPLATES_V3: 'personalizedTemplatesV3',\n} as const;\n"],"mappings":";;AAAA,MAAa,SAAS;CACrB,iBAAiB;CACjB,MAAM;CACN,UAAU;CACV,IAAI;CACJ,OAAO;CACP,WAAW;CACX,cAAc;CACd,cAAc;CACd,YAAY;CACZ,KAAK;CACL,WAAW;CACX,YAAY;CACZ,aAAa;CACb,MAAM;CACN,iBAAiB;CACjB,UAAU;CACV,cAAc;CACd,UAAU;CACV,SAAS;CACT,YAAY;CACZ,MAAM;CACN,MAAM;CACN,eAAe;CACf,WAAW;CACX,SAAS;CACT,YAAY;CACZ,kBAAkB;CAClB,yBAAyB;CACzB,UAAU;CACV,UAAU;CACV,YAAY;CACZ,SAAS;CACT,SAAS;CACT,aAAa;CACb,gBAAgB;CAChB,iCAAiC;CACjC,wBAAwB;CACxB,mCAAmC;CACnC,sCAAsC;CACtC,6BAA6B;CAC7B,2BAA2B;CAC3B"}
1
+ {"version":3,"file":"constants-CX69cpIe.cjs","names":[],"sources":["../src/constants.ts"],"sourcesContent":["export const STORES = {\n\tCOMMUNITY_NODES: 'communityNodes',\n\tROOT: 'root',\n\tSETTINGS: 'settings',\n\tUI: 'ui',\n\tUSERS: 'users',\n\tWORKFLOWS: 'workflows',\n\tWORKFLOWS_V2: 'workflowsV2',\n\tWORKFLOWS_EE: 'workflowsEE',\n\tEXECUTIONS: 'executions',\n\tNDV: 'ndv',\n\tTEMPLATES: 'templates',\n\tNODE_TYPES: 'nodeTypes',\n\tCREDENTIALS: 'credentials',\n\tTAGS: 'tags',\n\tANNOTATION_TAGS: 'annotationTags',\n\tVERSIONS: 'versions',\n\tNODE_CREATOR: 'nodeCreator',\n\tWEBHOOKS: 'webhooks',\n\tHISTORY: 'history',\n\tCLOUD_PLAN: 'cloudPlan',\n\tRBAC: 'rbac',\n\tPUSH: 'push',\n\tCOLLABORATION: 'collaboration',\n\tASSISTANT: 'assistant',\n\tBUILDER: 'builder',\n\tCHAT_PANEL: 'chatPanel',\n\tCHAT_PANEL_STATE: 'chatPanelState',\n\tBECOME_TEMPLATE_CREATOR: 'becomeTemplateCreator',\n\tPROJECTS: 'projects',\n\tAPI_KEYS: 'apiKeys',\n\tEVALUATION: 'evaluation',\n\tFOLDERS: 'folders',\n\tMODULES: 'modules',\n\tFOCUS_PANEL: 'focusPanel',\n\tWORKFLOW_STATE: 'workflowState',\n\tAI_TEMPLATES_STARTER_COLLECTION: 'aiTemplatesStarterCollection',\n\tPERSONALIZED_TEMPLATES: 'personalizedTemplates',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS: 'readyToRunWorkflows',\n\tEXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: 'readyToRunWorkflowsV2',\n\tEXPERIMENT_TEMPLATE_RECO_V2: 'templateRecoV2',\n\tPERSONALIZED_TEMPLATES_V3: 'personalizedTemplatesV3',\n\tTEMPLATES_DATA_QUALITY: 'templatesDataQuality',\n\tBANNERS: 'banners',\n} as const;\n"],"mappings":";;AAAA,MAAa,SAAS;CACrB,iBAAiB;CACjB,MAAM;CACN,UAAU;CACV,IAAI;CACJ,OAAO;CACP,WAAW;CACX,cAAc;CACd,cAAc;CACd,YAAY;CACZ,KAAK;CACL,WAAW;CACX,YAAY;CACZ,aAAa;CACb,MAAM;CACN,iBAAiB;CACjB,UAAU;CACV,cAAc;CACd,UAAU;CACV,SAAS;CACT,YAAY;CACZ,MAAM;CACN,MAAM;CACN,eAAe;CACf,WAAW;CACX,SAAS;CACT,YAAY;CACZ,kBAAkB;CAClB,yBAAyB;CACzB,UAAU;CACV,UAAU;CACV,YAAY;CACZ,SAAS;CACT,SAAS;CACT,aAAa;CACb,gBAAgB;CAChB,iCAAiC;CACjC,wBAAwB;CACxB,mCAAmC;CACnC,sCAAsC;CACtC,6BAA6B;CAC7B,2BAA2B;CAC3B,wBAAwB;CACxB,SAAS;CACT"}
@@ -41,7 +41,9 @@ declare const STORES: {
41
41
  readonly EXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: "readyToRunWorkflowsV2";
42
42
  readonly EXPERIMENT_TEMPLATE_RECO_V2: "templateRecoV2";
43
43
  readonly PERSONALIZED_TEMPLATES_V3: "personalizedTemplatesV3";
44
+ readonly TEMPLATES_DATA_QUALITY: "templatesDataQuality";
45
+ readonly BANNERS: "banners";
44
46
  };
45
47
  //#endregion
46
48
  export { STORES as t };
47
- //# sourceMappingURL=constants-C9J2fW5t.d.ts.map
49
+ //# sourceMappingURL=constants-CwptonZO.d.cts.map
@@ -41,7 +41,9 @@ declare const STORES: {
41
41
  readonly EXPERIMENT_READY_TO_RUN_WORKFLOWS_V2: "readyToRunWorkflowsV2";
42
42
  readonly EXPERIMENT_TEMPLATE_RECO_V2: "templateRecoV2";
43
43
  readonly PERSONALIZED_TEMPLATES_V3: "personalizedTemplatesV3";
44
+ readonly TEMPLATES_DATA_QUALITY: "templatesDataQuality";
45
+ readonly BANNERS: "banners";
44
46
  };
45
47
  //#endregion
46
48
  export { STORES as t };
47
- //# sourceMappingURL=constants-DwkrkpBX.d.cts.map
49
+ //# sourceMappingURL=constants-DHhp4V-3.d.ts.map
@@ -1,3 +1,3 @@
1
- const require_constants = require('./constants-BbnUagQU.cjs');
1
+ const require_constants = require('./constants-CX69cpIe.cjs');
2
2
 
3
3
  exports.STORES = require_constants.STORES;
@@ -1,2 +1,2 @@
1
- import { t as STORES } from "./constants-DwkrkpBX.cjs";
1
+ import { t as STORES } from "./constants-CwptonZO.cjs";
2
2
  export { STORES };
@@ -1,2 +1,2 @@
1
- import { t as STORES } from "./constants-C9J2fW5t.js";
1
+ import { t as STORES } from "./constants-DHhp4V-3.js";
2
2
  export { STORES };
package/dist/constants.js CHANGED
@@ -1,3 +1,3 @@
1
- import { t as STORES } from "./constants-DuYkHX7y.js";
1
+ import { t as STORES } from "./constants-9i3DzQUx.js";
2
2
 
3
3
  export { STORES };
package/dist/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
- const require_constants = require('./constants-BbnUagQU.cjs');
1
+ const require_constants = require('./constants-CX69cpIe.cjs');
2
2
 
3
3
  exports.STORES = require_constants.STORES;
package/dist/index.d.cts CHANGED
@@ -1,2 +1,2 @@
1
- import { t as STORES } from "./constants-DwkrkpBX.cjs";
1
+ import { t as STORES } from "./constants-CwptonZO.cjs";
2
2
  export { STORES };
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { t as STORES } from "./constants-C9J2fW5t.js";
1
+ import { t as STORES } from "./constants-DHhp4V-3.js";
2
2
  export { STORES };
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { t as STORES } from "./constants-DuYkHX7y.js";
1
+ import { t as STORES } from "./constants-9i3DzQUx.js";
2
2
 
3
3
  export { STORES };
@@ -1,5 +1,5 @@
1
1
  const require_chunk = require('./chunk-CUT6urMc.cjs');
2
- const require_constants = require('./constants-BbnUagQU.cjs');
2
+ const require_constants = require('./constants-CX69cpIe.cjs');
3
3
  const require_metaTagConfig = require('./metaTagConfig-DEzM-BAY.cjs');
4
4
  let pinia = require("pinia");
5
5
  pinia = require_chunk.__toESM(pinia);
@@ -1,4 +1,4 @@
1
- import { t as STORES } from "./constants-DuYkHX7y.js";
1
+ import { t as STORES } from "./constants-9i3DzQUx.js";
2
2
  import { n as getConfigFromMetaTag } from "./metaTagConfig-DwSO4X1O.js";
3
3
  import { defineStore } from "pinia";
4
4
  import { randomString, setGlobalState } from "n8n-workflow";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/stores",
3
3
  "type": "module",
4
- "version": "1.25.0",
4
+ "version": "1.26.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -23,7 +23,7 @@
23
23
  }
24
24
  },
25
25
  "dependencies": {
26
- "n8n-workflow": "1.115.0"
26
+ "n8n-workflow": "1.116.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@testing-library/jest-dom": "^6.6.3",
@@ -39,9 +39,9 @@
39
39
  "vite": "npm:rolldown-vite@latest",
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
+ "@n8n/eslint-config": "0.0.1",
42
43
  "@n8n/typescript-config": "1.3.0",
43
- "@n8n/vitest-config": "1.5.0",
44
- "@n8n/eslint-config": "0.0.1"
44
+ "@n8n/vitest-config": "1.5.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@vueuse/core": "^10.11.0",