@n8n/stores 1.24.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
- export { STORES };
48
- //# sourceMappingURL=constants-BcqRYAbr.js.map
49
+ export { STORES as t };
50
+ //# sourceMappingURL=constants-9i3DzQUx.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants-BcqRYAbr.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
- export { STORES };
47
- //# sourceMappingURL=constants-GzFkR8Mu.d.ts.map
48
+ export { STORES as t };
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
- export { STORES };
47
- //# sourceMappingURL=constants-BJ-tXiwj.d.cts.map
48
+ export { STORES as t };
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 { STORES } from "./constants-BJ-tXiwj.cjs";
1
+ import { t as STORES } from "./constants-CwptonZO.cjs";
2
2
  export { STORES };
@@ -1,2 +1,2 @@
1
- import { STORES } from "./constants-GzFkR8Mu.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 { STORES } from "./constants-BcqRYAbr.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 { STORES } from "./constants-BJ-tXiwj.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 { STORES } from "./constants-GzFkR8Mu.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 { STORES } from "./constants-BcqRYAbr.js";
1
+ import { t as STORES } from "./constants-9i3DzQUx.js";
2
2
 
3
3
  export { STORES };
@@ -33,5 +33,5 @@ function getAndParseConfigFromMetaTag(configName) {
33
33
  }
34
34
 
35
35
  //#endregion
