@heripo/research-radar 3.0.0 → 3.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/dist/index.cjs +57 -54
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +57 -54
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1793,25 +1793,6 @@ const heripoLogoHtml = (imgMarginBottom) => `
|
|
|
1793
1793
|
</div>
|
|
1794
1794
|
<!--<![endif]-->
|
|
1795
1795
|
</div>`;
|
|
1796
|
-
/**
|
|
1797
|
-
* KRAS dual-logo header block.
|
|
1798
|
-
* Left: KRAS logo, Right: heripo lab logo (light/dark) + "제공" text.
|
|
1799
|
-
*/
|
|
1800
|
-
const krasHeaderHtml = () => `
|
|
1801
|
-
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="width: 100%; border-collapse: collapse; margin: 0 0 18px 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin-bottom: 20px; border: none;">
|
|
1802
|
-
<tr>
|
|
1803
|
-
<td align="left" valign="middle" width="50%" style="text-align: left; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0; border: none;">
|
|
1804
|
-
<img src="https://heripo.com/kras-logo.jpeg" width="200" alt="한국고고학회" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; display: block;" height="auto">
|
|
1805
|
-
</td>
|
|
1806
|
-
<td align="right" valign="middle" width="50%" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0; border: none; text-align: right; font-size: 0; line-height: 0; white-space: nowrap;">
|
|
1807
|
-
<div style="text-align: left; display: inline-block; vertical-align: middle; line-height: 0;" class="light-logo">
|
|
1808
|
-
<img src="https://heripo.com/heripolab-logo.png" width="120" alt="heripo lab" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; outline: none; text-decoration: none; display: inline-block; vertical-align: middle;" height="auto">
|
|
1809
|
-
</div><!--[if !mso]><!--><div style="text-align: left; display: none; vertical-align: middle; line-height: 0;" class="dark-logo dark-logo-inline">
|
|
1810
|
-
<img src="https://heripo.com/heripolab-logo-dark.png" width="120" alt="heripo lab" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; outline: none; text-decoration: none; display: inline-block; vertical-align: middle;" height="auto">
|
|
1811
|
-
</div><!--<![endif]--><span class="header-dark-text" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 20px; font-weight: normal; color: #666666; line-height: 1; vertical-align: middle; padding-left: 4px;">제공</span>
|
|
1812
|
-
</td>
|
|
1813
|
-
</tr>
|
|
1814
|
-
</table>`;
|
|
1815
1796
|
/**
|
|
1816
1797
|
* Heripo platform introduction section.
|
|
1817
1798
|
* Shared between newsletter and welcome email templates.
|
|
@@ -1923,7 +1904,7 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
1923
1904
|
-ms-text-size-adjust: 100%;
|
|
1924
1905
|
mso-table-lspace: 0pt;
|
|
1925
1906
|
mso-table-rspace: 0pt;
|
|
1926
|
-
max-width:
|
|
1907
|
+
max-width: 700px;
|
|
1927
1908
|
}
|
|
1928
1909
|
|
|
1929
1910
|
.content-cell {
|
|
@@ -2088,7 +2069,7 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
2088
2069
|
background-color: #faf7f3;
|
|
2089
2070
|
}
|
|
2090
2071
|
|
|
2091
|
-
@media screen and (max-width:
|
|
2072
|
+
@media screen and (max-width: 700px) {
|
|
2092
2073
|
.container {
|
|
2093
2074
|
width: 100% !important;
|
|
2094
2075
|
max-width: 100% !important;
|
|
@@ -2247,6 +2228,18 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
2247
2228
|
.dark-logo-inline {
|
|
2248
2229
|
display: inline-block !important;
|
|
2249
2230
|
}
|
|
2231
|
+
|
|
2232
|
+
.kras-newsletter .kras-header-title {
|
|
2233
|
+
color: #eeeeee !important;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.kras-newsletter .kras-header-date {
|
|
2237
|
+
color: #bbbbbb !important;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
.kras-newsletter .kras-header-divider {
|
|
2241
|
+
border-top-color: #E59866 !important;
|
|
2242
|
+
}
|
|
2250
2243
|
}
|
|
2251
2244
|
</style>
|
|
2252
2245
|
</head>
|
|
@@ -2255,42 +2248,37 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
2255
2248
|
<tr>
|
|
2256
2249
|
<td bgcolor="#f4f4f4" align="center" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 20px 0;" class="dark-mode-bg">
|
|
2257
2250
|
<!--[if (gte mso 9)|(IE)]>
|
|
2258
|
-
<table align="center" border="0" cellspacing="0" cellpadding="0" width="
|
|
2251
|
+
<table align="center" border="0" cellspacing="0" cellpadding="0" width="700">
|
|
2259
2252
|
<tr>
|
|
2260
|
-
<td align="center" valign="top" width="
|
|
2253
|
+
<td align="center" valign="top" width="700">
|
|
2261
2254
|
<![endif]-->
|
|
2262
|
-
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width:
|
|
2255
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width: 700px;" class="container" role="presentation">
|
|
2263
2256
|
<tr>
|
|
2264
|
-
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 44px 44px 36px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2257
|
+
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg${options?.isKrasNewsletter ? ' kras-newsletter' : ''}" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 44px 44px 36px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2265
2258
|
${options?.isKrasNewsletter
|
|
2266
|
-
?
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
<
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
<td align="left" valign="baseline" class="header-dark-text" style="text-align: left; padding: 0 0 14px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 24px; color: #333333; white-space: nowrap; border: none; width: 1px;" width="1">
|
|
2274
|
-
${options?.displayDate ?? ''}
|
|
2275
|
-
</td>
|
|
2276
|
-
</tr>
|
|
2277
|
-
</table>
|
|
2259
|
+
? `<!-- KRAS 50주년 헤더 -->
|
|
2260
|
+
<div style="text-align: center; margin-bottom: 28px;">
|
|
2261
|
+
<div style="width: 180px; min-height: 141px; display: inline-block; margin-bottom: 20px;"><img src="https://heripo.com/kras-50.png" width="180" alt="한국고고학회 50주년" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; display: block;" height="auto"></div>
|
|
2262
|
+
<div class="kras-header-title" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 30px; font-weight: bold; color: #111111; line-height: 1.2; margin-bottom: 8px;">한국고고학회 뉴스레터</div>
|
|
2263
|
+
<div class="kras-header-date" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; color: #666666; line-height: 1.5;">${options?.displayDate ?? ''}</div>
|
|
2264
|
+
</div>
|
|
2265
|
+
<hr class="kras-header-divider" style="border: 0; border-top: 2px solid #D2691E; margin: 0 0 32px 0;">
|
|
2278
2266
|
`
|
|
2279
2267
|
: `${heripoLogoHtml('12px')}
|
|
2280
2268
|
`}
|
|
2281
2269
|
|
|
2282
2270
|
${options?.krasNewsMarkdown
|
|
2283
|
-
?
|
|
2284
|
-
|
|
2271
|
+
? `<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;"><span style="display: inline-block; width: 26px; height: 26px; vertical-align: -4px; margin-right: 6px;"><img src="https://heripo.com/kras-symbol.png" width="26" height="26" alt="" style="border: 0; display: block;"></span>학회 소식</h2>` +
|
|
2272
|
+
safeMarkdown2Html(`${options.krasNewsMarkdown}
|
|
2285
2273
|
|
|
2286
2274
|
---
|
|
2287
2275
|
`, {
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2276
|
+
window: new jsdom.JSDOM('').window,
|
|
2277
|
+
linkTargetBlank: true,
|
|
2278
|
+
fixMalformedUrls: true,
|
|
2279
|
+
fixBoldSyntax: true,
|
|
2280
|
+
convertStrikethrough: true,
|
|
2281
|
+
}).replaceAll('%7B%7B%7BRESEND_UNSUBSCRIBE_URL%7D%7D%7D', '{{{RESEND_UNSUBSCRIBE_URL}}}')
|
|
2294
2282
|
: ''}
|
|
2295
2283
|
|
|
2296
2284
|
${options?.heripolabNewsMarkdown
|
|
@@ -2718,9 +2706,12 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2718
2706
|
? '한국고고학회 뉴스레터 구독 완료'
|
|
2719
2707
|
: 'heripo 리서치 레이더 구독 완료';
|
|
2720
2708
|
const headerHtml = isKras
|
|
2721
|
-
?
|
|
2722
|
-
<
|
|
2723
|
-
|
|
2709
|
+
? `<!-- KRAS 50주년 헤더 -->
|
|
2710
|
+
<div style="text-align: center; margin-bottom: 36px;">
|
|
2711
|
+
<div style="width: 180px; min-height: 141px; display: inline-block; margin-bottom: 20px;"><img src="https://heripo.com/kras-50.png" width="180" alt="한국고고학회 50주년" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; display: block;" height="auto"></div>
|
|
2712
|
+
<div class="kras-header-title" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 30px; font-weight: bold; color: #111111; line-height: 1.2; margin-bottom: 0;">한국고고학회 뉴스레터</div>
|
|
2713
|
+
</div>
|
|
2714
|
+
<hr class="kras-header-divider" style="border: 0; border-top: 2px solid #D2691E; margin: 0 0 32px 0;">`
|
|
2724
2715
|
: `${heripoLogoHtml('8px')}
|
|
2725
2716
|
|
|
2726
2717
|
<h1 style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.2; margin: 0 0
|
|
@@ -2776,7 +2767,7 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2776
2767
|
.button-link:hover {
|
|
2777
2768
|
background: #b85a1a;
|
|
2778
2769
|
}
|
|
2779
|
-
@media screen and (max-width:
|
|
2770
|
+
@media screen and (max-width: 700px) {
|
|
2780
2771
|
.container {
|
|
2781
2772
|
width: 100% !important;
|
|
2782
2773
|
max-width: 100% !important;
|
|
@@ -2872,6 +2863,18 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2872
2863
|
.dark-logo-inline {
|
|
2873
2864
|
display: inline-block !important;
|
|
2874
2865
|
}
|
|
2866
|
+
|
|
2867
|
+
.kras-newsletter .kras-header-title {
|
|
2868
|
+
color: #eeeeee !important;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
.kras-newsletter .kras-header-date {
|
|
2872
|
+
color: #bbbbbb !important;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
.kras-newsletter .kras-header-divider {
|
|
2876
|
+
border-top-color: #E59866 !important;
|
|
2877
|
+
}
|
|
2875
2878
|
}
|
|
2876
2879
|
</style>
|
|
2877
2880
|
</head>
|
|
@@ -2880,18 +2883,18 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2880
2883
|
<tr>
|
|
2881
2884
|
<td bgcolor="#f4f4f4" align="center" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 20px 0;" class="dark-mode-bg">
|
|
2882
2885
|
<!--[if (gte mso 9)|(IE)]>
|
|
2883
|
-
<table align="center" border="0" cellspacing="0" cellpadding="0" width="
|
|
2886
|
+
<table align="center" border="0" cellspacing="0" cellpadding="0" width="700">
|
|
2884
2887
|
<tr>
|
|
2885
|
-
<td align="center" valign="top" width="
|
|
2888
|
+
<td align="center" valign="top" width="700">
|
|
2886
2889
|
<![endif]-->
|
|
2887
|
-
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width:
|
|
2890
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width: 700px;" class="container" role="presentation">
|
|
2888
2891
|
<tr>
|
|
2889
|
-
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 48px 44px 44px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2892
|
+
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg${isKras ? ' kras-newsletter' : ''}" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 48px 44px 44px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2890
2893
|
${headerHtml}
|
|
2891
2894
|
|
|
2892
2895
|
<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 15px 0; letter-spacing: -0.2px; border-left: 5px solid #D2691E; padding-left: 12px; background: #fff7f2;">💬 ${feedbackHeading}</h2>
|
|
2893
2896
|
|
|
2894
|
-
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;"
|
|
2897
|
+
${isKras ? ` <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;">${name}님, 한국고고학회 뉴스레터를 구독해주셔서 감사합니다.</p>` : ''}
|
|
2895
2898
|
|
|
2896
2899
|
<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 style="color: #D2691E; font-weight: bold;">"이런 기능이 있다면 좋겠다"</strong> 혹은 <strong style="color: #D2691E; font-weight: bold;">"이런 점은 불편하다"</strong>와 같은 의견을 언제든 보내주세요.</p>
|
|
2897
2900
|
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -1772,25 +1772,6 @@ const heripoLogoHtml = (imgMarginBottom) => `
|
|
|
1772
1772
|
</div>
|
|
1773
1773
|
<!--<![endif]-->
|
|
1774
1774
|
</div>`;
|
|
1775
|
-
/**
|
|
1776
|
-
* KRAS dual-logo header block.
|
|
1777
|
-
* Left: KRAS logo, Right: heripo lab logo (light/dark) + "제공" text.
|
|
1778
|
-
*/
|
|
1779
|
-
const krasHeaderHtml = () => `
|
|
1780
|
-
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="width: 100%; border-collapse: collapse; margin: 0 0 18px 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; margin-bottom: 20px; border: none;">
|
|
1781
|
-
<tr>
|
|
1782
|
-
<td align="left" valign="middle" width="50%" style="text-align: left; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0; border: none;">
|
|
1783
|
-
<img src="https://heripo.com/kras-logo.jpeg" width="200" alt="한국고고학회" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; display: block;" height="auto">
|
|
1784
|
-
</td>
|
|
1785
|
-
<td align="right" valign="middle" width="50%" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0; border: none; text-align: right; font-size: 0; line-height: 0; white-space: nowrap;">
|
|
1786
|
-
<div style="text-align: left; display: inline-block; vertical-align: middle; line-height: 0;" class="light-logo">
|
|
1787
|
-
<img src="https://heripo.com/heripolab-logo.png" width="120" alt="heripo lab" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; outline: none; text-decoration: none; display: inline-block; vertical-align: middle;" height="auto">
|
|
1788
|
-
</div><!--[if !mso]><!--><div style="text-align: left; display: none; vertical-align: middle; line-height: 0;" class="dark-logo dark-logo-inline">
|
|
1789
|
-
<img src="https://heripo.com/heripolab-logo-dark.png" width="120" alt="heripo lab" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; outline: none; text-decoration: none; display: inline-block; vertical-align: middle;" height="auto">
|
|
1790
|
-
</div><!--<![endif]--><span class="header-dark-text" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 20px; font-weight: normal; color: #666666; line-height: 1; vertical-align: middle; padding-left: 4px;">제공</span>
|
|
1791
|
-
</td>
|
|
1792
|
-
</tr>
|
|
1793
|
-
</table>`;
|
|
1794
1775
|
/**
|
|
1795
1776
|
* Heripo platform introduction section.
|
|
1796
1777
|
* Shared between newsletter and welcome email templates.
|
|
@@ -1902,7 +1883,7 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
1902
1883
|
-ms-text-size-adjust: 100%;
|
|
1903
1884
|
mso-table-lspace: 0pt;
|
|
1904
1885
|
mso-table-rspace: 0pt;
|
|
1905
|
-
max-width:
|
|
1886
|
+
max-width: 700px;
|
|
1906
1887
|
}
|
|
1907
1888
|
|
|
1908
1889
|
.content-cell {
|
|
@@ -2067,7 +2048,7 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
2067
2048
|
background-color: #faf7f3;
|
|
2068
2049
|
}
|
|
2069
2050
|
|
|
2070
|
-
@media screen and (max-width:
|
|
2051
|
+
@media screen and (max-width: 700px) {
|
|
2071
2052
|
.container {
|
|
2072
2053
|
width: 100% !important;
|
|
2073
2054
|
max-width: 100% !important;
|
|
@@ -2226,6 +2207,18 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
2226
2207
|
.dark-logo-inline {
|
|
2227
2208
|
display: inline-block !important;
|
|
2228
2209
|
}
|
|
2210
|
+
|
|
2211
|
+
.kras-newsletter .kras-header-title {
|
|
2212
|
+
color: #eeeeee !important;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
.kras-newsletter .kras-header-date {
|
|
2216
|
+
color: #bbbbbb !important;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
.kras-newsletter .kras-header-divider {
|
|
2220
|
+
border-top-color: #E59866 !important;
|
|
2221
|
+
}
|
|
2229
2222
|
}
|
|
2230
2223
|
</style>
|
|
2231
2224
|
</head>
|
|
@@ -2234,42 +2227,37 @@ const createNewsletterHtmlTemplate = (targets, options) => `<!DOCTYPE html>
|
|
|
2234
2227
|
<tr>
|
|
2235
2228
|
<td bgcolor="#f4f4f4" align="center" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 20px 0;" class="dark-mode-bg">
|
|
2236
2229
|
<!--[if (gte mso 9)|(IE)]>
|
|
2237
|
-
<table align="center" border="0" cellspacing="0" cellpadding="0" width="
|
|
2230
|
+
<table align="center" border="0" cellspacing="0" cellpadding="0" width="700">
|
|
2238
2231
|
<tr>
|
|
2239
|
-
<td align="center" valign="top" width="
|
|
2232
|
+
<td align="center" valign="top" width="700">
|
|
2240
2233
|
<![endif]-->
|
|
2241
|
-
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width:
|
|
2234
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width: 700px;" class="container" role="presentation">
|
|
2242
2235
|
<tr>
|
|
2243
|
-
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 44px 44px 36px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2236
|
+
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg${options?.isKrasNewsletter ? ' kras-newsletter' : ''}" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 44px 44px 36px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2244
2237
|
${options?.isKrasNewsletter
|
|
2245
|
-
?
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
<
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
<td align="left" valign="baseline" class="header-dark-text" style="text-align: left; padding: 0 0 14px 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 24px; color: #333333; white-space: nowrap; border: none; width: 1px;" width="1">
|
|
2253
|
-
${options?.displayDate ?? ''}
|
|
2254
|
-
</td>
|
|
2255
|
-
</tr>
|
|
2256
|
-
</table>
|
|
2238
|
+
? `<!-- KRAS 50주년 헤더 -->
|
|
2239
|
+
<div style="text-align: center; margin-bottom: 28px;">
|
|
2240
|
+
<div style="width: 180px; min-height: 141px; display: inline-block; margin-bottom: 20px;"><img src="https://heripo.com/kras-50.png" width="180" alt="한국고고학회 50주년" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; display: block;" height="auto"></div>
|
|
2241
|
+
<div class="kras-header-title" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 30px; font-weight: bold; color: #111111; line-height: 1.2; margin-bottom: 8px;">한국고고학회 뉴스레터</div>
|
|
2242
|
+
<div class="kras-header-date" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; color: #666666; line-height: 1.5;">${options?.displayDate ?? ''}</div>
|
|
2243
|
+
</div>
|
|
2244
|
+
<hr class="kras-header-divider" style="border: 0; border-top: 2px solid #D2691E; margin: 0 0 32px 0;">
|
|
2257
2245
|
`
|
|
2258
2246
|
: `${heripoLogoHtml('12px')}
|
|
2259
2247
|
`}
|
|
2260
2248
|
|
|
2261
2249
|
${options?.krasNewsMarkdown
|
|
2262
|
-
?
|
|
2263
|
-
|
|
2250
|
+
? `<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;"><span style="display: inline-block; width: 26px; height: 26px; vertical-align: -4px; margin-right: 6px;"><img src="https://heripo.com/kras-symbol.png" width="26" height="26" alt="" style="border: 0; display: block;"></span>학회 소식</h2>` +
|
|
2251
|
+
safeMarkdown2Html(`${options.krasNewsMarkdown}
|
|
2264
2252
|
|
|
2265
2253
|
---
|
|
2266
2254
|
`, {
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2255
|
+
window: new JSDOM('').window,
|
|
2256
|
+
linkTargetBlank: true,
|
|
2257
|
+
fixMalformedUrls: true,
|
|
2258
|
+
fixBoldSyntax: true,
|
|
2259
|
+
convertStrikethrough: true,
|
|
2260
|
+
}).replaceAll('%7B%7B%7BRESEND_UNSUBSCRIBE_URL%7D%7D%7D', '{{{RESEND_UNSUBSCRIBE_URL}}}')
|
|
2273
2261
|
: ''}
|
|
2274
2262
|
|
|
2275
2263
|
${options?.heripolabNewsMarkdown
|
|
@@ -2697,9 +2685,12 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2697
2685
|
? '한국고고학회 뉴스레터 구독 완료'
|
|
2698
2686
|
: 'heripo 리서치 레이더 구독 완료';
|
|
2699
2687
|
const headerHtml = isKras
|
|
2700
|
-
?
|
|
2701
|
-
<
|
|
2702
|
-
|
|
2688
|
+
? `<!-- KRAS 50주년 헤더 -->
|
|
2689
|
+
<div style="text-align: center; margin-bottom: 36px;">
|
|
2690
|
+
<div style="width: 180px; min-height: 141px; display: inline-block; margin-bottom: 20px;"><img src="https://heripo.com/kras-50.png" width="180" alt="한국고고학회 50주년" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; display: block;" height="auto"></div>
|
|
2691
|
+
<div class="kras-header-title" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 30px; font-weight: bold; color: #111111; line-height: 1.2; margin-bottom: 0;">한국고고학회 뉴스레터</div>
|
|
2692
|
+
</div>
|
|
2693
|
+
<hr class="kras-header-divider" style="border: 0; border-top: 2px solid #D2691E; margin: 0 0 32px 0;">`
|
|
2703
2694
|
: `${heripoLogoHtml('8px')}
|
|
2704
2695
|
|
|
2705
2696
|
<h1 style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.2; margin: 0 0
|
|
@@ -2755,7 +2746,7 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2755
2746
|
.button-link:hover {
|
|
2756
2747
|
background: #b85a1a;
|
|
2757
2748
|
}
|
|
2758
|
-
@media screen and (max-width:
|
|
2749
|
+
@media screen and (max-width: 700px) {
|
|
2759
2750
|
.container {
|
|
2760
2751
|
width: 100% !important;
|
|
2761
2752
|
max-width: 100% !important;
|
|
@@ -2851,6 +2842,18 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2851
2842
|
.dark-logo-inline {
|
|
2852
2843
|
display: inline-block !important;
|
|
2853
2844
|
}
|
|
2845
|
+
|
|
2846
|
+
.kras-newsletter .kras-header-title {
|
|
2847
|
+
color: #eeeeee !important;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
.kras-newsletter .kras-header-date {
|
|
2851
|
+
color: #bbbbbb !important;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
.kras-newsletter .kras-header-divider {
|
|
2855
|
+
border-top-color: #E59866 !important;
|
|
2856
|
+
}
|
|
2854
2857
|
}
|
|
2855
2858
|
</style>
|
|
2856
2859
|
</head>
|
|
@@ -2859,18 +2862,18 @@ function createWelcomeHtmlRaw(name, isKras, siteUrl, unsubscribeUrl) {
|
|
|
2859
2862
|
<tr>
|
|
2860
2863
|
<td bgcolor="#f4f4f4" align="center" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 20px 0;" class="dark-mode-bg">
|
|
2861
2864
|
<!--[if (gte mso 9)|(IE)]>
|
|
2862
|
-
<table align="center" border="0" cellspacing="0" cellpadding="0" width="
|
|
2865
|
+
<table align="center" border="0" cellspacing="0" cellpadding="0" width="700">
|
|
2863
2866
|
<tr>
|
|
2864
|
-
<td align="center" valign="top" width="
|
|
2867
|
+
<td align="center" valign="top" width="700">
|
|
2865
2868
|
<![endif]-->
|
|
2866
|
-
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width:
|
|
2869
|
+
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; max-width: 700px;" class="container" role="presentation">
|
|
2867
2870
|
<tr>
|
|
2868
|
-
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 48px 44px 44px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2871
|
+
<td bgcolor="#ffffff" align="left" class="content-cell dark-mode-content-bg${isKras ? ' kras-newsletter' : ''}" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 48px 44px 44px 44px; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,0,0,0.07);">
|
|
2869
2872
|
${headerHtml}
|
|
2870
2873
|
|
|
2871
2874
|
<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 15px 0; letter-spacing: -0.2px; border-left: 5px solid #D2691E; padding-left: 12px; background: #fff7f2;">💬 ${feedbackHeading}</h2>
|
|
2872
2875
|
|
|
2873
|
-
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;"
|
|
2876
|
+
${isKras ? ` <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #444444; margin: 0 0 18px 0;">${name}님, 한국고고학회 뉴스레터를 구독해주셔서 감사합니다.</p>` : ''}
|
|
2874
2877
|
|
|
2875
2878
|
<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 style="color: #D2691E; font-weight: bold;">"이런 기능이 있다면 좋겠다"</strong> 혹은 <strong style="color: #D2691E; font-weight: bold;">"이런 점은 불편하다"</strong>와 같은 의견을 언제든 보내주세요.</p>
|
|
2876
2879
|
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@heripo/research-radar",
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.1.1",
|
|
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",
|