@llm-newsletter-kit/core 1.1.0 → 1.1.1
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 +6 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
> **Automate domain-expert newsletters powered by AI**
|
|
4
4
|
|
|
5
5
|
[
|
|
6
|
-

|
|
7
|
+
](https://github.com/heripo-lab/llm-newsletter-kit-core/actions/workflows/ci.yml)
|
|
8
8
|
[
|
|
9
9
|

|
|
10
10
|
](https://www.npmjs.com/package/@llm-newsletter-kit/core)
|
|
11
11
|

|
|
12
|
-

|
|
13
13
|

|
|
14
14
|
|
|
15
15
|
Important: [Code of Conduct](./CODE_OF_CONDUCT.md) • [Security Policy](./SECURITY.md) • [Contributing](./CONTRIBUTING.md)
|
|
@@ -45,7 +45,7 @@ His design philosophy: **"Logic in code, reasoning in AI, connections in archite
|
|
|
45
45
|
|
|
46
46
|
**Quick Links**
|
|
47
47
|
- Research Radar (Live Service): https://heripo.com/research-radar/subscribe
|
|
48
|
-
- Source Code (Usage Example): https://github.com/
|
|
48
|
+
- Source Code (Usage Example): https://github.com/heripo-lab/heripo-research-radar
|
|
49
49
|
|
|
50
50
|
## Why Code-Based?
|
|
51
51
|
|
|
@@ -129,7 +129,7 @@ const newsletterId = await generator.generate();
|
|
|
129
129
|
- HTML email templates
|
|
130
130
|
- Preview email configuration
|
|
131
131
|
|
|
132
|
-
👉 **See the reference implementation: https://github.com/
|
|
132
|
+
👉 **See the reference implementation: https://github.com/heripo-lab/heripo-research-radar**
|
|
133
133
|
|
|
134
134
|
## Public API Overview
|
|
135
135
|
|
|
@@ -199,7 +199,7 @@ For academic papers or research documentation, you may use the following BibTeX
|
|
|
199
199
|
author = {Kim, Hongyeon},
|
|
200
200
|
title = {LLM Newsletter Kit: Type-First Extensible Toolkit for Automating LLM-Based Newsletter Creation},
|
|
201
201
|
year = {2025},
|
|
202
|
-
url = {https://github.com/
|
|
202
|
+
url = {https://github.com/heripo-lab/llm-newsletter-kit-core},
|
|
203
203
|
note = {Apache License 2.0}
|
|
204
204
|
}
|
|
205
205
|
```
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@llm-newsletter-kit/core",
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.1",
|
|
6
6
|
"description": "An extensible framework to automate your entire newsletter workflow. Handles data collection, LLM-based content analysis, and email generation, letting you focus on your unique domain logic.",
|
|
7
7
|
"main": "dist/index.cjs",
|
|
8
8
|
"module": "dist/index.js",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
},
|
|
76
76
|
"repository": {
|
|
77
77
|
"type": "git",
|
|
78
|
-
"url": "https://github.com/
|
|
78
|
+
"url": "https://github.com/heripo-lab/llm-newsletter-kit-core"
|
|
79
79
|
},
|
|
80
80
|
"bugs": {
|
|
81
|
-
"url": "https://github.com/
|
|
81
|
+
"url": "https://github.com/heripo-lab/llm-newsletter-kit-core/issues"
|
|
82
82
|
},
|
|
83
|
-
"homepage": "https://github.com/
|
|
83
|
+
"homepage": "https://github.com/heripo-lab/llm-newsletter-kit-core",
|
|
84
84
|
"keywords": [
|
|
85
85
|
"llm",
|
|
86
86
|
"newsletter",
|