fix: include missing files in published jsr package, bump version to republish

This commit is contained in:
Huakun Shen 2025-02-12 02:43:51 -05:00
parent 9ebeadb94d
commit 7fed733fac
No known key found for this signature in database
2 changed files with 12 additions and 5 deletions

View File

@ -1,10 +1,18 @@
{
"name": "@kunkun/kunkun-ext-rag",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"exports": "./mod.ts",
"publish": {
"include": ["mod.ts", "deno-src", "build", "LICENSE", "README.md", "package.json"]
"include": [
"mod.ts",
"deno-src",
"src/api.types.ts",
"build",
"LICENSE",
"README.md",
"package.json"
]
},
"imports": {
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",

View File

@ -3,7 +3,7 @@
"license": "MIT",
"name": "kunkun-ext-rag",
"draft": true,
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"kunkun": {
"name": "RAG",
@ -136,6 +136,5 @@
"files": [
"build",
".gitignore"
],
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
]
}