Commit 35b3f1b7 authored by nanahira's avatar nanahira

bump

parent 8b549d4d
......@@ -9,7 +9,7 @@
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"koishi-thirdeye": "^9.2.11"
"koishi-thirdeye": "^9.2.12"
},
"devDependencies": {
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0",
......@@ -5235,9 +5235,9 @@
}
},
"node_modules/koishi-thirdeye": {
"version": "9.2.11",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.11.tgz",
"integrity": "sha512-K23A5F/RTVkB7bDHQUqxbkJwPVLj9EEr7DYR75xwLw2S3/yJKQA1XSxzvLaUgF56MbcXLbtlZoxR6xnEaxNLyg==",
"version": "9.2.12",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.12.tgz",
"integrity": "sha512-cYPmXcGBzMGWboyelbg2cX8EeBhQvgh8ZJhMiMypYXeLHz5z46g1u3VDoS6dz35f3DYgzMtyMsUNQbz4SRAu6A==",
"dependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -5245,7 +5245,7 @@
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"schemastery-gen": "^3.1.2",
"typed-reflector": "^1.0.9"
"typed-reflector": "^1.0.10"
},
"peerDependencies": {
"koishi": "^4.4.2",
......@@ -7159,9 +7159,9 @@
}
},
"node_modules/typed-reflector": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/typed-reflector/-/typed-reflector-1.0.9.tgz",
"integrity": "sha512-Df9KpLcXsSM4/q+iFT/WKU8RxmwUC8POY/7VFL9xgvqh2aaY7o+43n7pUTUVKtimJTkQokKoOVe/B8ouW8tBhA==",
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/typed-reflector/-/typed-reflector-1.0.10.tgz",
"integrity": "sha512-AqjdFGE/DGzbyFHTJ/xDY6mPHAJJKiVhn3vQ01sXz5eEJvY82jOllPGanFJ/Bo6ObPbLWa2fAZW19kcybiFPNA==",
"dependencies": {
"reflect-metadata": "^0.1.13"
}
......@@ -11686,9 +11686,9 @@
}
},
"koishi-thirdeye": {
"version": "9.2.11",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.11.tgz",
"integrity": "sha512-K23A5F/RTVkB7bDHQUqxbkJwPVLj9EEr7DYR75xwLw2S3/yJKQA1XSxzvLaUgF56MbcXLbtlZoxR6xnEaxNLyg==",
"version": "9.2.12",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.12.tgz",
"integrity": "sha512-cYPmXcGBzMGWboyelbg2cX8EeBhQvgh8ZJhMiMypYXeLHz5z46g1u3VDoS6dz35f3DYgzMtyMsUNQbz4SRAu6A==",
"requires": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -11696,7 +11696,7 @@
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"schemastery-gen": "^3.1.2",
"typed-reflector": "^1.0.9"
"typed-reflector": "^1.0.10"
}
},
"leven": {
......@@ -13063,9 +13063,9 @@
}
},
"typed-reflector": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/typed-reflector/-/typed-reflector-1.0.9.tgz",
"integrity": "sha512-Df9KpLcXsSM4/q+iFT/WKU8RxmwUC8POY/7VFL9xgvqh2aaY7o+43n7pUTUVKtimJTkQokKoOVe/B8ouW8tBhA==",
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/typed-reflector/-/typed-reflector-1.0.10.tgz",
"integrity": "sha512-AqjdFGE/DGzbyFHTJ/xDY6mPHAJJKiVhn3vQ01sXz5eEJvY82jOllPGanFJ/Bo6ObPbLWa2fAZW19kcybiFPNA==",
"requires": {
"reflect-metadata": "^0.1.13"
}
......
......@@ -44,7 +44,7 @@
"testEnvironment": "node"
},
"dependencies": {
"koishi-thirdeye": "^9.2.11"
"koishi-thirdeye": "^9.2.12"
},
"peerDependencies": {
"koishi": "^4.4.2"
......
......@@ -5,7 +5,7 @@ import { SchemaProperty, RegisterSchema } from 'koishi-thirdeye';
export class DNSPluginConfig {
constructor(config: DNSPluginConfigLike) {}
@SchemaProperty({ description: ' DNS 服务器列表。' , type: String})
@SchemaProperty({ description: ' DNS 服务器列表。', type: String })
nameservers: string[];
}
......
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