Commit 41ebf976 authored by nanahira's avatar nanahira

Migrate schema to Config

parent ce060f51
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"ip": "^1.1.5", "ip": "^1.1.5",
"koishi-thirdeye": "^4.2.2", "koishi-thirdeye": "^4.2.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
...@@ -2673,9 +2673,9 @@ ...@@ -2673,9 +2673,9 @@
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "4.2.2", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-4.2.2.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-4.2.3.tgz",
"integrity": "sha512-q0Cs8PcWhNNHUzU/S3Ds1BqUi3hJ4AIbkCz3MDRbQ2+qQ7y799+B5ZqhB2kbIOqCutkEgHxJg/Oxy+cK2aQVhQ==", "integrity": "sha512-zKl7o9AC/OmsN+BGnPYiuCzxJwia2MjKS6rEz2/TdzOj+eVSDQms1/5bi9+oQXBXD6mYteFuNP4LAMFqyH+Srw==",
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
...@@ -6417,9 +6417,9 @@ ...@@ -6417,9 +6417,9 @@
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "4.2.2", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-4.2.2.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-4.2.3.tgz",
"integrity": "sha512-q0Cs8PcWhNNHUzU/S3Ds1BqUi3hJ4AIbkCz3MDRbQ2+qQ7y799+B5ZqhB2kbIOqCutkEgHxJg/Oxy+cK2aQVhQ==", "integrity": "sha512-zKl7o9AC/OmsN+BGnPYiuCzxJwia2MjKS6rEz2/TdzOj+eVSDQms1/5bi9+oQXBXD6mYteFuNP4LAMFqyH+Srw==",
"requires": { "requires": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
}, },
"dependencies": { "dependencies": {
"ip": "^1.1.5", "ip": "^1.1.5",
"koishi-thirdeye": "^4.2.2", "koishi-thirdeye": "^4.2.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
......
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