@n8n/i18n 2.14.0 → 2.14.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/types2.d.cts CHANGED
@@ -1965,7 +1965,6 @@ declare const _exports: {
1965
1965
  "nodeCredentials.createNew": string;
1966
1966
  "nodeCredentials.createNew.permissionDenied": string;
1967
1967
  "nodeCredentials.credentialFor": string;
1968
- "nodeCredentials.credentialsLabel": string;
1969
1968
  "nodeCredentials.credentialsLabelShort": string;
1970
1969
  "nodeCredentials.issues": string;
1971
1970
  "nodeCredentials.selectCredential": string;
@@ -1977,6 +1976,7 @@ declare const _exports: {
1977
1976
  "nodeCredentials.updateCredential.permissionDenied": string;
1978
1977
  "nodeCredentials.deleteCredential": string;
1979
1978
  "nodeCredentials.deleteCredential.permissionDenied": string;
1979
+ "nodeCredentials.quickConnect.connect": string;
1980
1980
  "nodeCredentials.quickConnect.connectTo": string;
1981
1981
  "nodeCredentials.quickConnect.or": string;
1982
1982
  "nodeCredentials.quickConnect.setupManually": string;
package/dist/types2.d.mts CHANGED
@@ -1965,7 +1965,6 @@ declare const _exports: {
1965
1965
  "nodeCredentials.createNew": string;
1966
1966
  "nodeCredentials.createNew.permissionDenied": string;
1967
1967
  "nodeCredentials.credentialFor": string;
1968
- "nodeCredentials.credentialsLabel": string;
1969
1968
  "nodeCredentials.credentialsLabelShort": string;
1970
1969
  "nodeCredentials.issues": string;
1971
1970
  "nodeCredentials.selectCredential": string;
@@ -1977,6 +1976,7 @@ declare const _exports: {
1977
1976
  "nodeCredentials.updateCredential.permissionDenied": string;
1978
1977
  "nodeCredentials.deleteCredential": string;
1979
1978
  "nodeCredentials.deleteCredential.permissionDenied": string;
1979
+ "nodeCredentials.quickConnect.connect": string;
1980
1980
  "nodeCredentials.quickConnect.connectTo": string;
1981
1981
  "nodeCredentials.quickConnect.or": string;
1982
1982
  "nodeCredentials.quickConnect.setupManually": string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.14.0",
4
+ "version": "2.14.2",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE_EE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "2.14.0"
27
+ "n8n-workflow": "2.14.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",