@n8n/i18n 2.35.0 → 2.35.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 +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +3 -0
- package/dist/types2.d.mts +3 -0
- package/package.json +5 -5
package/dist/types2.d.cts
CHANGED
|
@@ -377,6 +377,8 @@ declare const _exports: {
|
|
|
377
377
|
"aiAssistant.builder.creditBanner.text": string;
|
|
378
378
|
"aiAssistant.builder.creditBanner.trialText": string;
|
|
379
379
|
"aiAssistant.builder.creditBanner.getMore": string;
|
|
380
|
+
"aiAssistant.builder.creditBanner.limitReachedText": string;
|
|
381
|
+
"aiAssistant.builder.creditBanner.upgrade": string;
|
|
380
382
|
"aiAssistant.builder.upgradeWhileStreaming.title": string;
|
|
381
383
|
"aiAssistant.builder.upgradeWhileStreaming.message": string;
|
|
382
384
|
"aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": string;
|
|
@@ -6727,6 +6729,7 @@ declare const _exports: {
|
|
|
6727
6729
|
"instanceAi.error.title": string;
|
|
6728
6730
|
"instanceAi.error.technicalDetails": string;
|
|
6729
6731
|
"instanceAi.error.outOfCredits.title": string;
|
|
6732
|
+
"instanceAi.error.outOfCredits.trialTitle": string;
|
|
6730
6733
|
"instanceAi.error.outOfCredits.upgrade": string;
|
|
6731
6734
|
"instanceAi.artifactsPanel.title": string;
|
|
6732
6735
|
"instanceAi.artifactsPanel.showPreview": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -377,6 +377,8 @@ declare const _exports: {
|
|
|
377
377
|
"aiAssistant.builder.creditBanner.text": string;
|
|
378
378
|
"aiAssistant.builder.creditBanner.trialText": string;
|
|
379
379
|
"aiAssistant.builder.creditBanner.getMore": string;
|
|
380
|
+
"aiAssistant.builder.creditBanner.limitReachedText": string;
|
|
381
|
+
"aiAssistant.builder.creditBanner.upgrade": string;
|
|
380
382
|
"aiAssistant.builder.upgradeWhileStreaming.title": string;
|
|
381
383
|
"aiAssistant.builder.upgradeWhileStreaming.message": string;
|
|
382
384
|
"aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": string;
|
|
@@ -6727,6 +6729,7 @@ declare const _exports: {
|
|
|
6727
6729
|
"instanceAi.error.title": string;
|
|
6728
6730
|
"instanceAi.error.technicalDetails": string;
|
|
6729
6731
|
"instanceAi.error.outOfCredits.title": string;
|
|
6732
|
+
"instanceAi.error.outOfCredits.trialTitle": string;
|
|
6730
6733
|
"instanceAi.error.outOfCredits.upgrade": string;
|
|
6731
6734
|
"instanceAi.artifactsPanel.title": string;
|
|
6732
6735
|
"instanceAi.artifactsPanel.showPreview": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.35.
|
|
4
|
+
"version": "2.35.2",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.4.4",
|
|
27
27
|
"vue": "^3.5.13",
|
|
28
|
-
"n8n-workflow": "2.35.
|
|
28
|
+
"n8n-workflow": "2.35.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,10 +40,10 @@
|
|
|
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
|
-
"@n8n/vitest-config": "1.20.0",
|
|
45
43
|
"@n8n/playwright-janitor": "0.1.0",
|
|
46
|
-
"@n8n/typescript-config": "1.9.0"
|
|
44
|
+
"@n8n/typescript-config": "1.9.0",
|
|
45
|
+
"@n8n/eslint-config": "0.0.1",
|
|
46
|
+
"@n8n/vitest-config": "1.20.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
49
49
|
"homepage": "https://n8n.io",
|