Skip to content

Commit

Permalink
chore: bump versions, fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 5, 2024
1 parent 0dec156 commit 6d18de1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-novelai",
"description": "Generate images by diffusion models",
"version": "1.23.0",
"version": "1.23.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -63,23 +63,23 @@
"generate"
],
"peerDependencies": {
"koishi": "^4.17.4"
"koishi": "^4.17.8"
},
"devDependencies": {
"@cordisjs/vitepress": "^3.2.7",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/translator": "^1.1.1",
"@types/adm-zip": "^0.5.5",
"@types/libsodium-wrappers-sumo": "^0.7.8",
"@types/node": "^20.12.7",
"@types/node": "^20.14.1",
"atsc": "^1.2.2",
"koishi": "^4.17.4",
"sass": "^1.75.0",
"koishi": "^4.17.8",
"sass": "^1.77.4",
"typescript": "^5.4.5",
"vitepress": "1.0.0-rc.40"
},
"dependencies": {
"adm-zip": "^0.5.12",
"adm-zip": "^0.5.13",
"image-size": "^1.1.1",
"libsodium-wrappers-sumo": "^0.7.13"
}
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"rootDir": "src",
"outDir": "lib",
"target": "es2022",
"module": "commonjs",
"module": "esnext",
"declaration": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node"
"moduleResolution": "bundler"
},
"include": [
"src"
Expand Down

0 comments on commit 6d18de1

Please sign in to comment.