Commit 564aa4e6 authored by nanahira's avatar nanahira

bump

parent 1d9af1c4
......@@ -9,7 +9,7 @@
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"koishi-thirdeye": "^9.2.9",
"koishi-thirdeye": "^9.2.10",
"lodash": "^4.17.21"
},
"devDependencies": {
......@@ -5222,9 +5222,9 @@
}
},
"node_modules/koishi-decorators": {
"version": "1.2.10",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.2.10.tgz",
"integrity": "sha512-4cb85l+VgEbCXpQouIxC2cXkM0bFcxvtH4ndOUNMnFyhOGhomGNul3iyH8FKSJ1LQeXZ8cDUXKEr7t02kihv7w==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.3.0.tgz",
"integrity": "sha512-hGHTm6VGdjj4xeN/IqTS2mEw5V0Og0EqkXPcwoBnny8NVhN2x5zqVu+ZkLphNGd0qsuDf4oIK3cbPYAudyOrew==",
"dependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -5233,24 +5233,24 @@
"typed-reflector": "^1.0.9"
},
"peerDependencies": {
"koishi": "^4.4.1"
"koishi": "^4.4.2"
}
},
"node_modules/koishi-thirdeye": {
"version": "9.2.9",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.9.tgz",
"integrity": "sha512-umL/kC4Yji85ZdgmshiPI5PbFwBo2pGw+Bv8Y5b+v0gA1spbyO7ty7PwfScgKsIQbnHGWBbIdUd0Y/s+fuvs+w==",
"version": "9.2.10",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.10.tgz",
"integrity": "sha512-v1g+D0BPXg38CWMbGUUNOO1zLXab4VapxFWpfnKqaftyVsn6VfAKH0DyazMKiwhFZr6VkLfXxRpV4syM6qIUUA==",
"dependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
"koishi-decorators": "^1.2.10",
"koishi-decorators": "^1.3.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"schemastery-gen": "^3.1.2",
"typed-reflector": "^1.0.9"
},
"peerDependencies": {
"koishi": "^4.4.1",
"koishi": "^4.4.2",
"schemastery": "^3.1.0"
}
},
......@@ -11682,9 +11682,9 @@
}
},
"koishi-decorators": {
"version": "1.2.10",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.2.10.tgz",
"integrity": "sha512-4cb85l+VgEbCXpQouIxC2cXkM0bFcxvtH4ndOUNMnFyhOGhomGNul3iyH8FKSJ1LQeXZ8cDUXKEr7t02kihv7w==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.3.0.tgz",
"integrity": "sha512-hGHTm6VGdjj4xeN/IqTS2mEw5V0Og0EqkXPcwoBnny8NVhN2x5zqVu+ZkLphNGd0qsuDf4oIK3cbPYAudyOrew==",
"requires": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -11694,13 +11694,13 @@
}
},
"koishi-thirdeye": {
"version": "9.2.9",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.9.tgz",
"integrity": "sha512-umL/kC4Yji85ZdgmshiPI5PbFwBo2pGw+Bv8Y5b+v0gA1spbyO7ty7PwfScgKsIQbnHGWBbIdUd0Y/s+fuvs+w==",
"version": "9.2.10",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.10.tgz",
"integrity": "sha512-v1g+D0BPXg38CWMbGUUNOO1zLXab4VapxFWpfnKqaftyVsn6VfAKH0DyazMKiwhFZr6VkLfXxRpV4syM6qIUUA==",
"requires": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
"koishi-decorators": "^1.2.10",
"koishi-decorators": "^1.3.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"schemastery-gen": "^3.1.2",
......
......@@ -44,7 +44,7 @@
"testEnvironment": "node"
},
"dependencies": {
"koishi-thirdeye": "^9.2.9",
"koishi-thirdeye": "^9.2.10",
"lodash": "^4.17.21"
},
"peerDependencies": {
......
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