mirror of
https://github.com/kunkunsh/kunkun-ext-rag.git
synced 2025-04-03 09:56:42 +00:00
fix: include missing files in published jsr package, bump version to republish
This commit is contained in:
parent
9ebeadb94d
commit
7fed733fac
12
jsr.json
12
jsr.json
@ -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",
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user