@heripo/research-radar 3.3.8 → 3.3.10
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/README.md +4 -1
- package/dist/index.cjs +16 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +13 -2
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/package.json +11 -10
package/README.md
CHANGED
|
@@ -204,15 +204,18 @@ CLI tool that validates all active crawling parsers against live websites. Detec
|
|
|
204
204
|
```bash
|
|
205
205
|
npm run health-check # Run health-check
|
|
206
206
|
npm run health-check:proxy # Run with proxy support (uses .env)
|
|
207
|
+
npm run health-check -- --skip-khs-excavation # Skip KHS excavation report/site-open targets
|
|
207
208
|
```
|
|
208
209
|
|
|
209
210
|
**What it checks per target**:
|
|
210
211
|
- `parseList()`: Returns non-empty array with valid title, date, and detailUrl
|
|
211
212
|
- `parseDetail()`: Returns non-empty detailContent (20+ chars)
|
|
212
213
|
|
|
214
|
+
Use `--skip-target=<id-or-name>` to exclude additional known-flaky targets from a run.
|
|
215
|
+
|
|
213
216
|
**Output**: Console table summary + compact text summary for CI integrations.
|
|
214
217
|
|
|
215
|
-
**CI**: Daily automated run via GitHub Actions (`.github/workflows/parser-health-check.yml`) with Slack notifications on pass/fail.
|
|
218
|
+
**CI**: Daily automated run via GitHub Actions (`.github/workflows/parser-health-check.yml`) with Slack notifications on pass/fail. CI skips the KHS excavation report/site-open targets because their fetches can fail in Actions even when normal crawling works.
|
|
216
219
|
|
|
217
220
|
## 🤝 Contributing
|
|
218
221
|
|
package/dist/index.cjs
CHANGED
|
@@ -509,7 +509,10 @@ const parseKaahList = (html) => {
|
|
|
509
509
|
const detailUrl = fullUrl.href;
|
|
510
510
|
const uniqId = fullUrl.pathname.split('/').pop() ?? undefined;
|
|
511
511
|
const title = titleElement.text()?.trim() ?? '';
|
|
512
|
-
const date = getDate(columns
|
|
512
|
+
const date = getDate(columns
|
|
513
|
+
.eq(columns.length - 2)
|
|
514
|
+
.text()
|
|
515
|
+
.trim());
|
|
513
516
|
posts.push({
|
|
514
517
|
uniqId,
|
|
515
518
|
title,
|
|
@@ -1745,6 +1748,17 @@ function createCrawlingTargetGroups(customFetch) {
|
|
|
1745
1748
|
},
|
|
1746
1749
|
];
|
|
1747
1750
|
}
|
|
1751
|
+
function getSourceList() {
|
|
1752
|
+
return createCrawlingTargetGroups().map((group) => ({
|
|
1753
|
+
id: group.id,
|
|
1754
|
+
name: group.name,
|
|
1755
|
+
sources: group.targets.map((target) => ({
|
|
1756
|
+
id: target.id,
|
|
1757
|
+
name: target.name,
|
|
1758
|
+
url: target.url,
|
|
1759
|
+
})),
|
|
1760
|
+
}));
|
|
1761
|
+
}
|
|
1748
1762
|
|
|
1749
1763
|
/**
|
|
1750
1764
|
* Newsletter content configuration
|
|
@@ -3111,6 +3125,7 @@ exports.contentOptions = contentOptions;
|
|
|
3111
3125
|
exports.createCrawlingTargetGroups = createCrawlingTargetGroups;
|
|
3112
3126
|
exports.generateNewsletter = generateNewsletter;
|
|
3113
3127
|
exports.generateWelcomeHTML = generateWelcomeHTML;
|
|
3128
|
+
exports.getSourceList = getSourceList;
|
|
3114
3129
|
exports.llmConfig = llmConfig;
|
|
3115
3130
|
exports.newsletterConfig = newsletterConfig;
|
|
3116
3131
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -454,6 +454,17 @@ declare class CrawlingProvider implements CrawlingProvider$1 {
|
|
|
454
454
|
}
|
|
455
455
|
|
|
456
456
|
declare function createCrawlingTargetGroups(customFetch?: typeof fetch): CrawlingTargetGroup[];
|
|
457
|
+
interface SourceItem {
|
|
458
|
+
id: string;
|
|
459
|
+
name: string;
|
|
460
|
+
url: string;
|
|
461
|
+
}
|
|
462
|
+
interface SourceGroup {
|
|
463
|
+
id: string;
|
|
464
|
+
name: string;
|
|
465
|
+
sources: SourceItem[];
|
|
466
|
+
}
|
|
467
|
+
declare function getSourceList(): SourceGroup[];
|
|
457
468
|
|
|
458
469
|
/**
|
|
459
470
|
* Content options type extracted from core GenerateNewsletterConfig
|
|
@@ -489,5 +500,5 @@ declare const llmConfig: {
|
|
|
489
500
|
};
|
|
490
501
|
};
|
|
491
502
|
|
|
492
|
-
export { AnalysisProvider, ContentGenerateProvider, CrawlingProvider, DateService, TaskService, contentOptions, createCrawlingTargetGroups, generateNewsletter, generateWelcomeHTML, llmConfig, newsletterConfig };
|
|
493
|
-
export type { ArticleRepository, ContentGenerationConfig, ContentOptions, NewsletterConfig, NewsletterGeneratorDependencies, NewsletterRepository, NewsletterTemplateOptions, PreviewNewsletterOptions, TagRepository, TaskRepository, WelcomeTemplateOptions };
|
|
503
|
+
export { AnalysisProvider, ContentGenerateProvider, CrawlingProvider, DateService, TaskService, contentOptions, createCrawlingTargetGroups, generateNewsletter, generateWelcomeHTML, getSourceList, llmConfig, newsletterConfig };
|
|
504
|
+
export type { ArticleRepository, ContentGenerationConfig, ContentOptions, NewsletterConfig, NewsletterGeneratorDependencies, NewsletterRepository, NewsletterTemplateOptions, PreviewNewsletterOptions, SourceGroup, SourceItem, TagRepository, TaskRepository, WelcomeTemplateOptions };
|
package/dist/index.js
CHANGED
|
@@ -488,7 +488,10 @@ const parseKaahList = (html) => {
|
|
|
488
488
|
const detailUrl = fullUrl.href;
|
|
489
489
|
const uniqId = fullUrl.pathname.split('/').pop() ?? undefined;
|
|
490
490
|
const title = titleElement.text()?.trim() ?? '';
|
|
491
|
-
const date = getDate(columns
|
|
491
|
+
const date = getDate(columns
|
|
492
|
+
.eq(columns.length - 2)
|
|
493
|
+
.text()
|
|
494
|
+
.trim());
|
|
492
495
|
posts.push({
|
|
493
496
|
uniqId,
|
|
494
497
|
title,
|
|
@@ -1724,6 +1727,17 @@ function createCrawlingTargetGroups(customFetch) {
|
|
|
1724
1727
|
},
|
|
1725
1728
|
];
|
|
1726
1729
|
}
|
|
1730
|
+
function getSourceList() {
|
|
1731
|
+
return createCrawlingTargetGroups().map((group) => ({
|
|
1732
|
+
id: group.id,
|
|
1733
|
+
name: group.name,
|
|
1734
|
+
sources: group.targets.map((target) => ({
|
|
1735
|
+
id: target.id,
|
|
1736
|
+
name: target.name,
|
|
1737
|
+
url: target.url,
|
|
1738
|
+
})),
|
|
1739
|
+
}));
|
|
1740
|
+
}
|
|
1727
1741
|
|
|
1728
1742
|
/**
|
|
1729
1743
|
* Newsletter content configuration
|
|
@@ -3081,5 +3095,5 @@ ${poweredByFooterHtml()}
|
|
|
3081
3095
|
</html>`;
|
|
3082
3096
|
}
|
|
3083
3097
|
|
|
3084
|
-
export { AnalysisProvider, ContentGenerateProvider, CrawlingProvider, DateService, TaskService, contentOptions, createCrawlingTargetGroups, generateNewsletter, generateWelcomeHTML, llmConfig, newsletterConfig };
|
|
3098
|
+
export { AnalysisProvider, ContentGenerateProvider, CrawlingProvider, DateService, TaskService, contentOptions, createCrawlingTargetGroups, generateNewsletter, generateWelcomeHTML, getSourceList, llmConfig, newsletterConfig };
|
|
3085
3099
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@heripo/research-radar",
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.3.
|
|
5
|
+
"version": "3.3.10",
|
|
6
6
|
"description": "AI-driven intelligence for Korean cultural heritage. This package serves as both a ready-to-use newsletter service and a practical implementation example for the LLM-Newsletter-Kit.",
|
|
7
7
|
"main": "dist/index.cjs",
|
|
8
8
|
"module": "dist/index.js",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"lint:ci": "eslint --quiet ./src",
|
|
38
38
|
"typecheck": "tsc --noEmit",
|
|
39
39
|
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md,mdx}\"",
|
|
40
|
+
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md,mdx}\"",
|
|
40
41
|
"dev:crawler": "tsx watch dev-tools/crawler-debugger/server.ts",
|
|
41
42
|
"dev:crawler:proxy": "tsx watch --env-file=dev-tools/crawler-debugger/.env dev-tools/crawler-debugger/server.ts",
|
|
42
43
|
"dev:newsletter-preview": "tsx watch dev-tools/newsletter-preview/server.ts",
|
|
@@ -47,23 +48,23 @@
|
|
|
47
48
|
"author": "kimhongyeon",
|
|
48
49
|
"license": "Apache-2.0",
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
51
|
-
"@ai-sdk/google": "^3.0.
|
|
52
|
-
"@ai-sdk/openai": "^3.0.
|
|
51
|
+
"@ai-sdk/anthropic": "^3.0.79",
|
|
52
|
+
"@ai-sdk/google": "^3.0.79",
|
|
53
|
+
"@ai-sdk/openai": "^3.0.65",
|
|
53
54
|
"cheerio": "^1.2.0",
|
|
54
|
-
"dompurify": "^3.4.
|
|
55
|
+
"dompurify": "^3.4.5",
|
|
55
56
|
"jsdom": "^29.1.1",
|
|
56
57
|
"juice": "^11.1.1",
|
|
57
|
-
"safe-markdown2html": "^1.0.
|
|
58
|
+
"safe-markdown2html": "^1.0.5",
|
|
58
59
|
"turndown": "^7.2.4"
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"@eslint/js": "^10.0.1",
|
|
62
|
-
"@llm-newsletter-kit/core": "^2.0.
|
|
63
|
+
"@llm-newsletter-kit/core": "^2.0.3",
|
|
63
64
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
64
65
|
"@types/express": "^5.0.6",
|
|
65
66
|
"@types/jsdom": "^28.0.3",
|
|
66
|
-
"@types/node": "^25.
|
|
67
|
+
"@types/node": "^25.9.1",
|
|
67
68
|
"@types/turndown": "^5.0.6",
|
|
68
69
|
"eslint": "^10.4.0",
|
|
69
70
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
@@ -73,9 +74,9 @@
|
|
|
73
74
|
"rollup": "^4.60.4",
|
|
74
75
|
"rollup-plugin-dts": "^6.4.1",
|
|
75
76
|
"rollup-plugin-typescript2": "^0.37.0",
|
|
76
|
-
"tsx": "^4.22.
|
|
77
|
+
"tsx": "^4.22.3",
|
|
77
78
|
"typescript": "^6.0.3",
|
|
78
|
-
"typescript-eslint": "^8.59.
|
|
79
|
+
"typescript-eslint": "^8.59.4"
|
|
79
80
|
},
|
|
80
81
|
"repository": {
|
|
81
82
|
"type": "git",
|