36
- export { getAndParseConfigFromMetaTag, getConfigFromMetaTag };
37
- //# sourceMappingURL=metaTagConfig-DHiZO9w0.js.map
36
+ export { getConfigFromMetaTag as n, getAndParseConfigFromMetaTag as t };
37
+ //# sourceMappingURL=metaTagConfig-DwSO4X1O.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"metaTagConfig-DHiZO9w0.js","names":[],"sources":["../src/metaTagConfig.ts"],"sourcesContent":["function getTagName(configName: string): string {\n\treturn `n8n:config:${configName}`;\n}\n\n/**\n * Utility function to read and decode base64-encoded configuration values from meta tags\n */\nexport function getConfigFromMetaTag(configName: string): string | null {\n\tconst tagName = getTagName(configName);\n\n\ttry {\n\t\tconst metaTag = document.querySelector(`meta[name=\"${tagName}\"]`);\n\t\tif (!metaTag) {\n\t\t\treturn null;\n\t\t}\n\n\t\tconst encodedContent = metaTag.getAttribute('content');\n\t\tif (!encodedContent) {\n\t\t\treturn null;\n\t\t}\n\n\t\t// Decode base64 content\n\t\tconst content = atob(encodedContent);\n\t\treturn content;\n\t} catch (error) {\n\t\tconsole.warn(`Failed to read n8n config for \"${tagName}\":`, error);\n\t\treturn null;\n\t}\n}\n\n/**\n * Utility function to read and parse configuration values from meta tags\n */\nexport function getAndParseConfigFromMetaTag<T>(configName: string): T | null {\n\tconst config = getConfigFromMetaTag(configName);\n\tif (!config) {\n\t\treturn null;\n\t}\n\n\ttry {\n\t\treturn JSON.parse(config) as T;\n\t} catch (error) {\n\t\tconsole.warn(`Failed to parse n8n config for \"${getTagName(configName)}\":`, error);\n\t\treturn null;\n\t}\n}\n"],"mappings":";AAAA,SAAS,WAAW,YAA4B;AAC/C,QAAO,cAAc;;;;;AAMtB,SAAgB,qBAAqB,YAAmC;CACvE,MAAM,UAAU,WAAW,WAAW;AAEtC,KAAI;EACH,MAAM,UAAU,SAAS,cAAc,cAAc,QAAQ,IAAI;AACjE,MAAI,CAAC,QACJ,QAAO;EAGR,MAAM,iBAAiB,QAAQ,aAAa,UAAU;AACtD,MAAI,CAAC,eACJ,QAAO;AAKR,SADgB,KAAK,eAAe;UAE5B,OAAO;AACf,UAAQ,KAAK,kCAAkC,QAAQ,KAAK,MAAM;AAClE,SAAO;;;;;;AAOT,SAAgB,6BAAgC,YAA8B;CAC7E,MAAM,SAAS,qBAAqB,WAAW;AAC/C,KAAI,CAAC,OACJ,QAAO;AAGR,KAAI;AACH,SAAO,KAAK,MAAM,OAAO;UACjB,OAAO;AACf,UAAQ,KAAK,mCAAmC,WAAW,WAAW,CAAC,KAAK,MAAM;AAClF,SAAO"}
1
+ {"version":3,"file":"metaTagConfig-DwSO4X1O.js","names":[],"sources":["../src/metaTagConfig.ts"],"sourcesContent":["function getTagName(configName: string): string {\n\treturn `n8n:config:${configName}`;\n}\n\n/**\n * Utility function to read and decode base64-encoded configuration values from meta tags\n */\nexport function getConfigFromMetaTag(configName: string): string | null {\n\tconst tagName = getTagName(configName);\n\n\ttry {\n\t\tconst metaTag = document.querySelector(`meta[name=\"${tagName}\"]`);\n\t\tif (!metaTag) {\n\t\t\treturn null;\n\t\t}\n\n\t\tconst encodedContent = metaTag.getAttribute('content');\n\t\tif (!encodedContent) {\n\t\t\treturn null;\n\t\t}\n\n\t\t// Decode base64 content\n\t\tconst content = atob(encodedContent);\n\t\treturn content;\n\t} catch (error) {\n\t\tconsole.warn(`Failed to read n8n config for \"${tagName}\":`, error);\n\t\treturn null;\n\t}\n}\n\n/**\n * Utility function to read and parse configuration values from meta tags\n */\nexport function getAndParseConfigFromMetaTag<T>(configName: string): T | null {\n\tconst config = getConfigFromMetaTag(configName);\n\tif (!config) {\n\t\treturn null;\n\t}\n\n\ttry {\n\t\treturn JSON.parse(config) as T;\n\t} catch (error) {\n\t\tconsole.warn(`Failed to parse n8n config for \"${getTagName(configName)}\":`, error);\n\t\treturn null;\n\t}\n}\n"],"mappings":";AAAA,SAAS,WAAW,YAA4B;AAC/C,QAAO,cAAc;;;;;AAMtB,SAAgB,qBAAqB,YAAmC;CACvE,MAAM,UAAU,WAAW,WAAW;AAEtC,KAAI;EACH,MAAM,UAAU,SAAS,cAAc,cAAc,QAAQ,IAAI;AACjE,MAAI,CAAC,QACJ,QAAO;EAGR,MAAM,iBAAiB,QAAQ,aAAa,UAAU;AACtD,MAAI,CAAC,eACJ,QAAO;AAKR,SADgB,KAAK,eAAe;UAE5B,OAAO;AACf,UAAQ,KAAK,kCAAkC,QAAQ,KAAK,MAAM;AAClE,SAAO;;;;;;AAOT,SAAgB,6BAAgC,YAA8B;CAC7E,MAAM,SAAS,qBAAqB,WAAW;AAC/C,KAAI,CAAC,OACJ,QAAO;AAGR,KAAI;AACH,SAAO,KAAK,MAAM,OAAO;UACjB,OAAO;AACf,UAAQ,KAAK,mCAAmC,WAAW,WAAW,CAAC,KAAK,MAAM;AAClF,SAAO"}
@@ -1,3 +1,3 @@
1
- import { getAndParseConfigFromMetaTag, getConfigFromMetaTag } from "./metaTagConfig-DHiZO9w0.js";
1
+ import { n as getConfigFromMetaTag, t as getAndParseConfigFromMetaTag } from "./metaTagConfig-DwSO4X1O.js";
2
2
 
3
3
  export { getAndParseConfigFromMetaTag, getConfigFromMetaTag };
@@ -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,5 +1,5 @@
1
- import { STORES } from "./constants-BcqRYAbr.js";
2
- import { getConfigFromMetaTag } from "./metaTagConfig-DHiZO9w0.js";
1
+ import { t as STORES } from "./constants-9i3DzQUx.js";
2
+ import { n as getConfigFromMetaTag } from "./metaTagConfig-DwSO4X1O.js";
3
3
  import { defineStore } from "pinia";
4
4
  import { randomString, setGlobalState } from "n8n-workflow";
5
5
  import { computed, ref } from "vue";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/stores",
3
3
  "type": "module",
4
- "version": "1.24.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.114.0"
26
+ "n8n-workflow": "1.116.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@testing-library/jest-dom": "^6.6.3",
@@ -40,8 +40,8 @@
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
42
  "@n8n/eslint-config": "0.0.1",
43
- "@n8n/vitest-config": "1.5.0",
44
- "@n8n/typescript-config": "1.3.0"
43
+ "@n8n/typescript-config": "1.3.0",
44
+ "@n8n/vitest-config": "1.5.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@vueuse/core": "^10.11.0",