@llm-newsletter-kit/core 1.0.4 → 1.0.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 +7 -7
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.0.
|
|
5
|
+
"version": "1.0.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",
|
|
@@ -46,31 +46,31 @@
|
|
|
46
46
|
"author": "kimhongyeon",
|
|
47
47
|
"license": "Apache-2.0",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@langchain/core": "^1.1.
|
|
50
|
-
"ai": "^5.0.
|
|
49
|
+
"@langchain/core": "^1.1.8",
|
|
50
|
+
"ai": "^5.0.116",
|
|
51
51
|
"dompurify": "^3.3.1",
|
|
52
52
|
"es-toolkit": "^1.43.0",
|
|
53
53
|
"jsdom": "^27.3.0",
|
|
54
54
|
"juice": "^11.0.3",
|
|
55
55
|
"marked": "^17.0.1",
|
|
56
|
-
"zod": "^4.1
|
|
56
|
+
"zod": "^4.2.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@eslint/js": "^9.39.2",
|
|
60
60
|
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
|
|
61
61
|
"@types/jsdom": "^27.0.0",
|
|
62
|
-
"@types/node": "^25.0.
|
|
62
|
+
"@types/node": "^25.0.3",
|
|
63
63
|
"@vitest/coverage-v8": "^3.2.4",
|
|
64
64
|
"@vitest/expect": "^3.2.4",
|
|
65
65
|
"eslint": "^9.39.2",
|
|
66
66
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
67
67
|
"prettier": "^3.7.4",
|
|
68
68
|
"rimraf": "^6.1.2",
|
|
69
|
-
"rollup": "^4.
|
|
69
|
+
"rollup": "^4.54.0",
|
|
70
70
|
"rollup-plugin-dts": "^6.3.0",
|
|
71
71
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
72
72
|
"typescript": "^5.9.3",
|
|
73
|
-
"typescript-eslint": "^8.
|
|
73
|
+
"typescript-eslint": "^8.50.1",
|
|
74
74
|
"vitest": "^3.2.4"
|
|
75
75
|
},
|
|
76
76
|
"repository": {
|