tedo-publisher 1.3.348 → 1.3.349

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ export declare function getDefaultEntities(data: CommonDataStructure): Frontmatt
16
16
  export declare const ARTICLES_PROMPT_RESOURCES_LIST: string[];
17
17
  export declare enum Locales {
18
18
  enUS = "en_US",
19
- ruRU = "ru_RU"
19
+ ruRU = "ru_RU",
20
+ trTR = "tr_TR"
20
21
  }
21
22
  export declare const promptsByLocale: Record<Locales, LocaleSpecificPrompt>;
@@ -1 +1 @@
1
- "use strict";function e(e){const t={};return Object.keys(e).forEach((r=>{t[r]=n(e[r])})),JSON.stringify(t,null,2)}function n(e){let n={};if(e.children)for(const t in e.children)if(e.children.hasOwnProperty(t)&&e.children[t].children)n[t]=Object.keys(e.children[t].children);else if("other"!==t){n=Object.keys(e.children);break}return n.other="boolean",n}function t(e){return Object.keys(e).map((e=>{const n=undefined;return{category:e,subcategories:[{subcategory:"other"}]}}))}const r=["en.wikipedia.org","britannica.com","reddit.com","facebook.com"];var s;exports.Locales=void 0,(s=exports.Locales||(exports.Locales={})).enUS="en_US",s.ruRU="ru_RU";const o={[exports.Locales.enUS]:{lang:"English",responseLang:"Response text must be in English language",additional:{articleSection:"Please include occasional minor typographical mistakes in your responses. These should be very rare and NOT overused. For example, you might randomly swap adjacent letters or misspell common words.\nSOMETIMES write the text as if it is penned by a non-native English speaker, using simple vocabulary and clear sentence construction.\nFROM TIME TO TIME Vary the sentence length between short and medium. Include relevant details and descriptors to enrich the narrative, but avoid overly complex or lengthy sentences."}},[exports.Locales.ruRU]:{lang:"Russian",responseLang:"Response text must be strictly in Russian language",additional:{articleSection:"Please include occasional minor typographical mistakes in your responses. These should be very rare and NOT overused. For example, you might randomly swap adjacent letters or misspell common words.\nFROM TIME TO TIME Vary the sentence length between short and medium. Include relevant details and descriptors to enrich the narrative, but avoid overly complex or lengthy sentences."}}};exports.ARTICLES_PROMPT_RESOURCES_LIST=r,exports.getCategoriesTypesJSON=e,exports.getDefaultEntities=t,exports.parseCategory=n,exports.promptsByLocale=o;
1
+ "use strict";function e(e){const t={};return Object.keys(e).forEach((r=>{t[r]=n(e[r])})),JSON.stringify(t,null,2)}function n(e){let n={};if(e.children)for(const t in e.children)if(e.children.hasOwnProperty(t)&&e.children[t].children)n[t]=Object.keys(e.children[t].children);else if("other"!==t){n=Object.keys(e.children);break}return n.other="boolean",n}function t(e){return Object.keys(e).map((e=>{const n=undefined;return{category:e,subcategories:[{subcategory:"other"}]}}))}const r=["en.wikipedia.org","britannica.com","reddit.com","facebook.com"];var s;exports.Locales=void 0,(s=exports.Locales||(exports.Locales={})).enUS="en_US",s.ruRU="ru_RU",s.trTR="tr_TR";const o={[exports.Locales.enUS]:{lang:"English",responseLang:"Response text must be in English language",additional:{articleSection:"Please include occasional minor typographical mistakes in your responses. These should be very rare and NOT overused. For example, you might randomly swap adjacent letters or misspell common words.\nSOMETIMES write the text as if it is penned by a non-native English speaker, using simple vocabulary and clear sentence construction.\nFROM TIME TO TIME Vary the sentence length between short and medium. Include relevant details and descriptors to enrich the narrative, but avoid overly complex or lengthy sentences."}},[exports.Locales.ruRU]:{lang:"Russian",responseLang:"Response text must be strictly in Russian language",additional:{articleSection:"Please include occasional minor typographical mistakes in your responses. These should be very rare and NOT overused. For example, you might randomly swap adjacent letters or misspell common words.\nFROM TIME TO TIME Vary the sentence length between short and medium. Include relevant details and descriptors to enrich the narrative, but avoid overly complex or lengthy sentences."}},[exports.Locales.trTR]:{lang:"Turkish",responseLang:"Response text must be strictly in Turkish language",additional:{articleSection:"Please include occasional minor typographical mistakes in your responses. These should be very rare and NOT overused. For example, you might randomly swap adjacent letters or misspell common words.\nFROM TIME TO TIME Vary the sentence length between short and medium. Include relevant details and descriptors to enrich the narrative, but avoid overly complex or lengthy sentences."}}};exports.ARTICLES_PROMPT_RESOURCES_LIST=r,exports.getCategoriesTypesJSON=e,exports.getDefaultEntities=t,exports.parseCategory=n,exports.promptsByLocale=o;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.348",
3
+ "version": "1.3.349",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [