@n8n/i18n 2.0.0-rc.1 → 2.0.0-rc.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
@@ -141,6 +141,8 @@ declare const _exports: {
141
141
  "generic.search": string;
142
142
  "generic.showMore": string;
143
143
  "generic.showLess": string;
144
+ "generic.published": string;
145
+ "generic.notPublished": string;
144
146
  "about.aboutN8n": string;
145
147
  "about.close": string;
146
148
  "about.license": string;
@@ -3201,8 +3203,6 @@ declare const _exports: {
3201
3203
  "workflows.item.availableInMCP": string;
3202
3204
  "workflows.item.enableMCPAccess": string;
3203
3205
  "workflows.item.disableMCPAccess": string;
3204
- "workflows.item.published": string;
3205
- "workflows.item.notPublished": string;
3206
3206
  "workflows.itemSuggestion.try": string;
3207
3207
  "workflows.templateRecoV2.starterTemplates": string;
3208
3208
  "workflows.templateRecoV2.seeMoreStarterTemplates": string;
package/dist/types2.d.mts CHANGED
@@ -141,6 +141,8 @@ declare const _exports: {
141
141
  "generic.search": string;
142
142
  "generic.showMore": string;
143
143
  "generic.showLess": string;
144
+ "generic.published": string;
145
+ "generic.notPublished": string;
144
146
  "about.aboutN8n": string;
145
147
  "about.close": string;
146
148
  "about.license": string;
@@ -3201,8 +3203,6 @@ declare const _exports: {
3201
3203
  "workflows.item.availableInMCP": string;
3202
3204
  "workflows.item.enableMCPAccess": string;
3203
3205
  "workflows.item.disableMCPAccess": string;
3204
- "workflows.item.published": string;
3205
- "workflows.item.notPublished": string;
3206
3206
  "workflows.itemSuggestion.try": string;
3207
3207
  "workflows.templateRecoV2.starterTemplates": string;
3208
3208
  "workflows.templateRecoV2.seeMoreStarterTemplates": 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-rc.1",
4
+ "version": "2.0.0-rc.2",
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-rc.1"
27
+ "n8n-workflow": "2.0.0-rc.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",