@heripo/research-radar 1.0.3 → 1.0.4
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@heripo/research-radar",
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.4",
|
|
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",
|
|
@@ -41,28 +41,28 @@
|
|
|
41
41
|
"author": "kimhongyeon",
|
|
42
42
|
"license": "Apache-2.0",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ai-sdk/openai": "^2.0.
|
|
44
|
+
"@ai-sdk/openai": "^2.0.86",
|
|
45
45
|
"cheerio": "^1.1.2",
|
|
46
46
|
"turndown": "^7.2.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@llm-newsletter-kit/core": "
|
|
49
|
+
"@llm-newsletter-kit/core": "^1.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@eslint/js": "^9.39.
|
|
53
|
-
"@llm-newsletter-kit/core": "^1.0.
|
|
52
|
+
"@eslint/js": "^9.39.2",
|
|
53
|
+
"@llm-newsletter-kit/core": "^1.0.4",
|
|
54
54
|
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
|
|
55
|
-
"@types/node": "^
|
|
55
|
+
"@types/node": "^25.0.2",
|
|
56
56
|
"@types/turndown": "^5.0.6",
|
|
57
|
-
"eslint": "^9.39.
|
|
57
|
+
"eslint": "^9.39.2",
|
|
58
58
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
59
|
-
"prettier": "^3.7.
|
|
59
|
+
"prettier": "^3.7.4",
|
|
60
60
|
"rimraf": "^6.1.2",
|
|
61
61
|
"rollup": "^4.53.3",
|
|
62
62
|
"rollup-plugin-dts": "^6.3.0",
|
|
63
63
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
64
64
|
"typescript": "^5.9.3",
|
|
65
|
-
"typescript-eslint": "^8.
|
|
65
|
+
"typescript-eslint": "^8.49.0"
|
|
66
66
|
},
|
|
67
67
|
"repository": {
|
|
68
68
|
"type": "git",
|