@n8n/i18n 2.31.0 → 2.31.1
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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +2 -0
- package/dist/types2.d.mts +2 -0
- package/package.json +5 -5
package/dist/types2.d.cts
CHANGED
|
@@ -6169,6 +6169,8 @@ declare const _exports: {
|
|
|
6169
6169
|
"instanceAi.agentTree.error": string;
|
|
6170
6170
|
"instanceAi.error.title": string;
|
|
6171
6171
|
"instanceAi.error.technicalDetails": string;
|
|
6172
|
+
"instanceAi.error.outOfCredits.title": string;
|
|
6173
|
+
"instanceAi.error.outOfCredits.upgrade": string;
|
|
6172
6174
|
"instanceAi.artifactsPanel.title": string;
|
|
6173
6175
|
"instanceAi.artifactsPanel.showPreview": string;
|
|
6174
6176
|
"instanceAi.artifactsPanel.hidePreview": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -6169,6 +6169,8 @@ declare const _exports: {
|
|
|
6169
6169
|
"instanceAi.agentTree.error": string;
|
|
6170
6170
|
"instanceAi.error.title": string;
|
|
6171
6171
|
"instanceAi.error.technicalDetails": string;
|
|
6172
|
+
"instanceAi.error.outOfCredits.title": string;
|
|
6173
|
+
"instanceAi.error.outOfCredits.upgrade": string;
|
|
6172
6174
|
"instanceAi.artifactsPanel.title": string;
|
|
6173
6175
|
"instanceAi.artifactsPanel.showPreview": string;
|
|
6174
6176
|
"instanceAi.artifactsPanel.hidePreview": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.31.
|
|
4
|
+
"version": "2.31.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE_EE.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.31.
|
|
28
|
+
"n8n-workflow": "2.31.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/playwright-janitor": "0.1.0",
|
|
44
43
|
"@n8n/eslint-config": "0.0.1",
|
|
45
|
-
"@n8n/
|
|
46
|
-
"@n8n/vitest-config": "1.18.0"
|
|
44
|
+
"@n8n/playwright-janitor": "0.1.0",
|
|
45
|
+
"@n8n/vitest-config": "1.18.0",
|
|
46
|
+
"@n8n/typescript-config": "1.9.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
49
49
|
"homepage": "https://n8n.io",
|