@llm-newsletter-kit/core 1.3.3 → 1.3.5
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 +15 -15
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.3.
|
|
5
|
+
"version": "1.3.5",
|
|
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",
|
|
@@ -48,35 +48,35 @@
|
|
|
48
48
|
"author": "kimhongyeon",
|
|
49
49
|
"license": "Apache-2.0",
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@langchain/core": "^1.1.
|
|
52
|
-
"ai": "^6.0.
|
|
53
|
-
"es-toolkit": "^1.
|
|
51
|
+
"@langchain/core": "^1.1.31",
|
|
52
|
+
"ai": "^6.0.116",
|
|
53
|
+
"es-toolkit": "^1.45.1",
|
|
54
54
|
"jsdom": "^28.1.0",
|
|
55
55
|
"juice": "^11.1.1",
|
|
56
|
-
"safe-markdown2html": "^1.0.
|
|
56
|
+
"safe-markdown2html": "^1.0.1",
|
|
57
57
|
"zod": "^4.3.6"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
61
|
-
"@ai-sdk/google": "^3.0.
|
|
62
|
-
"@ai-sdk/openai": "^3.0.
|
|
63
|
-
"@ai-sdk/togetherai": "^2.0.
|
|
60
|
+
"@ai-sdk/anthropic": "^3.0.58",
|
|
61
|
+
"@ai-sdk/google": "^3.0.43",
|
|
62
|
+
"@ai-sdk/openai": "^3.0.41",
|
|
63
|
+
"@ai-sdk/togetherai": "^2.0.39",
|
|
64
64
|
"@eslint/js": "^10.0.1",
|
|
65
65
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
66
|
-
"@types/jsdom": "^
|
|
67
|
-
"@types/node": "^25.3.
|
|
66
|
+
"@types/jsdom": "^28.0.0",
|
|
67
|
+
"@types/node": "^25.3.3",
|
|
68
68
|
"@vitest/coverage-v8": "^4.0.18",
|
|
69
69
|
"@vitest/expect": "^4.0.18",
|
|
70
|
-
"eslint": "^10.0.
|
|
70
|
+
"eslint": "^10.0.2",
|
|
71
71
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
72
72
|
"prettier": "^3.8.1",
|
|
73
73
|
"rimraf": "^6.1.3",
|
|
74
|
-
"rollup": "^4.
|
|
74
|
+
"rollup": "^4.59.0",
|
|
75
75
|
"rollup-plugin-dts": "^6.3.0",
|
|
76
76
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
77
77
|
"tsx": "^4.21.0",
|
|
78
78
|
"typescript": "^5.9.3",
|
|
79
|
-
"typescript-eslint": "^8.56.
|
|
79
|
+
"typescript-eslint": "^8.56.1",
|
|
80
80
|
"vitest": "^4.0.18"
|
|
81
81
|
},
|
|
82
82
|
"repository": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"nodejs"
|
|
110
110
|
],
|
|
111
111
|
"engines": {
|
|
112
|
-
"node": ">=
|
|
112
|
+
"node": ">=24"
|
|
113
113
|
},
|
|
114
114
|
"publishConfig": {
|
|
115
115
|
"access": "public"
|