mirror of
https://github.com/kunkunsh/kunkun-ext-rag.git
synced 2025-04-04 02:16:41 +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",
|
"name": "@kunkun/kunkun-ext-rag",
|
||||||
"version": "0.0.6",
|
"version": "0.0.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"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": {
|
"imports": {
|
||||||
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"name": "kunkun-ext-rag",
|
"name": "kunkun-ext-rag",
|
||||||
"draft": true,
|
"draft": true,
|
||||||
"version": "0.0.6",
|
"version": "0.0.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
"name": "RAG",
|
"name": "RAG",
|
||||||
@ -136,6 +136,5 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"build",
|
"build",
|
||||||
".gitignore"
|
".gitignore"
|
||||||
],
|
]
|
||||||
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user