@heripo/research-radar 2.3.2 β†’ 2.3.3

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/dist/index.cjs CHANGED
@@ -2284,7 +2284,7 @@ ${options.krasNewsMarkdown}
2284
2284
  fixMalformedUrls: true,
2285
2285
  fixBoldSyntax: true,
2286
2286
  convertStrikethrough: true,
2287
- })
2287
+ }).replaceAll('%7B%7B%7BRESEND_UNSUBSCRIBE_URL%7D%7D%7D', '{{{RESEND_UNSUBSCRIBE_URL}}}')
2288
2288
  : ''}
2289
2289
 
2290
2290
  ${options?.heripolabNewsMarkdown
@@ -2315,7 +2315,7 @@ ${options.heripolabNewsMarkdown}
2315
2315
  </ul>
2316
2316
  <hr style="border: 0; border-top: 2px solid #D2691E; margin: 32px 0;">
2317
2317
  <h2 style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 24px; font-weight: bold; line-height: 1.3; color: #D2691E; margin: 0 0 16px 0; letter-spacing: -0.2px; border-left: 5px solid #D2691E; padding-left: 12px; background: none;">πŸ“… λ°œν–‰ μ •μ±…</h2>
2318
- <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;"><strong>${options?.isKrasNewsletter ? 'ν•œκ΅­κ³ κ³ ν•™νšŒ' : 'heripo λ¦¬μ„œμΉ˜ λ ˆμ΄λ”'}</strong>λŠ” 맀일 λ°œν–‰μ„ μ›μΉ™μœΌλ‘œ ν•˜λ˜, λ…μžλΆ„λ“€κ»˜ 의미 μžˆλŠ” 정보λ₯Ό μ œκ³΅ν•˜κΈ° μœ„ν•΄ λ‹€μŒκ³Ό 같은 λ°œν–‰ 기쀀을 μ μš©ν•©λ‹ˆλ‹€:</p>
2318
+ <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;"><strong>${options?.isKrasNewsletter ? 'ν•œκ΅­κ³ κ³ ν•™νšŒ λ‰΄μŠ€λ ˆν„°' : 'heripo λ¦¬μ„œμΉ˜ λ ˆμ΄λ”'}</strong>λŠ” 맀일 λ°œν–‰μ„ μ›μΉ™μœΌλ‘œ ν•˜λ˜, λ…μžλΆ„λ“€κ»˜ 의미 μžˆλŠ” 정보λ₯Ό μ œκ³΅ν•˜κΈ° μœ„ν•΄ λ‹€μŒκ³Ό 같은 λ°œν–‰ 기쀀을 μ μš©ν•©λ‹ˆλ‹€:</p>
2319
2319
  <ul style="padding-left: 24px; margin: 0 0 18px 0;">
2320
2320
  <li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0; margin-bottom: 8px;"><strong>정상 λ°œν–‰</strong>: μƒˆλ‘œμš΄ μ†Œμ‹μ΄ ${newsletterConfig.publicationCriteria.minimumArticleCountForIssue + 1}개 μ΄μƒμ΄κ±°λ‚˜, ${newsletterConfig.publicationCriteria.minimumArticleCountForIssue}개 μ΄ν•˜μ—¬λ„ μ€‘μš”λ„ ${newsletterConfig.publicationCriteria.priorityArticleScoreThreshold}점 μ΄μƒμ˜ 핡심 μ†Œμ‹μ΄ ν¬ν•¨λœ 경우</li>
2321
2321
  <li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0; margin-bottom: 8px;"><strong>이월 λ°œν–‰</strong>: μƒˆλ‘œμš΄ μ†Œμ‹μ΄ ${newsletterConfig.publicationCriteria.minimumArticleCountForIssue}개 μ΄ν•˜μ΄λ©΄μ„œ μ€‘μš”ν•œ λ‚΄μš©(${newsletterConfig.publicationCriteria.priorityArticleScoreThreshold}점 이상)이 없을 경우, λ‹€μŒ 호둜 μ΄μ›”ν•˜μ—¬ 더 ν’μ„±ν•œ λ‚΄μš©μœΌλ‘œ 제곡</li>
package/dist/index.js CHANGED
@@ -2263,7 +2263,7 @@ ${options.krasNewsMarkdown}
2263
2263
  fixMalformedUrls: true,
2264
2264
  fixBoldSyntax: true,
2265
2265
  convertStrikethrough: true,
2266
- })
2266
+ }).replaceAll('%7B%7B%7BRESEND_UNSUBSCRIBE_URL%7D%7D%7D', '{{{RESEND_UNSUBSCRIBE_URL}}}')
2267
2267
  : ''}
