Skip to content

Commit

Permalink
[fix] some bugs of Check Event & Model package
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Sep 30, 2023
1 parent 8fbe12a commit 0a6876b
Show file tree
Hide file tree
Showing 12 changed files with 346 additions and 1,268 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install, Build & Publish
run: |
cd type/
rm .gitignore
pnpm i
npm publish
env:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules/
dist/
type/*.d.ts
.env
.tmp/
.vscode/settings.json
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kys-service",
"version": "0.6.1",
"version": "0.6.2",
"license": "AGPL-3.0",
"author": "[email protected]",
"description": "RESTful API service of KaiYuanShe",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-logger": "^3.1.3",
"@types/koa-router": "^7.4.5",
"@types/node": "^18.17.16",
"@types/node": "^18.18.1",
"get-git-folder": "^0.1.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
Expand Down
Loading

0 comments on commit 0a6876b

Please sign in to comment.