Commit f1e9eaa7 authored by nanahira's avatar nanahira

bump

parent b6dcc79f
Pipeline #6953 passed with stages
in 54 seconds
......@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"class-transformer": "^0.4.0",
"koishi-thirdeye": "^1.0.5",
"koishi-thirdeye": "^2.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"source-map-support": "^0.5.20"
......@@ -2617,9 +2617,9 @@
}
},
"node_modules/koishi-thirdeye": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-1.0.5.tgz",
"integrity": "sha512-iK41paybeZWtURBETo+IckzN43b6yDCjBtogAhZBbmP9zRjZ4DwVfYBidxHOVgblBcaANYNTQqd+Q8W1hfl/cA==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-2.0.2.tgz",
"integrity": "sha512-YndZ8Qaiz6s3P5MHPmJ39CDt8NQhiYCc/BpTA7+B9dHrInNwEcZe5aW5Bx5GeZXxQpIbweiyILyhOmOct1whiQ==",
"dependencies": {
"koishi-utils-schemagen": "^1.1.9",
"reflect-metadata": "^0.1.13",
......@@ -6199,9 +6199,9 @@
}
},
"koishi-thirdeye": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-1.0.5.tgz",
"integrity": "sha512-iK41paybeZWtURBETo+IckzN43b6yDCjBtogAhZBbmP9zRjZ4DwVfYBidxHOVgblBcaANYNTQqd+Q8W1hfl/cA==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-2.0.2.tgz",
"integrity": "sha512-YndZ8Qaiz6s3P5MHPmJ39CDt8NQhiYCc/BpTA7+B9dHrInNwEcZe5aW5Bx5GeZXxQpIbweiyILyhOmOct1whiQ==",
"requires": {
"koishi-utils-schemagen": "^1.1.9",
"reflect-metadata": "^0.1.13",
......
......@@ -29,13 +29,13 @@
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-tabulate",
"dependencies": {
"class-transformer": "^0.4.0",
"koishi-thirdeye": "^1.0.5",
"koishi-thirdeye": "^2.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"source-map-support": "^0.5.20"
},
"peerDependencies": {
"koishi": "^4.0.0-beta.0"
"koishi": "^4.0.0-beta.1"
},
"devDependencies": {
"@types/lodash": "^4.14.176",
......
......@@ -31,7 +31,7 @@ declare module 'koishi' {
}
}
@KoishiPlugin({ schema: TabulatePluginConfig })
@KoishiPlugin({ name: 'tabulate', schema: TabulatePluginConfig })
export default class TabulatePlugin implements OnApply {
constructor(private ctx: Context, config: TabulatePluginConfigLike) {}
......
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