@n8n/i18n 2.17.1 → 2.17.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 +4 -2
- 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 +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +2 -0
- package/dist/types2.d.mts +2 -0
- package/package.json +3 -3
package/dist/types2.d.cts
CHANGED
|
@@ -3996,6 +3996,8 @@ declare const _exports: {
|
|
|
3996
3996
|
"ImportCurlModal.notice.content": string;
|
|
3997
3997
|
"importCurlModal.button.label": string;
|
|
3998
3998
|
"importCurlParameter.label": string;
|
|
3999
|
+
"importCurlParameter.showError.failedToLoad.title": string;
|
|
4000
|
+
"importCurlParameter.showError.failedToLoad.message": string;
|
|
3999
4001
|
"importCurlParameter.showError.invalidCurlCommand.title": string;
|
|
4000
4002
|
"importCurlParameter.showError.invalidCurlCommand.message": string;
|
|
4001
4003
|
"importCurlParameter.showError.invalidProtocol1.title": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -3996,6 +3996,8 @@ declare const _exports: {
|
|
|
3996
3996
|
"ImportCurlModal.notice.content": string;
|
|
3997
3997
|
"importCurlModal.button.label": string;
|
|
3998
3998
|
"importCurlParameter.label": string;
|
|
3999
|
+
"importCurlParameter.showError.failedToLoad.title": string;
|
|
4000
|
+
"importCurlParameter.showError.failedToLoad.message": string;
|
|
3999
4001
|
"importCurlParameter.showError.invalidCurlCommand.title": string;
|
|
4000
4002
|
"importCurlParameter.showError.invalidCurlCommand.message": string;
|
|
4001
4003
|
"importCurlParameter.showError.invalidProtocol1.title": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.17.
|
|
4
|
+
"version": "2.17.2",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vitest": "^4.1.1",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
43
|
+
"@n8n/typescript-config": "1.4.0",
|
|
44
|
+
"@n8n/vitest-config": "1.9.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|