Commit ba7e87c3 authored by nanahira's avatar nanahira

bump

parent 08eb91c8
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"version": "1.0.1", "version": "1.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-schedule-send": "^1.0.7", "koishi-schedule-send": "^1.0.8",
"koishi-thirdeye": "^10.0.20" "koishi-thirdeye": "^10.0.20"
}, },
"devDependencies": { "devDependencies": {
...@@ -5465,11 +5465,11 @@ ...@@ -5465,11 +5465,11 @@
} }
}, },
"node_modules/koishi-schedule-send": { "node_modules/koishi-schedule-send": {
"version": "1.0.7", "version": "1.0.8",
"resolved": "https://registry.npmjs.org/koishi-schedule-send/-/koishi-schedule-send-1.0.7.tgz", "resolved": "https://registry.npmjs.org/koishi-schedule-send/-/koishi-schedule-send-1.0.8.tgz",
"integrity": "sha512-UjephsAS+R+8QFU+Qq7nWauUpbjU94q5YzBaLe5cBIDwmDDMPovJ9YDJQ76voyGHMTQ1YY/ecErgHGB2OthTTQ==", "integrity": "sha512-CmpilvFJtp16M9kBcSF2ff7i8e+f4NxGiMLDV/uy/q/goAER3UpWukRR30dJOKQhGUMbFEFPgDcqz0tg1Lbwvw==",
"dependencies": { "dependencies": {
"koishi-target-def": "^1.0.5", "koishi-target-def": "^1.0.7",
"node-schedule": "^2.1.0" "node-schedule": "^2.1.0"
}, },
"peerDependencies": { "peerDependencies": {
...@@ -5478,9 +5478,9 @@ ...@@ -5478,9 +5478,9 @@
} }
}, },
"node_modules/koishi-target-def": { "node_modules/koishi-target-def": {
"version": "1.0.5", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/koishi-target-def/-/koishi-target-def-1.0.5.tgz", "resolved": "https://registry.npmjs.org/koishi-target-def/-/koishi-target-def-1.0.7.tgz",
"integrity": "sha512-4H6HnlnE2I0uyCFuX2yYNGORHENelTSE+ZHgiGkpjzIawIMiC7YsV1nuy9yIpFU+DaG6bIFgkAnkoDKtDRkJ5A==", "integrity": "sha512-tIVstmhvlyD5SpmDwPAINUsvPCVnMqT1SeUx12h8wc9WFiiFpj437udBT4ju6ZIOlERbYMfb2Vux2rHvMdt45A==",
"dependencies": { "dependencies": {
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
...@@ -12096,18 +12096,18 @@ ...@@ -12096,18 +12096,18 @@
} }
}, },
"koishi-schedule-send": { "koishi-schedule-send": {
"version": "1.0.7", "version": "1.0.8",
"resolved": "https://registry.npmjs.org/koishi-schedule-send/-/koishi-schedule-send-1.0.7.tgz", "resolved": "https://registry.npmjs.org/koishi-schedule-send/-/koishi-schedule-send-1.0.8.tgz",
"integrity": "sha512-UjephsAS+R+8QFU+Qq7nWauUpbjU94q5YzBaLe5cBIDwmDDMPovJ9YDJQ76voyGHMTQ1YY/ecErgHGB2OthTTQ==", "integrity": "sha512-CmpilvFJtp16M9kBcSF2ff7i8e+f4NxGiMLDV/uy/q/goAER3UpWukRR30dJOKQhGUMbFEFPgDcqz0tg1Lbwvw==",
"requires": { "requires": {
"koishi-target-def": "^1.0.5", "koishi-target-def": "^1.0.7",
"node-schedule": "^2.1.0" "node-schedule": "^2.1.0"
} }
}, },
"koishi-target-def": { "koishi-target-def": {
"version": "1.0.5", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/koishi-target-def/-/koishi-target-def-1.0.5.tgz", "resolved": "https://registry.npmjs.org/koishi-target-def/-/koishi-target-def-1.0.7.tgz",
"integrity": "sha512-4H6HnlnE2I0uyCFuX2yYNGORHENelTSE+ZHgiGkpjzIawIMiC7YsV1nuy9yIpFU+DaG6bIFgkAnkoDKtDRkJ5A==", "integrity": "sha512-tIVstmhvlyD5SpmDwPAINUsvPCVnMqT1SeUx12h8wc9WFiiFpj437udBT4ju6ZIOlERbYMfb2Vux2rHvMdt45A==",
"requires": { "requires": {
"lodash": "^4.17.21" "lodash": "^4.17.21"
} }
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"testEnvironment": "node" "testEnvironment": "node"
}, },
"dependencies": { "dependencies": {
"koishi-schedule-send": "^1.0.7", "koishi-schedule-send": "^1.0.8",
"koishi-thirdeye": "^10.0.20" "koishi-thirdeye": "^10.0.20"
}, },
"peerDependencies": { "peerDependencies": {
......
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