Commit 71cad42c authored by nanahira's avatar nanahira

bump

parent b2759e5e
This diff is collapsed.
...@@ -38,13 +38,13 @@ ...@@ -38,13 +38,13 @@
"@aws-sdk/types": "3.38.0", "@aws-sdk/types": "3.38.0",
"@aws-sdk/util-format-url": "3.38.0", "@aws-sdk/util-format-url": "3.38.0",
"class-transformer": "^0.4.0", "class-transformer": "^0.4.0",
"koishi-thirdeye": "^11.1.20", "koishi-thirdeye": "^11.1.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"schemastery-gen": "^3.1.15" "schemastery-gen": "^3.1.15"
}, },
"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-sandbox": "^2.5.0", "@koishijs/plugin-sandbox": "^2.5.0",
"@types/jest": "^29.2.0", "@types/jest": "^29.2.0",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"ws": "^8.3.0" "ws": "^8.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.11.0", "koishi": "^4.11.1",
"koishi-plugin-cache-aragami": "^2.1.0" "koishi-plugin-cache-aragami": "^2.1.0"
}, },
"jest": { "jest": {
......
// import 'source-map-support/register';
import { Context, Schema } from 'koishi'; import { Context, Schema } from 'koishi';
import { Selection } from 'koishi-thirdeye'; import { Selection } from 'koishi-thirdeye';
import { import {
......
// import 'source-map-support/register';
export * from './config'; export * from './config';
import { YGOTournamentPluginConfig } from './config'; import { YGOTournamentPluginConfig } from './config';
import { plainToClass } from 'class-transformer'; import { plainToClass } from 'class-transformer';
......
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