Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 4, 2024
1 parent f0cdf8f commit 57c4eae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:

steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
uses: actions/setup-node@v4
- name: Install
run: yarn
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
tsconfig.tsbuildinfo
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-public",
"description": "Serve static files",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,14 +43,14 @@
}
},
"peerDependencies": {
"koishi": "^4.13.9"
"koishi": "^4.16.3"
},
"devDependencies": {
"@types/node": "^20.4.2",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"koishi": "^4.13.9",
"typescript": "^5.1.6"
"@koishijs/plugin-server": "^3.1.3",
"@types/node": "^20.10.2",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"koishi": "^4.16.3",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"target": "es2020",
"target": "es2022",
"module": "commonjs",
"declaration": true,
"emitDeclarationOnly": true,
Expand Down

0 comments on commit 57c4eae

Please sign in to comment.