2268
2268
 
2269
2269
  ${options?.heripolabNewsMarkdown
@@ -2294,7 +2294,7 @@ ${options.heripolabNewsMarkdown}
2294
2294
  </ul>
2295
2295
  <hr style="border: 0; border-top: 2px solid #D2691E; margin: 32px 0;">
2296
2296
  <h2 style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 24px; font-weight: bold; line-height: 1.3; color: #D2691E; margin: 0 0 16px 0; letter-spacing: -0.2px; border-left: 5px solid #D2691E; padding-left: 12px; background: none;">πŸ“… λ°œν–‰ μ •μ±…</h2>
2297
- <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;"><strong>${options?.isKrasNewsletter ? 'ν•œκ΅­κ³ κ³ ν•™νšŒ' : 'heripo λ¦¬μ„œμΉ˜ λ ˆμ΄λ”'}</strong>λŠ” 맀일 λ°œν–‰μ„ μ›μΉ™μœΌλ‘œ ν•˜λ˜, λ…μžλΆ„λ“€κ»˜ 의미 μžˆλŠ” 정보λ₯Ό μ œκ³΅ν•˜κΈ° μœ„ν•΄ λ‹€μŒκ³Ό 같은 λ°œν–‰ 기쀀을 μ μš©ν•©λ‹ˆλ‹€:</p>
2297
+ <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;"><strong>${options?.isKrasNewsletter ? 'ν•œκ΅­κ³ κ³ ν•™νšŒ λ‰΄μŠ€λ ˆν„°' : 'heripo λ¦¬μ„œμΉ˜ λ ˆμ΄λ”'}</strong>λŠ” 맀일 λ°œν–‰μ„ μ›μΉ™μœΌλ‘œ ν•˜λ˜, λ…μžλΆ„λ“€κ»˜ 의미 μžˆλŠ” 정보λ₯Ό μ œκ³΅ν•˜κΈ° μœ„ν•΄ λ‹€μŒκ³Ό 같은 λ°œν–‰ 기쀀을 μ μš©ν•©λ‹ˆλ‹€:</p>
2298
2298
  <ul style="padding-left: 24px; margin: 0 0 18px 0;">
2299
2299
  <li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0; margin-bottom: 8px;"><strong>정상 λ°œν–‰</strong>: μƒˆλ‘œμš΄ μ†Œμ‹μ΄ ${newsletterConfig.publicationCriteria.minimumArticleCountForIssue + 1}개 μ΄μƒμ΄κ±°λ‚˜, ${newsletterConfig.publicationCriteria.minimumArticleCountForIssue}개 μ΄ν•˜μ—¬λ„ μ€‘μš”λ„ ${newsletterConfig.publicationCriteria.priorityArticleScoreThreshold}점 μ΄μƒμ˜ 핡심 μ†Œμ‹μ΄ ν¬ν•¨λœ 경우</li>
2300
2300
  <li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0; margin-bottom: 8px;"><strong>이월 λ°œν–‰</strong>: μƒˆλ‘œμš΄ μ†Œμ‹μ΄ ${newsletterConfig.publicationCriteria.minimumArticleCountForIssue}개 μ΄ν•˜μ΄λ©΄μ„œ μ€‘μš”ν•œ λ‚΄μš©(${newsletterConfig.publicationCriteria.priorityArticleScoreThreshold}점 이상)이 없을 경우, λ‹€μŒ 호둜 μ΄μ›”ν•˜μ—¬ 더 ν’μ„±ν•œ λ‚΄μš©μœΌλ‘œ 제곡</li>
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.2",
5
+ "version": "2.3.3",
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",