@n8n/i18n 2.0.0-rc.2 → 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 +9 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +9 -8
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +1 -0
- package/dist/types2.d.mts +1 -0
- package/package.json +2 -2
package/dist/types2.d.cts
CHANGED
|
@@ -2170,6 +2170,7 @@ declare const _exports: {
|
|
|
2170
2170
|
"resourceLocator.placeholder.searchOrCreate": string;
|
|
2171
2171
|
"resourceLocator.placeholder.search": string;
|
|
2172
2172
|
"resourceLocator.url.placeholder": string;
|
|
2173
|
+
"resourceLocator.workflow.inactive.tooltip": string;
|
|
2173
2174
|
"resourceMapper.autoMappingNotice": string;
|
|
2174
2175
|
"resourceMapper.mappingMode.label": string;
|
|
2175
2176
|
"resourceMapper.mappingMode.defineBelow.name": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -2170,6 +2170,7 @@ declare const _exports: {
|
|
|
2170
2170
|
"resourceLocator.placeholder.searchOrCreate": string;
|
|
2171
2171
|
"resourceLocator.placeholder.search": string;
|
|
2172
2172
|
"resourceLocator.url.placeholder": string;
|
|
2173
|
+
"resourceLocator.workflow.inactive.tooltip": string;
|
|
2173
2174
|
"resourceMapper.autoMappingNotice": string;
|
|
2174
2175
|
"resourceMapper.mappingMode.label": string;
|
|
2175
2176
|
"resourceMapper.mappingMode.defineBelow.name": 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",
|