Commit 3c347a55 authored by nanahira's avatar nanahira

bump

parent cab2d124
This diff is collapsed.
...@@ -31,12 +31,12 @@ ...@@ -31,12 +31,12 @@
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex",
"dependencies": { "dependencies": {
"cosmotype-decorators": "^2.0.3", "cosmotype-decorators": "^2.0.3",
"koishi-thirdeye": "^11.1.20", "koishi-thirdeye": "^11.1.21",
"onedice": "^1.0.2" "onedice": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-console": "^5.0.2", "@koishijs/plugin-console": "^5.1.0",
"@koishijs/plugin-database-memory": "^2.2.0", "@koishijs/plugin-database-memory": "^2.2.2",
"@koishijs/plugin-dataview": "^2.2.0", "@koishijs/plugin-dataview": "^2.2.0",
"@koishijs/plugin-sandbox": "^2.5.0", "@koishijs/plugin-sandbox": "^2.5.0",
"@types/jest": "^29.2.0", "@types/jest": "^29.2.0",
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"ws": "^8.4.0" "ws": "^8.4.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.11.0" "koishi": "^4.11.1"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
......
// import 'source-map-support/register';
import { RegisterSchema, SchemaProperty } from 'koishi-thirdeye'; import { RegisterSchema, SchemaProperty } from 'koishi-thirdeye';
@RegisterSchema() @RegisterSchema()
......
// import 'source-map-support/register';
import { DicePluginConfig } from './config'; import { DicePluginConfig } from './config';
import { import {
CommandDescription, CommandDescription,
......
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