@n8n/i18n 2.0.0-rc.3 → 2.0.0
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +0 -1
- package/dist/types2.d.mts +0 -1
- package/package.json +2 -2
package/dist/types2.d.cts
CHANGED
|
@@ -2585,7 +2585,6 @@ declare const _exports: {
|
|
|
2585
2585
|
"settings.usageAndPlan.activeWorkflows.unlimited": string;
|
|
2586
2586
|
"settings.usageAndPlan.activeWorkflows.count": string;
|
|
2587
2587
|
"settings.usageAndPlan.activeWorkflows.hint": string;
|
|
2588
|
-
"settings.usageAndPlan.activeWorkflows.overcountWarning": string;
|
|
2589
2588
|
"settings.usageAndPlan.button.activation": string;
|
|
2590
2589
|
"settings.usageAndPlan.button.plans": string;
|
|
2591
2590
|
"settings.usageAndPlan.button.manage": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -2585,7 +2585,6 @@ declare const _exports: {
|
|
|
2585
2585
|
"settings.usageAndPlan.activeWorkflows.unlimited": string;
|
|
2586
2586
|
"settings.usageAndPlan.activeWorkflows.count": string;
|
|
2587
2587
|
"settings.usageAndPlan.activeWorkflows.hint": string;
|
|
2588
|
-
"settings.usageAndPlan.activeWorkflows.overcountWarning": string;
|
|
2589
2588
|
"settings.usageAndPlan.button.activation": string;
|
|
2590
2589
|
"settings.usageAndPlan.button.plans": string;
|
|
2591
2590
|
"settings.usageAndPlan.button.manage": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.0.0
|
|
27
|
+
"n8n-workflow": "2.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|