Commit e1b70f47 authored by nanahira's avatar nanahira

bump

parent 455a6f83
...@@ -43,6 +43,6 @@ deploy_npm: ...@@ -43,6 +43,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.
...@@ -44,12 +44,12 @@ ...@@ -44,12 +44,12 @@
"testEnvironment": "node" "testEnvironment": "node"
}, },
"dependencies": { "dependencies": {
"koishi-target-def": "^2.0.0", "koishi-target-def": "^2.1.0",
"node-schedule": "^2.1.0" "node-schedule": "^2.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.8.1", "koishi": "^4.9.1",
"koishi-thirdeye": "^11.0.5" "koishi-thirdeye": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-console": "^4.0.1", "@koishijs/plugin-console": "^4.0.1",
......
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