@n8n/i18n 1.18.0 → 1.18.1

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/types.d.cts CHANGED
@@ -774,7 +774,7 @@ var englishBaseText = {
774
774
  "experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
775
775
  "experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
776
776
  "experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
777
- "experiments.personalizedTemplatesV3.recommendationTooltip": "Speed up your automation with these workflows",
777
+ "experiments.personalizedTemplatesV3.recommendationTooltip": "Recommended workflows for you",
778
778
  "experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
779
779
  error: error,
780
780
  "error.goBack": "Go back",
package/dist/types.d.ts CHANGED
@@ -774,7 +774,7 @@ var englishBaseText = {
774
774
  "experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
775
775
  "experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
776
776
  "experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
777
- "experiments.personalizedTemplatesV3.recommendationTooltip": "Speed up your automation with these workflows",
777
+ "experiments.personalizedTemplatesV3.recommendationTooltip": "Recommended workflows for you",
778
778
  "experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
779
779
  error: error,
780
780
  "error.goBack": "Go back",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.18.0",
4
+ "version": "1.18.1",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE.md",
8
- "LICENSE_EE.md"
7
+ "LICENSE_EE.md",
8
+ "LICENSE.md"
9
9
  ],
10
10
  "main": "dist/index.cjs",
11
11
  "module": "dist/index.js",
@@ -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/vitest-config": "1.5.0",
44
- "@n8n/typescript-config": "1.3.0"
43
+ "@n8n/typescript-config": "1.3.0",
44
+ "@n8n/vitest-config": "1.5.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"