@n8n/i18n 2.25.0 → 2.25.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 +11 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -0
- package/dist/index.d.mts +11 -0
- package/dist/index.mjs +11 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +11 -0
- package/dist/types2.d.mts +11 -0
- package/package.json +7 -7
package/dist/types2.d.cts
CHANGED
|
@@ -1240,6 +1240,17 @@ declare const _exports: {
|
|
|
1240
1240
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.prompt": string;
|
|
1241
1241
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.label": string;
|
|
1242
1242
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.prompt": string;
|
|
1243
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.emptyState.title": string;
|
|
1244
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.input.placeholder": string;
|
|
1245
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.label": string;
|
|
1246
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.prompt": string;
|
|
1247
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.label": string;
|
|
1248
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.prompt": string;
|
|
1249
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.label": string;
|
|
1250
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.prompt": string;
|
|
1251
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.label": string;
|
|
1252
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.prompt": string;
|
|
1253
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.seeAll": string;
|
|
1243
1254
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1244
1255
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
1245
1256
|
"experiments.personalizedTemplatesV3.exploreTemplates": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -1240,6 +1240,17 @@ declare const _exports: {
|
|
|
1240
1240
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.prompt": string;
|
|
1241
1241
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.label": string;
|
|
1242
1242
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.prompt": string;
|
|
1243
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.emptyState.title": string;
|
|
1244
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.input.placeholder": string;
|
|
1245
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.label": string;
|
|
1246
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.prompt": string;
|
|
1247
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.label": string;
|
|
1248
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.prompt": string;
|
|
1249
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.label": string;
|
|
1250
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.prompt": string;
|
|
1251
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.label": string;
|
|
1252
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.prompt": string;
|
|
1253
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.seeAll": string;
|
|
1243
1254
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1244
1255
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
1245
1256
|
"experiments.personalizedTemplatesV3.exploreTemplates": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.25.
|
|
4
|
+
"version": "2.25.2",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE.md",
|
|
8
|
+
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.25.
|
|
27
|
+
"n8n-workflow": "2.25.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"vite": "^8.0.2",
|
|
40
40
|
"vitest": "^4.1.1",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
|
-
"@n8n/vitest-config": "1.13.0",
|
|
43
|
-
"@n8n/playwright-janitor": "0.1.0",
|
|
44
42
|
"@n8n/eslint-config": "0.0.1",
|
|
45
|
-
"@n8n/typescript-config": "1.4.0"
|
|
43
|
+
"@n8n/typescript-config": "1.4.0",
|
|
44
|
+
"@n8n/playwright-janitor": "0.1.0",
|
|
45
|
+
"@n8n/vitest-config": "1.13.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"vue": "^3.5.13"
|