@n8n/i18n 2.29.3 → 2.29.5
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 +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -0
- package/dist/index.d.mts +10 -0
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +10 -0
- package/dist/types2.d.mts +10 -0
- package/package.json +5 -5
package/dist/types2.d.cts
CHANGED
|
@@ -2467,6 +2467,7 @@ declare const _exports: {
|
|
|
2467
2467
|
"oauth.consentView.error.fetchDetails": string;
|
|
2468
2468
|
"oauth.consentView.error.heading": string;
|
|
2469
2469
|
"oauth.consentView.error.resourceUnavailable": string;
|
|
2470
|
+
"oauth.consentView.error.insufficientScope": string;
|
|
2470
2471
|
"oauth.consentView.success.title": string;
|
|
2471
2472
|
"oauth.consentView.success.description": string;
|
|
2472
2473
|
"parameterInput.expressionResult": string;
|
|
@@ -6258,6 +6259,15 @@ declare const _exports: {
|
|
|
6258
6259
|
"instanceAi.input.planEditContext": string;
|
|
6259
6260
|
"instanceAi.feedback.success": string;
|
|
6260
6261
|
"instanceAi.emptyState.title": string;
|
|
6262
|
+
"experiments.instanceAiTemplateExamples.empty": string;
|
|
6263
|
+
"experiments.instanceAiTemplateExamples.emptyState.title": string;
|
|
6264
|
+
"experiments.instanceAiTemplateExamples.description": string;
|
|
6265
|
+
"experiments.instanceAiTemplateExamples.card.editHint": string;
|
|
6266
|
+
"experiments.instanceAiTemplateExamples.card.ariaLabel": string;
|
|
6267
|
+
"experiments.instanceAiTemplateExamples.nav.previous": string;
|
|
6268
|
+
"experiments.instanceAiTemplateExamples.nav.next": string;
|
|
6269
|
+
"experiments.instanceAiTemplateExamples.input.placeholder": string;
|
|
6270
|
+
"experiments.instanceAiTemplateExamples.subcategories.all": string;
|
|
6261
6271
|
"instanceAi.workflowBuilderUnavailable.title": string;
|
|
6262
6272
|
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": string;
|
|
6263
6273
|
"instanceAi.workflowBuilderUnavailable.serviceUrlDescription": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -2467,6 +2467,7 @@ declare const _exports: {
|
|
|
2467
2467
|
"oauth.consentView.error.fetchDetails": string;
|
|
2468
2468
|
"oauth.consentView.error.heading": string;
|
|
2469
2469
|
"oauth.consentView.error.resourceUnavailable": string;
|
|
2470
|
+
"oauth.consentView.error.insufficientScope": string;
|
|
2470
2471
|
"oauth.consentView.success.title": string;
|
|
2471
2472
|
"oauth.consentView.success.description": string;
|
|
2472
2473
|
"parameterInput.expressionResult": string;
|
|
@@ -6258,6 +6259,15 @@ declare const _exports: {
|
|
|
6258
6259
|
"instanceAi.input.planEditContext": string;
|
|
6259
6260
|
"instanceAi.feedback.success": string;
|
|
6260
6261
|
"instanceAi.emptyState.title": string;
|
|
6262
|
+
"experiments.instanceAiTemplateExamples.empty": string;
|
|
6263
|
+
"experiments.instanceAiTemplateExamples.emptyState.title": string;
|
|
6264
|
+
"experiments.instanceAiTemplateExamples.description": string;
|
|
6265
|
+
"experiments.instanceAiTemplateExamples.card.editHint": string;
|
|
6266
|
+
"experiments.instanceAiTemplateExamples.card.ariaLabel": string;
|
|
6267
|
+
"experiments.instanceAiTemplateExamples.nav.previous": string;
|
|
6268
|
+
"experiments.instanceAiTemplateExamples.nav.next": string;
|
|
6269
|
+
"experiments.instanceAiTemplateExamples.input.placeholder": string;
|
|
6270
|
+
"experiments.instanceAiTemplateExamples.subcategories.all": string;
|
|
6261
6271
|
"instanceAi.workflowBuilderUnavailable.title": string;
|
|
6262
6272
|
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": string;
|
|
6263
6273
|
"instanceAi.workflowBuilderUnavailable.serviceUrlDescription": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.29.
|
|
4
|
+
"version": "2.29.5",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE.md",
|
|
8
|
+
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.4.4",
|
|
27
27
|
"vue": "^3.5.13",
|
|
28
|
-
"n8n-workflow": "2.29.
|
|
28
|
+
"n8n-workflow": "2.29.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
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
43
|
"@n8n/playwright-janitor": "0.1.0",
|
|
44
|
+
"@n8n/eslint-config": "0.0.1",
|
|
45
45
|
"@n8n/typescript-config": "1.7.0",
|
|
46
46
|
"@n8n/vitest-config": "1.16.0"
|
|
47
47
|
},
|