@n8n/i18n 2.30.0 → 2.30.2
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 +6 -6
package/dist/types2.d.cts
CHANGED
|
@@ -2482,6 +2482,7 @@ declare const _exports: {
|
|
|
2482
2482
|
"oauth.consentView.error.fetchDetails": string;
|
|
2483
2483
|
"oauth.consentView.error.heading": string;
|
|
2484
2484
|
"oauth.consentView.error.resourceUnavailable": string;
|
|
2485
|
+
"oauth.consentView.error.insufficientScope": string;
|
|
2485
2486
|
"oauth.consentView.success.title": string;
|
|
2486
2487
|
"oauth.consentView.success.description": string;
|
|
2487
2488
|
"parameterInput.expressionResult": string;
|
|
@@ -6299,6 +6300,15 @@ declare const _exports: {
|
|
|
6299
6300
|
"instanceAi.input.planEditContext": string;
|
|
6300
6301
|
"instanceAi.feedback.success": string;
|
|
6301
6302
|
"instanceAi.emptyState.title": string;
|
|
6303
|
+
"experiments.instanceAiTemplateExamples.empty": string;
|
|
6304
|
+
"experiments.instanceAiTemplateExamples.emptyState.title": string;
|
|
6305
|
+
"experiments.instanceAiTemplateExamples.description": string;
|
|
6306
|
+
"experiments.instanceAiTemplateExamples.card.editHint": string;
|
|
6307
|
+
"experiments.instanceAiTemplateExamples.card.ariaLabel": string;
|
|
6308
|
+
"experiments.instanceAiTemplateExamples.nav.previous": string;
|
|
6309
|
+
"experiments.instanceAiTemplateExamples.nav.next": string;
|
|
6310
|
+
"experiments.instanceAiTemplateExamples.input.placeholder": string;
|
|
6311
|
+
"experiments.instanceAiTemplateExamples.subcategories.all": string;
|
|
6302
6312
|
"instanceAi.workflowBuilderUnavailable.title": string;
|
|
6303
6313
|
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": string;
|
|
6304
6314
|
"instanceAi.workflowBuilderUnavailable.serviceUrlDescription": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -2482,6 +2482,7 @@ declare const _exports: {
|
|
|
2482
2482
|
"oauth.consentView.error.fetchDetails": string;
|
|
2483
2483
|
"oauth.consentView.error.heading": string;
|
|
2484
2484
|
"oauth.consentView.error.resourceUnavailable": string;
|
|
2485
|
+
"oauth.consentView.error.insufficientScope": string;
|
|
2485
2486
|
"oauth.consentView.success.title": string;
|
|
2486
2487
|
"oauth.consentView.success.description": string;
|
|
2487
2488
|
"parameterInput.expressionResult": string;
|
|
@@ -6299,6 +6300,15 @@ declare const _exports: {
|
|
|
6299
6300
|
"instanceAi.input.planEditContext": string;
|
|
6300
6301
|
"instanceAi.feedback.success": string;
|
|
6301
6302
|
"instanceAi.emptyState.title": string;
|
|
6303
|
+
"experiments.instanceAiTemplateExamples.empty": string;
|
|
6304
|
+
"experiments.instanceAiTemplateExamples.emptyState.title": string;
|
|
6305
|
+
"experiments.instanceAiTemplateExamples.description": string;
|
|
6306
|
+
"experiments.instanceAiTemplateExamples.card.editHint": string;
|
|
6307
|
+
"experiments.instanceAiTemplateExamples.card.ariaLabel": string;
|
|
6308
|
+
"experiments.instanceAiTemplateExamples.nav.previous": string;
|
|
6309
|
+
"experiments.instanceAiTemplateExamples.nav.next": string;
|
|
6310
|
+
"experiments.instanceAiTemplateExamples.input.placeholder": string;
|
|
6311
|
+
"experiments.instanceAiTemplateExamples.subcategories.all": string;
|
|
6302
6312
|
"instanceAi.workflowBuilderUnavailable.title": string;
|
|
6303
6313
|
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": string;
|
|
6304
6314
|
"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.30.
|
|
4
|
+
"version": "2.30.2",
|
|
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.30.
|
|
28
|
+
"n8n-workflow": "2.30.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"vitest": "^4.1.9",
|
|
42
42
|
"vue-tsc": "^2.2.8",
|
|
43
43
|
"@n8n/eslint-config": "0.0.1",
|
|
44
|
+
"@n8n/playwright-janitor": "0.1.0",
|
|
44
45
|
"@n8n/typescript-config": "1.8.0",
|
|
45
|
-
"@n8n/vitest-config": "1.17.0"
|
|
46
|
-
"@n8n/playwright-janitor": "0.1.0"
|
|
46
|
+
"@n8n/vitest-config": "1.17.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
49
49
|
"homepage": "https://n8n.io",
|