@n8n/i18n 2.9.1-exp.0 → 2.9.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 +1 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -6
- package/dist/index.d.mts +0 -6
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +0 -6
- package/dist/types2.d.mts +0 -6
- package/package.json +6 -6
package/dist/types2.d.cts
CHANGED
|
@@ -1960,7 +1960,6 @@ declare const _exports: {
|
|
|
1960
1960
|
"nodeSettings.nodeVersion": string;
|
|
1961
1961
|
"nodeView.addNode": string;
|
|
1962
1962
|
"nodeView.openFocusPanel": string;
|
|
1963
|
-
"nodeView.openSidePanel": string;
|
|
1964
1963
|
"nodeView.openNodesPanel": string;
|
|
1965
1964
|
"nodeView.openCommandBar": string;
|
|
1966
1965
|
"nodeView.addATriggerNodeFirst": string;
|
|
@@ -4360,11 +4359,6 @@ declare const _exports: {
|
|
|
4360
4359
|
"setupPanel.usedInNodes": string;
|
|
4361
4360
|
"setupPanel.everythingConfigured.message": string;
|
|
4362
4361
|
"setupPanel.trigger.credential.note": string;
|
|
4363
|
-
"setupPanel.trigger.listeningHint": string;
|
|
4364
|
-
"setupPanel.showCompleted": string;
|
|
4365
|
-
"setupPanel.webhookUrl.title": string;
|
|
4366
|
-
"setupPanel.webhookUrl.clickToCopy": string;
|
|
4367
|
-
"setupPanel.webhookUrl.copied": string;
|
|
4368
4362
|
"becomeCreator.text": string;
|
|
4369
4363
|
"becomeCreator.buttonText": string;
|
|
4370
4364
|
"becomeCreator.closeButtonTitle": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -1960,7 +1960,6 @@ declare const _exports: {
|
|
|
1960
1960
|
"nodeSettings.nodeVersion": string;
|
|
1961
1961
|
"nodeView.addNode": string;
|
|
1962
1962
|
"nodeView.openFocusPanel": string;
|
|
1963
|
-
"nodeView.openSidePanel": string;
|
|
1964
1963
|
"nodeView.openNodesPanel": string;
|
|
1965
1964
|
"nodeView.openCommandBar": string;
|
|
1966
1965
|
"nodeView.addATriggerNodeFirst": string;
|
|
@@ -4360,11 +4359,6 @@ declare const _exports: {
|
|
|
4360
4359
|
"setupPanel.usedInNodes": string;
|
|
4361
4360
|
"setupPanel.everythingConfigured.message": string;
|
|
4362
4361
|
"setupPanel.trigger.credential.note": string;
|
|
4363
|
-
"setupPanel.trigger.listeningHint": string;
|
|
4364
|
-
"setupPanel.showCompleted": string;
|
|
4365
|
-
"setupPanel.webhookUrl.title": string;
|
|
4366
|
-
"setupPanel.webhookUrl.clickToCopy": string;
|
|
4367
|
-
"setupPanel.webhookUrl.copied": string;
|
|
4368
4362
|
"becomeCreator.text": string;
|
|
4369
4363
|
"becomeCreator.buttonText": string;
|
|
4370
4364
|
"becomeCreator.closeButtonTitle": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.9.
|
|
27
|
+
"n8n-workflow": "2.9.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
43
|
+
"@n8n/typescript-config": "1.3.0",
|
|
44
|
+
"@n8n/vitest-config": "1.7.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|