Commit deb09bb8 authored by nanahira's avatar nanahira

bump

parent 6325ac85
...@@ -25,6 +25,6 @@ deploy_npm: ...@@ -25,6 +25,6 @@ deploy_npm:
script: script:
- apt update;apt -y install coreutils - apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc - echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . --access public - npm publish . --access public && curl -X PUT "https://registry-direct.npmmirror.com/$(cat package.json | jq '.name' | sed 's/\"//g')/sync?sync_upstream=true" || true
only: only:
- master - master
This diff is collapsed.
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
}, },
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-typeorm", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-typeorm",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^11.0.6", "koishi-thirdeye": "^11.0.7",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"pg": "^8.7.3", "pg": "^8.7.3",
"typeorm": "^0.3.7" "typeorm": "^0.3.7"
...@@ -79,6 +79,6 @@ ...@@ -79,6 +79,6 @@
"testEnvironment": "node" "testEnvironment": "node"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.8.2" "koishi": "^4.8.3"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment