@n8n/i18n 2.30.0 → 2.30.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/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;
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;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.30.0",
4
+ "version": "2.30.1",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE_EE.md",
8
- "LICENSE.md"
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.0"
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",