@n8n/i18n 1.24.0 → 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.
- package/dist/index.cjs +3949 -7754
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +84 -18
- package/dist/{index.d.ts → index.d.mts} +85 -19
- package/dist/index.mjs +4211 -0
- package/dist/index.mjs.map +1 -0
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +1 -0
- package/dist/{types-Gzyvgd4l.d.ts → types2.d.cts} +85 -19
- package/dist/{types-CvlTqtF_.d.cts → types2.d.mts} +85 -19
- package/dist/utils.cjs +1 -1
- package/dist/{utils.d.ts → utils.d.mts} +1 -1
- package/dist/utils.mjs +3 -0
- package/dist/{utils-p9ioSiTo.cjs → utils2.cjs} +3 -9
- package/dist/utils2.cjs.map +1 -0
- package/dist/{utils-BJm12gqs.js → utils2.mjs} +4 -10
- package/dist/utils2.mjs.map +1 -0
- package/package.json +9 -9
- package/dist/index.js +0 -7993
- package/dist/index.js.map +0 -1
- package/dist/types.d.ts +0 -2
- package/dist/types.js +0 -0
- package/dist/utils-BJm12gqs.js.map +0 -1
- package/dist/utils-p9ioSiTo.cjs.map +0 -1
- package/dist/utils.js +0 -3
package/dist/types.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as LocaleMessages, n as GetBaseTextKey, r as INodeTranslationHeaders, t as BaseTextKey } from "./types2.cjs";
|
|
2
2
|
export { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages };
|
package/dist/types.d.mts
ADDED
package/dist/types.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -135,6 +135,7 @@ declare const _exports: {
|
|
|
135
135
|
"generic.projects": string;
|
|
136
136
|
"generic.your": string;
|
|
137
137
|
"generic.apiKey": string;
|
|
138
|
+
"generic.search": string;
|
|
138
139
|
"about.aboutN8n": string;
|
|
139
140
|
"about.close": string;
|
|
140
141
|
"about.license": string;
|
|
@@ -308,6 +309,7 @@ declare const _exports: {
|
|
|
308
309
|
"chatHub.agent.editor.systemPrompt.label": string;
|
|
309
310
|
"chatHub.agent.editor.systemPrompt.placeholder": string;
|
|
310
311
|
"chatHub.agent.editor.model.label": string;
|
|
312
|
+
"chatHub.agent.editor.tools.label": string;
|
|
311
313
|
"chatHub.agent.editor.loading": string;
|
|
312
314
|
"chatHub.agent.editor.saving": string;
|
|
313
315
|
"chatHub.agent.editor.save": string;
|
|
@@ -324,6 +326,13 @@ declare const _exports: {
|
|
|
324
326
|
"chatHub.agent.editor.success.create": string;
|
|
325
327
|
"chatHub.agent.editor.success.update": string;
|
|
326
328
|
"chatHub.agent.editor.success.delete": string;
|
|
329
|
+
"chatHub.tools.editor.title": string;
|
|
330
|
+
"chatHub.tools.editor.credential": string;
|
|
331
|
+
"chatHub.tools.editor.credential.placeholder": string;
|
|
332
|
+
"chatHub.tools.editor.credential.new": string;
|
|
333
|
+
"chatHub.tools.editor.selectedCount": string;
|
|
334
|
+
"chatHub.tools.editor.confirm": string;
|
|
335
|
+
"chatHub.tools.editor.cancel": string;
|
|
327
336
|
"chatEmbed.infoTip.description": string;
|
|
328
337
|
"chatEmbed.infoTip.link": string;
|
|
329
338
|
"chatEmbed.title": string;
|
|
@@ -1246,7 +1255,6 @@ declare const _exports: {
|
|
|
1246
1255
|
"ndv.input.mapping": string;
|
|
1247
1256
|
"ndv.input.fromAI": string;
|
|
1248
1257
|
"ndv.input.parentNodes": string;
|
|
1249
|
-
"ndv.input.tooMuchData.title": string;
|
|
1250
1258
|
"ndv.input.noOutputDataInBranch": string;
|
|
1251
1259
|
"ndv.input.noOutputDataInNode": string;
|
|
1252
1260
|
"ndv.input.noOutputData": string;
|
|
@@ -1309,10 +1317,6 @@ declare const _exports: {
|
|
|
1309
1317
|
"ndv.output.insertTestData": string;
|
|
1310
1318
|
"ndv.output.staleDataWarning.regular": string;
|
|
1311
1319
|
"ndv.output.staleDataWarning.pinData": string;
|
|
1312
|
-
"ndv.output.tooMuchData.message": string;
|
|
1313
|
-
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1314
|
-
"ndv.output.tooMuchData.title": string;
|
|
1315
|
-
"ndv.output.logs.tooMuchData.message": string;
|
|
1316
1320
|
"ndv.output.waitingToRun": string;
|
|
1317
1321
|
"ndv.output.noToolUsedInfo": string;
|
|
1318
1322
|
"ndv.title.cancel": string;
|
|
@@ -1338,6 +1342,9 @@ declare const _exports: {
|
|
|
1338
1342
|
"ndv.pinData.error.tooLarge.description": string;
|
|
1339
1343
|
"ndv.pinData.error.tooLargeWorkflow.title": string;
|
|
1340
1344
|
"ndv.pinData.error.tooLargeWorkflow.description": string;
|
|
1345
|
+
"ndv.tooMuchData.message": string;
|
|
1346
|
+
"ndv.tooMuchData.showDataAnyway": string;
|
|
1347
|
+
"ndv.tooMuchData.title": string;
|
|
1341
1348
|
"ndv.httpRequest.credentialOnly.docsNotice": string;
|
|
1342
1349
|
"noTagsView.readyToOrganizeYourWorkflows": string;
|
|
1343
1350
|
"noTagsView.withWorkflowTagsYouReFree": string;
|
|
@@ -1760,6 +1767,7 @@ declare const _exports: {
|
|
|
1760
1767
|
"oauth.consentView.description": string;
|
|
1761
1768
|
"oauth.consentView.action.listWorkflows": string;
|
|
1762
1769
|
"oauth.consentView.action.workflowDetails": string;
|
|
1770
|
+
"oauth.consentView.action.executeWorkflows": string;
|
|
1763
1771
|
"oauth.consentView.readMore": string;
|
|
1764
1772
|
"oauth.consentView.error.deny": string;
|
|
1765
1773
|
"oauth.consentView.error.allow": string;
|
|
@@ -1964,6 +1972,26 @@ declare const _exports: {
|
|
|
1964
1972
|
"projectRoles.credential:move.tooltip": string;
|
|
1965
1973
|
"projectRoles.credential:delete": string;
|
|
1966
1974
|
"projectRoles.credential:delete.tooltip": string;
|
|
1975
|
+
"projectRoles.dataTable:read": string;
|
|
1976
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1977
|
+
"projectRoles.dataTable:update": string;
|
|
1978
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1979
|
+
"projectRoles.dataTable:create": string;
|
|
1980
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1981
|
+
"projectRoles.dataTable:delete": string;
|
|
1982
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1983
|
+
"projectRoles.dataTable:readRow": string;
|
|
1984
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1985
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1986
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1987
|
+
"projectRoles.projectVariable:read": string;
|
|
1988
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1989
|
+
"projectRoles.projectVariable:update": string;
|
|
1990
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1991
|
+
"projectRoles.projectVariable:create": string;
|
|
1992
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1993
|
+
"projectRoles.projectVariable:delete": string;
|
|
1994
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1967
1995
|
"projectRoles.sourceControl:pull": string;
|
|
1968
1996
|
"projectRoles.sourceControl:push": string;
|
|
1969
1997
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1991,6 +2019,8 @@ declare const _exports: {
|
|
|
1991
2019
|
"projectRoles.type.workflow": string;
|
|
1992
2020
|
"projectRoles.type.credential": string;
|
|
1993
2021
|
"projectRoles.type.sourceControl": string;
|
|
2022
|
+
"projectRoles.type.dataTable": string;
|
|
2023
|
+
"projectRoles.type.projectVariable": string;
|
|
1994
2024
|
"projectRoles.literal.system": string;
|
|
1995
2025
|
"projectRoles.literal.custom": string;
|
|
1996
2026
|
"projectRoles.action.cancel": string;
|
|
@@ -2621,6 +2651,39 @@ declare const _exports: {
|
|
|
2621
2651
|
"settings.sourceControl.httpsPersonalAccessTokenPlaceholder": string;
|
|
2622
2652
|
"settings.sourceControl.httpsWarningNotice": string;
|
|
2623
2653
|
"settings.sourceControl.httpsWarningNotice.strong": string;
|
|
2654
|
+
"settings.migrationReport": string;
|
|
2655
|
+
"settings.migrationReport.title": string;
|
|
2656
|
+
"settings.migrationReport.description": string;
|
|
2657
|
+
"settings.migrationReport.refreshButton": string;
|
|
2658
|
+
"settings.migrationReport.tabs.workflowIssues": string;
|
|
2659
|
+
"settings.migrationReport.tabs.instanceIssues": string;
|
|
2660
|
+
"settings.migrationReport.workflowTooltip.critical": string;
|
|
2661
|
+
"settings.migrationReport.workflowTooltip.medium": string;
|
|
2662
|
+
"settings.migrationReport.workflowTooltip.low": string;
|
|
2663
|
+
"settings.migrationReport.instanceTooltip.critical": string;
|
|
2664
|
+
"settings.migrationReport.instanceTooltip.medium": string;
|
|
2665
|
+
"settings.migrationReport.instanceTooltip.low": string;
|
|
2666
|
+
"settings.migrationReport.emptyWorkflowIssues.title": string;
|
|
2667
|
+
"settings.migrationReport.emptyWorkflowIssues.description": string;
|
|
2668
|
+
"settings.migrationReport.emptyInstanceIssues.title": string;
|
|
2669
|
+
"settings.migrationReport.emptyInstanceIssues.description": string;
|
|
2670
|
+
"settings.migrationReport.documentation": string;
|
|
2671
|
+
"settings.migrationReport.workflowsCount": string;
|
|
2672
|
+
"settings.migrationReport.detail.affectedTag": string;
|
|
2673
|
+
"settings.migrationReport.detail.table.name": string;
|
|
2674
|
+
"settings.migrationReport.detail.table.issue": string;
|
|
2675
|
+
"settings.migrationReport.detail.table.active": string;
|
|
2676
|
+
"settings.migrationReport.detail.table.deactivated": string;
|
|
2677
|
+
"settings.migrationReport.detail.table.nodeAffected": string;
|
|
2678
|
+
"settings.migrationReport.detail.table.numberOfExecutions": string;
|
|
2679
|
+
"settings.migrationReport.detail.table.lastExecuted": string;
|
|
2680
|
+
"settings.migrationReport.detail.table.lastUpdated": string;
|
|
2681
|
+
"settings.migrationReport.detail.table.never": string;
|
|
2682
|
+
"settings.migrationReport.detail.search.placeholder": string;
|
|
2683
|
+
"settings.migrationReport.detail.filter.status.label": string;
|
|
2684
|
+
"settings.migrationReport.detail.filter.status.all": string;
|
|
2685
|
+
"settings.migrationReport.detail.filter.status.active": string;
|
|
2686
|
+
"settings.migrationReport.detail.filter.status.deactivated": string;
|
|
2624
2687
|
"showMessage.cancel": string;
|
|
2625
2688
|
"showMessage.ok": string;
|
|
2626
2689
|
"showMessage.showDetails": string;
|
|
@@ -2755,6 +2818,9 @@ declare const _exports: {
|
|
|
2755
2818
|
"ndv.search.noMatchSchema.description": string;
|
|
2756
2819
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2757
2820
|
"ndv.search.items": string;
|
|
2821
|
+
"ndv.render.text": string;
|
|
2822
|
+
"ndv.render.html": string;
|
|
2823
|
+
"ndv.render.markdown": string;
|
|
2758
2824
|
"ndv.nodeHints.disabled": string;
|
|
2759
2825
|
"ndv.nodeHints.alwaysOutputData": string;
|
|
2760
2826
|
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
@@ -2950,9 +3016,7 @@ declare const _exports: {
|
|
|
2950
3016
|
"workflowHistory.action.clone.success.title": string;
|
|
2951
3017
|
"workflowHistory.action.clone.success.message": string;
|
|
2952
3018
|
"workflowHistory.button.tooltip.empty": string;
|
|
2953
|
-
"workflowHistory.button.tooltip
|
|
2954
|
-
"workflowHistory.button.tooltip.disabled": string;
|
|
2955
|
-
"workflowHistory.button.tooltip.disabled.link": string;
|
|
3019
|
+
"workflowHistory.button.tooltip": string;
|
|
2956
3020
|
"workflows.heading": string;
|
|
2957
3021
|
"workflows.add": string;
|
|
2958
3022
|
"workflows.project.add": string;
|
|
@@ -3018,7 +3082,7 @@ declare const _exports: {
|
|
|
3018
3082
|
"workflows.empty.preBuiltAgents": string;
|
|
3019
3083
|
"workflows.empty.shared-with-me": string;
|
|
3020
3084
|
"workflows.empty.shared-with-me.link": string;
|
|
3021
|
-
"workflows.empty.
|
|
3085
|
+
"workflows.empty.readyToRun": string;
|
|
3022
3086
|
"workflows.list.easyAI": string;
|
|
3023
3087
|
"workflows.list.error.fetching.one": string;
|
|
3024
3088
|
"workflows.list.error.fetching": string;
|
|
@@ -3166,6 +3230,7 @@ declare const _exports: {
|
|
|
3166
3230
|
"dataTable.dataTables": string;
|
|
3167
3231
|
"dataTable.empty.label": string;
|
|
3168
3232
|
"dataTable.empty.description": string;
|
|
3233
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3169
3234
|
"dataTable.card.size": string;
|
|
3170
3235
|
"dataTable.card.column.count": string;
|
|
3171
3236
|
"dataTable.add.title": string;
|
|
@@ -3219,6 +3284,7 @@ declare const _exports: {
|
|
|
3219
3284
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3220
3285
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3221
3286
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3287
|
+
"dataTable.search.dateSearchInfo": string;
|
|
3222
3288
|
"settings.ldap": string;
|
|
3223
3289
|
"settings.ldap.note": string;
|
|
3224
3290
|
"settings.ldap.infoTip": string;
|
|
@@ -3300,6 +3366,8 @@ declare const _exports: {
|
|
|
3300
3366
|
"settings.ldap.form.pageSize.infoText": string;
|
|
3301
3367
|
"settings.ldap.form.searchTimeout.label": string;
|
|
3302
3368
|
"settings.ldap.form.searchTimeout.infoText": string;
|
|
3369
|
+
"settings.ldap.form.enforceEmailUniqueness.label": string;
|
|
3370
|
+
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3303
3371
|
"settings.ldap.section.synchronization.title": string;
|
|
3304
3372
|
"settings.sso": string;
|
|
3305
3373
|
"settings.sso.title": string;
|
|
@@ -3596,14 +3664,12 @@ declare const _exports: {
|
|
|
3596
3664
|
"communityPlusModal.success.title": string;
|
|
3597
3665
|
"communityPlusModal.success.message": string;
|
|
3598
3666
|
"communityPlusModal.description": string;
|
|
3599
|
-
"communityPlusModal.features.
|
|
3600
|
-
"communityPlusModal.features.
|
|
3601
|
-
"communityPlusModal.features.
|
|
3602
|
-
"communityPlusModal.features.
|
|
3603
|
-
"communityPlusModal.features.
|
|
3604
|
-
"communityPlusModal.features.
|
|
3605
|
-
"communityPlusModal.features.fourth.title": string;
|
|
3606
|
-
"communityPlusModal.features.fourth.description": string;
|
|
3667
|
+
"communityPlusModal.features.debugging.title": string;
|
|
3668
|
+
"communityPlusModal.features.debugging.description": string;
|
|
3669
|
+
"communityPlusModal.features.execution.title": string;
|
|
3670
|
+
"communityPlusModal.features.execution.description": string;
|
|
3671
|
+
"communityPlusModal.features.folders.title": string;
|
|
3672
|
+
"communityPlusModal.features.folders.description": string;
|
|
3607
3673
|
"communityPlusModal.input.email.label": string;
|
|
3608
3674
|
"communityPlusModal.button.skip": string;
|
|
3609
3675
|
"communityPlusModal.button.confirm": string;
|
|
@@ -3892,5 +3958,5 @@ interface INodeTranslationHeaders {
|
|
|
3892
3958
|
};
|
|
3893
3959
|
}
|
|
3894
3960
|
//#endregion
|
|
3895
|
-
export {
|
|
3896
|
-
//# sourceMappingURL=
|
|
3961
|
+
export { LocaleMessages as i, GetBaseTextKey as n, INodeTranslationHeaders as r, BaseTextKey as t };
|
|
3962
|
+
//# sourceMappingURL=types2.d.cts.map
|
|
@@ -135,6 +135,7 @@ declare const _exports: {
|
|
|
135
135
|
"generic.projects": string;
|
|
136
136
|
"generic.your": string;
|
|
137
137
|
"generic.apiKey": string;
|
|
138
|
+
"generic.search": string;
|
|
138
139
|
"about.aboutN8n": string;
|
|
139
140
|
"about.close": string;
|
|
140
141
|
"about.license": string;
|
|
@@ -308,6 +309,7 @@ declare const _exports: {
|
|
|
308
309
|
"chatHub.agent.editor.systemPrompt.label": string;
|
|
309
310
|
"chatHub.agent.editor.systemPrompt.placeholder": string;
|
|
310
311
|
"chatHub.agent.editor.model.label": string;
|
|
312
|
+
"chatHub.agent.editor.tools.label": string;
|
|
311
313
|
"chatHub.agent.editor.loading": string;
|
|
312
314
|
"chatHub.agent.editor.saving": string;
|
|
313
315
|
"chatHub.agent.editor.save": string;
|
|
@@ -324,6 +326,13 @@ declare const _exports: {
|
|
|
324
326
|
"chatHub.agent.editor.success.create": string;
|
|
325
327
|
"chatHub.agent.editor.success.update": string;
|
|
326
328
|
"chatHub.agent.editor.success.delete": string;
|
|
329
|
+
"chatHub.tools.editor.title": string;
|
|
330
|
+
"chatHub.tools.editor.credential": string;
|
|
331
|
+
"chatHub.tools.editor.credential.placeholder": string;
|
|
332
|
+
"chatHub.tools.editor.credential.new": string;
|
|
333
|
+
"chatHub.tools.editor.selectedCount": string;
|
|
334
|
+
"chatHub.tools.editor.confirm": string;
|
|
335
|
+
"chatHub.tools.editor.cancel": string;
|
|
327
336
|
"chatEmbed.infoTip.description": string;
|
|
328
337
|
"chatEmbed.infoTip.link": string;
|
|
329
338
|
"chatEmbed.title": string;
|
|
@@ -1246,7 +1255,6 @@ declare const _exports: {
|
|
|
1246
1255
|
"ndv.input.mapping": string;
|
|
1247
1256
|
"ndv.input.fromAI": string;
|
|
1248
1257
|
"ndv.input.parentNodes": string;
|
|
1249
|
-
"ndv.input.tooMuchData.title": string;
|
|
1250
1258
|
"ndv.input.noOutputDataInBranch": string;
|
|
1251
1259
|
"ndv.input.noOutputDataInNode": string;
|
|
1252
1260
|
"ndv.input.noOutputData": string;
|
|
@@ -1309,10 +1317,6 @@ declare const _exports: {
|
|
|
1309
1317
|
"ndv.output.insertTestData": string;
|
|
1310
1318
|
"ndv.output.staleDataWarning.regular": string;
|
|
1311
1319
|
"ndv.output.staleDataWarning.pinData": string;
|
|
1312
|
-
"ndv.output.tooMuchData.message": string;
|
|
1313
|
-
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1314
|
-
"ndv.output.tooMuchData.title": string;
|
|
1315
|
-
"ndv.output.logs.tooMuchData.message": string;
|
|
1316
1320
|
"ndv.output.waitingToRun": string;
|
|
1317
1321
|
"ndv.output.noToolUsedInfo": string;
|
|
1318
1322
|
"ndv.title.cancel": string;
|
|
@@ -1338,6 +1342,9 @@ declare const _exports: {
|
|
|
1338
1342
|
"ndv.pinData.error.tooLarge.description": string;
|
|
1339
1343
|
"ndv.pinData.error.tooLargeWorkflow.title": string;
|
|
1340
1344
|
"ndv.pinData.error.tooLargeWorkflow.description": string;
|
|
1345
|
+
"ndv.tooMuchData.message": string;
|
|
1346
|
+
"ndv.tooMuchData.showDataAnyway": string;
|
|
1347
|
+
"ndv.tooMuchData.title": string;
|
|
1341
1348
|
"ndv.httpRequest.credentialOnly.docsNotice": string;
|
|
1342
1349
|
"noTagsView.readyToOrganizeYourWorkflows": string;
|
|
1343
1350
|
"noTagsView.withWorkflowTagsYouReFree": string;
|
|
@@ -1760,6 +1767,7 @@ declare const _exports: {
|
|
|
1760
1767
|
"oauth.consentView.description": string;
|
|
1761
1768
|
"oauth.consentView.action.listWorkflows": string;
|
|
1762
1769
|
"oauth.consentView.action.workflowDetails": string;
|
|
1770
|
+
"oauth.consentView.action.executeWorkflows": string;
|
|
1763
1771
|
"oauth.consentView.readMore": string;
|
|
1764
1772
|
"oauth.consentView.error.deny": string;
|
|
1765
1773
|
"oauth.consentView.error.allow": string;
|
|
@@ -1964,6 +1972,26 @@ declare const _exports: {
|
|
|
1964
1972
|
"projectRoles.credential:move.tooltip": string;
|
|
1965
1973
|
"projectRoles.credential:delete": string;
|
|
1966
1974
|
"projectRoles.credential:delete.tooltip": string;
|
|
1975
|
+
"projectRoles.dataTable:read": string;
|
|
1976
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1977
|
+
"projectRoles.dataTable:update": string;
|
|
1978
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1979
|
+
"projectRoles.dataTable:create": string;
|
|
1980
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1981
|
+
"projectRoles.dataTable:delete": string;
|
|
1982
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1983
|
+
"projectRoles.dataTable:readRow": string;
|
|
1984
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1985
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1986
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1987
|
+
"projectRoles.projectVariable:read": string;
|
|
1988
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1989
|
+
"projectRoles.projectVariable:update": string;
|
|
1990
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1991
|
+
"projectRoles.projectVariable:create": string;
|
|
1992
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1993
|
+
"projectRoles.projectVariable:delete": string;
|
|
1994
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1967
1995
|
"projectRoles.sourceControl:pull": string;
|
|
1968
1996
|
"projectRoles.sourceControl:push": string;
|
|
1969
1997
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1991,6 +2019,8 @@ declare const _exports: {
|
|
|
1991
2019
|
"projectRoles.type.workflow": string;
|
|
1992
2020
|
"projectRoles.type.credential": string;
|
|
1993
2021
|
"projectRoles.type.sourceControl": string;
|
|
2022
|
+
"projectRoles.type.dataTable": string;
|
|
2023
|
+
"projectRoles.type.projectVariable": string;
|
|
1994
2024
|
"projectRoles.literal.system": string;
|
|
1995
2025
|
"projectRoles.literal.custom": string;
|
|
1996
2026
|
"projectRoles.action.cancel": string;
|
|
@@ -2621,6 +2651,39 @@ declare const _exports: {
|
|
|
2621
2651
|
"settings.sourceControl.httpsPersonalAccessTokenPlaceholder": string;
|
|
2622
2652
|
"settings.sourceControl.httpsWarningNotice": string;
|
|
2623
2653
|
"settings.sourceControl.httpsWarningNotice.strong": string;
|
|
2654
|
+
"settings.migrationReport": string;
|
|
2655
|
+
"settings.migrationReport.title": string;
|
|
2656
|
+
"settings.migrationReport.description": string;
|
|
2657
|
+
"settings.migrationReport.refreshButton": string;
|
|
2658
|
+
"settings.migrationReport.tabs.workflowIssues": string;
|
|
2659
|
+
"settings.migrationReport.tabs.instanceIssues": string;
|
|
2660
|
+
"settings.migrationReport.workflowTooltip.critical": string;
|
|
2661
|
+
"settings.migrationReport.workflowTooltip.medium": string;
|
|
2662
|
+
"settings.migrationReport.workflowTooltip.low": string;
|
|
2663
|
+
"settings.migrationReport.instanceTooltip.critical": string;
|
|
2664
|
+
"settings.migrationReport.instanceTooltip.medium": string;
|
|
2665
|
+
"settings.migrationReport.instanceTooltip.low": string;
|
|
2666
|
+
"settings.migrationReport.emptyWorkflowIssues.title": string;
|
|
2667
|
+
"settings.migrationReport.emptyWorkflowIssues.description": string;
|
|
2668
|
+
"settings.migrationReport.emptyInstanceIssues.title": string;
|
|
2669
|
+
"settings.migrationReport.emptyInstanceIssues.description": string;
|
|
2670
|
+
"settings.migrationReport.documentation": string;
|
|
2671
|
+
"settings.migrationReport.workflowsCount": string;
|
|
2672
|
+
"settings.migrationReport.detail.affectedTag": string;
|
|
2673
|
+
"settings.migrationReport.detail.table.name": string;
|
|
2674
|
+
"settings.migrationReport.detail.table.issue": string;
|
|
2675
|
+
"settings.migrationReport.detail.table.active": string;
|
|
2676
|
+
"settings.migrationReport.detail.table.deactivated": string;
|
|
2677
|
+
"settings.migrationReport.detail.table.nodeAffected": string;
|
|
2678
|
+
"settings.migrationReport.detail.table.numberOfExecutions": string;
|
|
2679
|
+
"settings.migrationReport.detail.table.lastExecuted": string;
|
|
2680
|
+
"settings.migrationReport.detail.table.lastUpdated": string;
|
|
2681
|
+
"settings.migrationReport.detail.table.never": string;
|
|
2682
|
+
"settings.migrationReport.detail.search.placeholder": string;
|
|
2683
|
+
"settings.migrationReport.detail.filter.status.label": string;
|
|
2684
|
+
"settings.migrationReport.detail.filter.status.all": string;
|
|
2685
|
+
"settings.migrationReport.detail.filter.status.active": string;
|
|
2686
|
+
"settings.migrationReport.detail.filter.status.deactivated": string;
|
|
2624
2687
|
"showMessage.cancel": string;
|
|
2625
2688
|
"showMessage.ok": string;
|
|
2626
2689
|
"showMessage.showDetails": string;
|
|
@@ -2755,6 +2818,9 @@ declare const _exports: {
|
|
|
2755
2818
|
"ndv.search.noMatchSchema.description": string;
|
|
2756
2819
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2757
2820
|
"ndv.search.items": string;
|
|
2821
|
+
"ndv.render.text": string;
|
|
2822
|
+
"ndv.render.html": string;
|
|
2823
|
+
"ndv.render.markdown": string;
|
|
2758
2824
|
"ndv.nodeHints.disabled": string;
|
|
2759
2825
|
"ndv.nodeHints.alwaysOutputData": string;
|
|
2760
2826
|
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
@@ -2950,9 +3016,7 @@ declare const _exports: {
|
|
|
2950
3016
|
"workflowHistory.action.clone.success.title": string;
|
|
2951
3017
|
"workflowHistory.action.clone.success.message": string;
|
|
2952
3018
|
"workflowHistory.button.tooltip.empty": string;
|
|
2953
|
-
"workflowHistory.button.tooltip
|
|
2954
|
-
"workflowHistory.button.tooltip.disabled": string;
|
|
2955
|
-
"workflowHistory.button.tooltip.disabled.link": string;
|
|
3019
|
+
"workflowHistory.button.tooltip": string;
|
|
2956
3020
|
"workflows.heading": string;
|
|
2957
3021
|
"workflows.add": string;
|
|
2958
3022
|
"workflows.project.add": string;
|
|
@@ -3018,7 +3082,7 @@ declare const _exports: {
|
|
|
3018
3082
|
"workflows.empty.preBuiltAgents": string;
|
|
3019
3083
|
"workflows.empty.shared-with-me": string;
|
|
3020
3084
|
"workflows.empty.shared-with-me.link": string;
|
|
3021
|
-
"workflows.empty.
|
|
3085
|
+
"workflows.empty.readyToRun": string;
|
|
3022
3086
|
"workflows.list.easyAI": string;
|
|
3023
3087
|
"workflows.list.error.fetching.one": string;
|
|
3024
3088
|
"workflows.list.error.fetching": string;
|
|
@@ -3166,6 +3230,7 @@ declare const _exports: {
|
|
|
3166
3230
|
"dataTable.dataTables": string;
|
|
3167
3231
|
"dataTable.empty.label": string;
|
|
3168
3232
|
"dataTable.empty.description": string;
|
|
3233
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3169
3234
|
"dataTable.card.size": string;
|
|
3170
3235
|
"dataTable.card.column.count": string;
|
|
3171
3236
|
"dataTable.add.title": string;
|
|
@@ -3219,6 +3284,7 @@ declare const _exports: {
|
|
|
3219
3284
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3220
3285
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3221
3286
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3287
|
+
"dataTable.search.dateSearchInfo": string;
|
|
3222
3288
|
"settings.ldap": string;
|
|
3223
3289
|
"settings.ldap.note": string;
|
|
3224
3290
|
"settings.ldap.infoTip": string;
|
|
@@ -3300,6 +3366,8 @@ declare const _exports: {
|
|
|
3300
3366
|
"settings.ldap.form.pageSize.infoText": string;
|
|
3301
3367
|
"settings.ldap.form.searchTimeout.label": string;
|
|
3302
3368
|
"settings.ldap.form.searchTimeout.infoText": string;
|
|
3369
|
+
"settings.ldap.form.enforceEmailUniqueness.label": string;
|
|
3370
|
+
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3303
3371
|
"settings.ldap.section.synchronization.title": string;
|
|
3304
3372
|
"settings.sso": string;
|
|
3305
3373
|
"settings.sso.title": string;
|
|
@@ -3596,14 +3664,12 @@ declare const _exports: {
|
|
|
3596
3664
|
"communityPlusModal.success.title": string;
|
|
3597
3665
|
"communityPlusModal.success.message": string;
|
|
3598
3666
|
"communityPlusModal.description": string;
|
|
3599
|
-
"communityPlusModal.features.
|
|
3600
|
-
"communityPlusModal.features.
|
|
3601
|
-
"communityPlusModal.features.
|
|
3602
|
-
"communityPlusModal.features.
|
|
3603
|
-
"communityPlusModal.features.
|
|
3604
|
-
"communityPlusModal.features.
|
|
3605
|
-
"communityPlusModal.features.fourth.title": string;
|
|
3606
|
-
"communityPlusModal.features.fourth.description": string;
|
|
3667
|
+
"communityPlusModal.features.debugging.title": string;
|
|
3668
|
+
"communityPlusModal.features.debugging.description": string;
|
|
3669
|
+
"communityPlusModal.features.execution.title": string;
|
|
3670
|
+
"communityPlusModal.features.execution.description": string;
|
|
3671
|
+
"communityPlusModal.features.folders.title": string;
|
|
3672
|
+
"communityPlusModal.features.folders.description": string;
|
|
3607
3673
|
"communityPlusModal.input.email.label": string;
|
|
3608
3674
|
"communityPlusModal.button.skip": string;
|
|
3609
3675
|
"communityPlusModal.button.confirm": string;
|
|
@@ -3892,5 +3958,5 @@ interface INodeTranslationHeaders {
|
|
|
3892
3958
|
};
|
|
3893
3959
|
}
|
|
3894
3960
|
//#endregion
|
|
3895
|
-
export {
|
|
3896
|
-
//# sourceMappingURL=
|
|
3961
|
+
export { LocaleMessages as i, GetBaseTextKey as n, INodeTranslationHeaders as r, BaseTextKey as t };
|
|
3962
|
+
//# sourceMappingURL=types2.d.mts.map
|
package/dist/utils.cjs
CHANGED
|
@@ -8,4 +8,4 @@ declare const normalize: (path: string) => string;
|
|
|
8
8
|
declare const insertOptionsAndValues: (pathSegments: string[]) => string[];
|
|
9
9
|
//#endregion
|
|
10
10
|
export { deriveMiddleKey, insertOptionsAndValues, isNestedInCollectionLike, normalize };
|
|
11
|
-
//# sourceMappingURL=utils.d.
|
|
11
|
+
//# sourceMappingURL=utils.d.mts.map
|
package/dist/utils.mjs
ADDED
|
@@ -10,14 +10,8 @@
|
|
|
10
10
|
*/
|
|
11
11
|
function deriveMiddleKey(path, parameter) {
|
|
12
12
|
let middleKey = parameter.name;
|
|
13
|
-
if (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path))
|
|
14
|
-
|
|
15
|
-
middleKey = insertOptionsAndValues(pathSegments).join(".");
|
|
16
|
-
}
|
|
17
|
-
if (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {
|
|
18
|
-
const pathSegments = [...normalize(path).split("."), parameter.name];
|
|
19
|
-
middleKey = insertOptionsAndValues(pathSegments).join(".");
|
|
20
|
-
}
|
|
13
|
+
if (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) middleKey = insertOptionsAndValues(normalize(path).split(".")).join(".");
|
|
14
|
+
if (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) middleKey = insertOptionsAndValues([...normalize(path).split("."), parameter.name]).join(".");
|
|
21
15
|
return middleKey;
|
|
22
16
|
}
|
|
23
17
|
/**
|
|
@@ -78,4 +72,4 @@ Object.defineProperty(exports, 'normalize', {
|
|
|
78
72
|
return normalize;
|
|
79
73
|
}
|
|
80
74
|
});
|
|
81
|
-
//# sourceMappingURL=
|
|
75
|
+
//# sourceMappingURL=utils2.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils2.cjs","names":[],"sources":["../src/utils.ts"],"sourcesContent":["/**\n * Derive the middle key, i.e. the segment of the render key located between\n * the initial key (path to parameters root) and the property to render.\n *\n * Used by `nodeText()` to handle nested params.\n *\n * Location: `n8n-nodes-base.nodes.github.nodeView.<middleKey>.placeholder`\n */\nexport function deriveMiddleKey(path: string, parameter: { name: string; type?: string }) {\n\tlet middleKey = parameter.name;\n\n\tif (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) {\n\t\tconst pathSegments = normalize(path).split('.');\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\tif (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {\n\t\tconst pathSegments = [...normalize(path).split('.'), parameter.name];\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\treturn middleKey;\n}\n\n/**\n * Check if a param path is for a param nested inside a `collection` or\n * `fixedCollection` param.\n */\nexport const isNestedInCollectionLike = (path: string) => path.split('.').length >= 3;\n\nconst isTopLevelCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length === 2 && parameter.type === 'collection';\n\nconst isNestedCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length > 2 && parameter.type === 'collection';\n\n/**\n * Check if the param is a normal `fixedCollection`, i.e. a FC other than the wrapper\n * that sits at the root of a node's top-level param and contains all of them.\n */\nconst isFixedCollection = (path: string, parameter: { type?: string }) =>\n\tparameter.type === 'fixedCollection' && path !== 'parameters';\n\n/**\n * Remove all indices and the `parameters.` prefix from a parameter path.\n *\n * Example: `parameters.a[0].b` → `a.b`\n */\nexport const normalize = (path: string) => path.replace(/\\[.*?\\]/g, '').replace('parameters.', '');\n\n/**\n * Insert `'options'` and `'values'` on an alternating basis in a string array of\n * indefinite length. Helper to create a valid render key for a collection-like param.\n *\n * Example: `['a', 'b', 'c']` → `['a', 'options', 'b', 'values', 'c']`\n */\nexport const insertOptionsAndValues = (pathSegments: string[]) => {\n\treturn pathSegments.reduce<string[]>((acc, cur, i) => {\n\t\tacc.push(cur);\n\n\t\tif (i === pathSegments.length - 1) return acc;\n\n\t\tacc.push(i % 2 === 0 ? 'options' : 'values');\n\n\t\treturn acc;\n\t}, []);\n};\n"],"mappings":";;;;;;;;;;AAQA,SAAgB,gBAAgB,MAAc,WAA4C;CACzF,IAAI,YAAY,UAAU;AAE1B,KAAI,qBAAqB,MAAM,UAAU,IAAI,yBAAyB,KAAK,CAE1E,aAAY,uBADS,UAAU,KAAK,CAAC,MAAM,IAAI,CACC,CAAC,KAAK,IAAI;AAG3D,KAAI,mBAAmB,MAAM,UAAU,IAAI,kBAAkB,MAAM,UAAU,CAE5E,aAAY,uBADS,CAAC,GAAG,UAAU,KAAK,CAAC,MAAM,IAAI,EAAE,UAAU,KAAK,CACpB,CAAC,KAAK,IAAI;AAG3D,QAAO;;;;;;AAOR,MAAa,4BAA4B,SAAiB,KAAK,MAAM,IAAI,CAAC,UAAU;AAEpF,MAAM,wBAAwB,MAAc,cAC3C,KAAK,MAAM,IAAI,CAAC,WAAW,KAAK,UAAU,SAAS;AAEpD,MAAM,sBAAsB,MAAc,cACzC,KAAK,MAAM,IAAI,CAAC,SAAS,KAAK,UAAU,SAAS;;;;;AAMlD,MAAM,qBAAqB,MAAc,cACxC,UAAU,SAAS,qBAAqB,SAAS;;;;;;AAOlD,MAAa,aAAa,SAAiB,KAAK,QAAQ,YAAY,GAAG,CAAC,QAAQ,eAAe,GAAG;;;;;;;AAQlG,MAAa,0BAA0B,iBAA2B;AACjE,QAAO,aAAa,QAAkB,KAAK,KAAK,MAAM;AACrD,MAAI,KAAK,IAAI;AAEb,MAAI,MAAM,aAAa,SAAS,EAAG,QAAO;AAE1C,MAAI,KAAK,IAAI,MAAM,IAAI,YAAY,SAAS;AAE5C,SAAO;IACL,EAAE,CAAC"}
|
|
@@ -9,14 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
function deriveMiddleKey(path, parameter) {
|
|
11
11
|
let middleKey = parameter.name;
|
|
12
|
-
if (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path))
|
|
13
|
-
|
|
14
|
-
middleKey = insertOptionsAndValues(pathSegments).join(".");
|
|
15
|
-
}
|
|
16
|
-
if (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {
|
|
17
|
-
const pathSegments = [...normalize(path).split("."), parameter.name];
|
|
18
|
-
middleKey = insertOptionsAndValues(pathSegments).join(".");
|
|
19
|
-
}
|
|
12
|
+
if (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) middleKey = insertOptionsAndValues(normalize(path).split(".")).join(".");
|
|
13
|
+
if (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) middleKey = insertOptionsAndValues([...normalize(path).split("."), parameter.name]).join(".");
|
|
20
14
|
return middleKey;
|
|
21
15
|
}
|
|
22
16
|
/**
|
|
@@ -53,5 +47,5 @@ const insertOptionsAndValues = (pathSegments) => {
|
|
|
53
47
|
};
|
|
54
48
|
|
|
55
49
|
//#endregion
|
|
56
|
-
export {
|
|
57
|
-
//# sourceMappingURL=
|
|
50
|
+
export { normalize as i, insertOptionsAndValues as n, isNestedInCollectionLike as r, deriveMiddleKey as t };
|
|
51
|
+
//# sourceMappingURL=utils2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils2.mjs","names":[],"sources":["../src/utils.ts"],"sourcesContent":["/**\n * Derive the middle key, i.e. the segment of the render key located between\n * the initial key (path to parameters root) and the property to render.\n *\n * Used by `nodeText()` to handle nested params.\n *\n * Location: `n8n-nodes-base.nodes.github.nodeView.<middleKey>.placeholder`\n */\nexport function deriveMiddleKey(path: string, parameter: { name: string; type?: string }) {\n\tlet middleKey = parameter.name;\n\n\tif (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) {\n\t\tconst pathSegments = normalize(path).split('.');\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\tif (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {\n\t\tconst pathSegments = [...normalize(path).split('.'), parameter.name];\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\treturn middleKey;\n}\n\n/**\n * Check if a param path is for a param nested inside a `collection` or\n * `fixedCollection` param.\n */\nexport const isNestedInCollectionLike = (path: string) => path.split('.').length >= 3;\n\nconst isTopLevelCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length === 2 && parameter.type === 'collection';\n\nconst isNestedCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length > 2 && parameter.type === 'collection';\n\n/**\n * Check if the param is a normal `fixedCollection`, i.e. a FC other than the wrapper\n * that sits at the root of a node's top-level param and contains all of them.\n */\nconst isFixedCollection = (path: string, parameter: { type?: string }) =>\n\tparameter.type === 'fixedCollection' && path !== 'parameters';\n\n/**\n * Remove all indices and the `parameters.` prefix from a parameter path.\n *\n * Example: `parameters.a[0].b` → `a.b`\n */\nexport const normalize = (path: string) => path.replace(/\\[.*?\\]/g, '').replace('parameters.', '');\n\n/**\n * Insert `'options'` and `'values'` on an alternating basis in a string array of\n * indefinite length. Helper to create a valid render key for a collection-like param.\n *\n * Example: `['a', 'b', 'c']` → `['a', 'options', 'b', 'values', 'c']`\n */\nexport const insertOptionsAndValues = (pathSegments: string[]) => {\n\treturn pathSegments.reduce<string[]>((acc, cur, i) => {\n\t\tacc.push(cur);\n\n\t\tif (i === pathSegments.length - 1) return acc;\n\n\t\tacc.push(i % 2 === 0 ? 'options' : 'values');\n\n\t\treturn acc;\n\t}, []);\n};\n"],"mappings":";;;;;;;;;AAQA,SAAgB,gBAAgB,MAAc,WAA4C;CACzF,IAAI,YAAY,UAAU;AAE1B,KAAI,qBAAqB,MAAM,UAAU,IAAI,yBAAyB,KAAK,CAE1E,aAAY,uBADS,UAAU,KAAK,CAAC,MAAM,IAAI,CACC,CAAC,KAAK,IAAI;AAG3D,KAAI,mBAAmB,MAAM,UAAU,IAAI,kBAAkB,MAAM,UAAU,CAE5E,aAAY,uBADS,CAAC,GAAG,UAAU,KAAK,CAAC,MAAM,IAAI,EAAE,UAAU,KAAK,CACpB,CAAC,KAAK,IAAI;AAG3D,QAAO;;;;;;AAOR,MAAa,4BAA4B,SAAiB,KAAK,MAAM,IAAI,CAAC,UAAU;AAEpF,MAAM,wBAAwB,MAAc,cAC3C,KAAK,MAAM,IAAI,CAAC,WAAW,KAAK,UAAU,SAAS;AAEpD,MAAM,sBAAsB,MAAc,cACzC,KAAK,MAAM,IAAI,CAAC,SAAS,KAAK,UAAU,SAAS;;;;;AAMlD,MAAM,qBAAqB,MAAc,cACxC,UAAU,SAAS,qBAAqB,SAAS;;;;;;AAOlD,MAAa,aAAa,SAAiB,KAAK,QAAQ,YAAY,GAAG,CAAC,QAAQ,eAAe,GAAG;;;;;;;AAQlG,MAAa,0BAA0B,iBAA2B;AACjE,QAAO,aAAa,QAAkB,KAAK,KAAK,MAAM;AACrD,MAAI,KAAK,IAAI;AAEb,MAAI,MAAM,aAAa,SAAS,EAAG,QAAO;AAE1C,MAAI,KAAK,IAAI,MAAM,IAAI,YAAY,SAAS;AAE5C,SAAO;IACL,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.25.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
8
8
|
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
|
-
"module": "dist/index.
|
|
12
|
-
"types": "dist/index.d.
|
|
11
|
+
"module": "dist/index.mjs",
|
|
12
|
+
"types": "dist/index.d.mts",
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
15
|
-
"types": "./dist/index.d.
|
|
16
|
-
"import": "./dist/index.
|
|
15
|
+
"types": "./dist/index.d.mts",
|
|
16
|
+
"import": "./dist/index.mjs",
|
|
17
17
|
"require": "./dist/index.cjs"
|
|
18
18
|
},
|
|
19
19
|
"./*": {
|
|
20
|
-
"types": "./dist/*.d.
|
|
21
|
-
"import": "./dist/*.
|
|
20
|
+
"types": "./dist/*.d.mts",
|
|
21
|
+
"import": "./dist/*.mjs",
|
|
22
22
|
"require": "./dist/*.cjs"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "1.
|
|
27
|
+
"n8n-workflow": "1.118.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@vue/tsconfig": "^0.7.0",
|
|
35
35
|
"@vueuse/core": "^10.11.0",
|
|
36
36
|
"vue": "^3.5.13",
|
|
37
|
-
"tsdown": "^0.
|
|
37
|
+
"tsdown": "^0.16.5",
|
|
38
38
|
"typescript": "5.9.2",
|
|
39
39
|
"vite": "npm:rolldown-vite@latest",
|
|
40
40
|
"vitest": "^3.1.3",
|