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 0289416
Show file tree
Hide file tree
Showing 11 changed files with 349 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 @@ -22,6 +22,7 @@ jobs:
cache: pnpm
- name: Install, Build & Publish
run: |
echo \!type/*.d.ts >> .gitignore
cd type/
pnpm i
npm publish
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ type/*.d.ts
.env
.tmp/
.vscode/settings.json
*.pem
*.pem
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 0289416

Please sign in to comment.