@heripo/research-radar 2.3.5 → 2.3.7
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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ English | [한국어](./README-ko.md)
|
|
|
7
7
|

|
|
8
8
|
](https://www.npmjs.com/package/@heripo/research-radar)
|
|
9
9
|

|
|
10
|
-

|
|
11
11
|
|
|
12
12
|
[Code of Conduct](./CODE_OF_CONDUCT.md) • [Security Policy](./SECURITY.md) • [Contributing](./CONTRIBUTING.md)
|
|
13
13
|
|
|
@@ -69,7 +69,7 @@ For academic publications:
|
|
|
69
69
|
npm install @heripo/research-radar @llm-newsletter-kit/core
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
**Requirements**: Node.js >=
|
|
72
|
+
**Requirements**: Node.js >= 24, OpenAI API key, Google Generative AI API key
|
|
73
73
|
|
|
74
74
|
**Note**: `@llm-newsletter-kit/core` is a peer dependency and must be installed separately.
|
|
75
75
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@heripo/research-radar",
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "2.3.
|
|
5
|
+
"version": "2.3.7",
|
|
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",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"author": "kimhongyeon",
|
|
48
48
|
"license": "Apache-2.0",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@ai-sdk/google": "^3.0.
|
|
51
|
-
"@ai-sdk/openai": "^3.0.
|
|
50
|
+
"@ai-sdk/google": "^3.0.43",
|
|
51
|
+
"@ai-sdk/openai": "^3.0.41",
|
|
52
52
|
"cheerio": "^1.2.0",
|
|
53
|
-
"dompurify": "^3.3.
|
|
53
|
+
"dompurify": "^3.3.2",
|
|
54
54
|
"jsdom": "^28.1.0",
|
|
55
55
|
"juice": "^11.1.1",
|
|
56
|
-
"safe-markdown2html": "^1.0.
|
|
56
|
+
"safe-markdown2html": "^1.0.1",
|
|
57
57
|
"turndown": "^7.2.2"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@eslint/js": "^10.0.1",
|
|
64
|
-
"@llm-newsletter-kit/core": "^1.3.
|
|
64
|
+
"@llm-newsletter-kit/core": "^1.3.5",
|
|
65
65
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
66
66
|
"@types/express": "^5.0.6",
|
|
67
67
|
"@types/jsdom": "^28.0.0",
|