Commit f1e9eaa7 authored by nanahira's avatar nanahira

bump

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