@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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. 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
- ![CI](https://github.com/kimhongyeon/llm-newsletter-kit-core/actions/workflows/ci.yml/badge.svg)
7
- ](https://github.com/kimhongyeon/llm-newsletter-kit-core/actions/workflows/ci.yml)
6
+ ![CI](https://github.com/heripo-lab/llm-newsletter-kit-core/actions/workflows/ci.yml/badge.svg)
7
+ ](https://github.com/heripo-lab/llm-newsletter-kit-core/actions/workflows/ci.yml)
8
8
  [
9
9
  ![npm version](https://img.shields.io/npm/v/%40llm-newsletter-kit/core?logo=npm&color=cb0000)
10
10
  ](https://www.npmjs.com/package/@llm-newsletter-kit/core)
11
11
  ![coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)
12
- ![license](https://img.shields.io/github/license/kimhongyeon/llm-newsletter-kit-core)
12
+ ![license](https://img.shields.io/github/license/heripo-lab/llm-newsletter-kit-core)
13
13
  ![node](https://img.shields.io/node/v/%40llm-newsletter-kit/core)
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/kimhongyeon/heripo-research-radar
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/kimhongyeon/heripo-research-radar**
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/kimhongyeon/llm-newsletter-kit-core},
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.0",
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/kimhongyeon/llm-newsletter-kit-core"
78
+ "url": "https://github.com/heripo-lab/llm-newsletter-kit-core"
79
79
  },
80
80
  "bugs": {
81
- "url": "https://github.com/kimhongyeon/llm-newsletter-kit-core/issues"
81
+ "url": "https://github.com/heripo-lab/llm-newsletter-kit-core/issues"
82
82
  },
83
- "homepage": "https://github.com/kimhongyeon/llm-newsletter-kit-core",
83
+ "homepage": "https://github.com/heripo-lab/llm-newsletter-kit-core",
84
84
  "keywords": [
85
85
  "llm",
86
86
  "newsletter",