Commit 0e67d625 authored by nanahira's avatar nanahira

docurl

parent 64e6e7d2
...@@ -10,4 +10,4 @@ npm install koishi-thirdeye koishi ...@@ -10,4 +10,4 @@ npm install koishi-thirdeye koishi
## 文档 ## 文档
https://koishi.js.org/guide/misc/decorator.html https://koishi.js.org/guide/misc/decorators.html
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"jest": "^27.4.3", "jest": "^27.4.3",
"koishi": "^4.1.0", "koishi": "^4.1.1",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"supertest": "^6.1.6", "supertest": "^6.1.6",
...@@ -1027,9 +1027,9 @@ ...@@ -1027,9 +1027,9 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.1.tgz",
"integrity": "sha512-f9SSEHxYt5OixXLhX0W9ME36JLQxdb8gwv8R5YOAd4y1IYchOX3qVfbnhRCd41SHUaKLhRWMBzwnl9R1dmqm4A==", "integrity": "sha512-UjlqQzT/xjpZPz7sNGdzzSFNUqCr9MgFfPBWZ9lcZ0qkpag9+j8aSW4BVH2q0ZTXoPrTArXTnesBSPpDN4k13g==",
"dependencies": { "dependencies": {
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.0",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
...@@ -4675,12 +4675,12 @@ ...@@ -4675,12 +4675,12 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.0.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.1.tgz",
"integrity": "sha512-jS1IWN5gi1GTUmoZ9bUxez6mIrGCPE/huVHEcF8uq1Fu2nzxlH8J9Xc5GD/UNzlyarB9/7fcOyOpv+K//uCM0A==", "integrity": "sha512-bYUJJzImHNNtV+2tO8WNsuPCCfa84PzB3AKbZSqTPCDFWb/0JsqcpNhZZZB4Os/xkauxznVpPh3XVJafLcBcqg==",
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.1.0", "@koishijs/core": "^4.1.1",
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.0",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
...@@ -7457,9 +7457,9 @@ ...@@ -7457,9 +7457,9 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.1.tgz",
"integrity": "sha512-f9SSEHxYt5OixXLhX0W9ME36JLQxdb8gwv8R5YOAd4y1IYchOX3qVfbnhRCd41SHUaKLhRWMBzwnl9R1dmqm4A==", "integrity": "sha512-UjlqQzT/xjpZPz7sNGdzzSFNUqCr9MgFfPBWZ9lcZ0qkpag9+j8aSW4BVH2q0ZTXoPrTArXTnesBSPpDN4k13g==",
"requires": { "requires": {
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.0",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
...@@ -10251,12 +10251,12 @@ ...@@ -10251,12 +10251,12 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.0.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.1.tgz",
"integrity": "sha512-jS1IWN5gi1GTUmoZ9bUxez6mIrGCPE/huVHEcF8uq1Fu2nzxlH8J9Xc5GD/UNzlyarB9/7fcOyOpv+K//uCM0A==", "integrity": "sha512-bYUJJzImHNNtV+2tO8WNsuPCCfa84PzB3AKbZSqTPCDFWb/0JsqcpNhZZZB4Os/xkauxznVpPh3XVJafLcBcqg==",
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.1.0", "@koishijs/core": "^4.1.1",
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.0",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
......
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