Commit 341bb6c4 authored by nanahira's avatar nanahira

catchup

parent dbc5ef51
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"version": "8.1.4", "version": "8.1.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^8.2.2", "koishi-thirdeye": "^8.3.2",
"read-dir-deep": "^7.0.1", "read-dir-deep": "^7.0.1",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
"ws": "^8.3.0" "ws": "^8.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.2.0", "koishi": "^4.2.1",
"koishi-plugin-pics": "^8.2.5" "koishi-plugin-pics": "^8.3.0"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
...@@ -211,23 +211,23 @@ ...@@ -211,23 +211,23 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.1.tgz",
"integrity": "sha512-kL92JnrPTGb7kMcgGh1FmKfg1Hah22J4Fd1LKmD7JRs6Gum8SpdPMrBl+APd5qrwOQIykWdieAb9GuW1PmAIYA==", "integrity": "sha512-ZbFquhAP+IPzRp6qHmiMJdkhqR2ai90ROqRiZZijfDliwlsHwsavYx22b+H9eUthCYBbMBjjGjxtdzX5tdpWVg==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.1",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
"schemastery": "^2.4.1" "schemastery": "^2.4.2"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
} }
}, },
"node_modules/@koishijs/utils": { "node_modules/@koishijs/utils": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.1.tgz",
"integrity": "sha512-3ng7VkQZAP+EHdRLSbio5H36LDKRxy4OfooRKgol+gef2Yd0KOKYbVmGVud7/mZZExCPkaZVCwocKB/bKA4Xvw==", "integrity": "sha512-usWsR//YsvepI65+KN7ma2sxYF8Nlq5V88BbJS0X8l2+E/NEetSKYJqtwUX2TgtDW+tHxbje0IoHVccJMDRmyg==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"supports-color": "^8.1.0" "supports-color": "^8.1.0"
...@@ -2707,14 +2707,14 @@ ...@@ -2707,14 +2707,14 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.0.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.1.tgz",
"integrity": "sha512-7HD4BQWsTwMs98LjWwntbT23YLxxA1NN9N1o7Oy4ZQp21xA3fqEL5BdcZbTgjji2SQW0L/kWsAW4B8Orel74zA==", "integrity": "sha512-E68YfIMUnL05gIX7KXsyj2IXSCu+QKyOaANbyHAy0t+FO0o7CepsFxRP4BHTtcX/KwoELLOu670KT5DMQvb2nw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.2.0", "@koishijs/core": "^4.2.1",
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.1",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.2.2", "@types/ws": "^8.2.2",
...@@ -2732,9 +2732,9 @@ ...@@ -2732,9 +2732,9 @@
} }
}, },
"node_modules/koishi-decorators": { "node_modules/koishi-decorators": {
"version": "1.0.7", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.7.tgz", "resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.1.1.tgz",
"integrity": "sha512-HD1neCNJFqujMm5eOa8hULAG17QLH0E1hBr7IzFnKHqNFPkSDtzgbOPGObOIhU6vefjQI17g28LMTU8sNEAedg==", "integrity": "sha512-AaumjnVTT8N7jJ67w16blSez9z+Pi+duuJusheIq3Hmkvx+iRxkpp3w0IvlU69gHqdQRK3Z4qNNC+KrMPDORUg==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
...@@ -2743,31 +2743,31 @@ ...@@ -2743,31 +2743,31 @@
"typed-reflector": "^1.0.9" "typed-reflector": "^1.0.9"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.2.0" "koishi": "^4.2.1"
} }
}, },
"node_modules/koishi-plugin-pics": { "node_modules/koishi-plugin-pics": {
"version": "8.2.5", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.2.5.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.0.tgz",
"integrity": "sha512-ccx4+HH0DNwi3S+TjbPCzPer8lvilrA0yK/oSTXg0mVmkxoVobxA7clIOY3urvphbFvAqSv21PdoIghdSA0IVw==", "integrity": "sha512-Dl+Jjf2ndtqU0xbXZ24/LdM/JagefwWKjhGvK0K45WH15GQVjplHB25Gd6X4sGjWms4yOKVGRSv9DVB+rAgwlg==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"koishi-thirdeye": "^8.2.2", "koishi-thirdeye": "^8.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.2.0" "koishi": "^4.2.1"
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "8.2.2", "version": "8.3.2",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.2.2.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.3.2.tgz",
"integrity": "sha512-sqSMnwijztyO29Zm5fHkjShzrq8SCNqn9WXTQWEVQe5xJ/QtKVAK092+ZxK8/TfZZ+dqiu8Hgc+dnsPdDwjYEw==", "integrity": "sha512-bf/OqmaJ6FrhRGuJryFgLfRB6QQnMA3fpO/QLVsLWGup3D2QV7igBzOMgp8WW1uQRPJAbRInG4mxUVxfeIzzJg==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"koishi-decorators": "^1.0.7", "koishi-decorators": "^1.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery": "^2.4.2", "schemastery": "^2.4.2",
...@@ -2775,7 +2775,7 @@ ...@@ -2775,7 +2775,7 @@
"typed-reflector": "^1.0.9" "typed-reflector": "^1.0.9"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.2.0" "koishi": "^4.2.1"
} }
}, },
"node_modules/levn": { "node_modules/levn": {
...@@ -4716,20 +4716,20 @@ ...@@ -4716,20 +4716,20 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.1.tgz",
"integrity": "sha512-kL92JnrPTGb7kMcgGh1FmKfg1Hah22J4Fd1LKmD7JRs6Gum8SpdPMrBl+APd5qrwOQIykWdieAb9GuW1PmAIYA==", "integrity": "sha512-ZbFquhAP+IPzRp6qHmiMJdkhqR2ai90ROqRiZZijfDliwlsHwsavYx22b+H9eUthCYBbMBjjGjxtdzX5tdpWVg==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.1",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
"schemastery": "^2.4.1" "schemastery": "^2.4.2"
} }
}, },
"@koishijs/utils": { "@koishijs/utils": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.1.tgz",
"integrity": "sha512-3ng7VkQZAP+EHdRLSbio5H36LDKRxy4OfooRKgol+gef2Yd0KOKYbVmGVud7/mZZExCPkaZVCwocKB/bKA4Xvw==", "integrity": "sha512-usWsR//YsvepI65+KN7ma2sxYF8Nlq5V88BbJS0X8l2+E/NEetSKYJqtwUX2TgtDW+tHxbje0IoHVccJMDRmyg==",
"peer": true, "peer": true,
"requires": { "requires": {
"supports-color": "^8.1.0" "supports-color": "^8.1.0"
...@@ -6623,14 +6623,14 @@ ...@@ -6623,14 +6623,14 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.0.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.1.tgz",
"integrity": "sha512-7HD4BQWsTwMs98LjWwntbT23YLxxA1NN9N1o7Oy4ZQp21xA3fqEL5BdcZbTgjji2SQW0L/kWsAW4B8Orel74zA==", "integrity": "sha512-E68YfIMUnL05gIX7KXsyj2IXSCu+QKyOaANbyHAy0t+FO0o7CepsFxRP4BHTtcX/KwoELLOu670KT5DMQvb2nw==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.2.0", "@koishijs/core": "^4.2.1",
"@koishijs/utils": "^5.0.0", "@koishijs/utils": "^5.0.1",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.2.2", "@types/ws": "^8.2.2",
...@@ -6645,9 +6645,9 @@ ...@@ -6645,9 +6645,9 @@
} }
}, },
"koishi-decorators": { "koishi-decorators": {
"version": "1.0.7", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.7.tgz", "resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.1.1.tgz",
"integrity": "sha512-HD1neCNJFqujMm5eOa8hULAG17QLH0E1hBr7IzFnKHqNFPkSDtzgbOPGObOIhU6vefjQI17g28LMTU8sNEAedg==", "integrity": "sha512-AaumjnVTT8N7jJ67w16blSez9z+Pi+duuJusheIq3Hmkvx+iRxkpp3w0IvlU69gHqdQRK3Z4qNNC+KrMPDORUg==",
"requires": { "requires": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
...@@ -6657,24 +6657,24 @@ ...@@ -6657,24 +6657,24 @@
} }
}, },
"koishi-plugin-pics": { "koishi-plugin-pics": {
"version": "8.2.5", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.2.5.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.0.tgz",
"integrity": "sha512-ccx4+HH0DNwi3S+TjbPCzPer8lvilrA0yK/oSTXg0mVmkxoVobxA7clIOY3urvphbFvAqSv21PdoIghdSA0IVw==", "integrity": "sha512-Dl+Jjf2ndtqU0xbXZ24/LdM/JagefwWKjhGvK0K45WH15GQVjplHB25Gd6X4sGjWms4yOKVGRSv9DVB+rAgwlg==",
"peer": true, "peer": true,
"requires": { "requires": {
"koishi-thirdeye": "^8.2.2", "koishi-thirdeye": "^8.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "8.2.2", "version": "8.3.2",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.2.2.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.3.2.tgz",
"integrity": "sha512-sqSMnwijztyO29Zm5fHkjShzrq8SCNqn9WXTQWEVQe5xJ/QtKVAK092+ZxK8/TfZZ+dqiu8Hgc+dnsPdDwjYEw==", "integrity": "sha512-bf/OqmaJ6FrhRGuJryFgLfRB6QQnMA3fpO/QLVsLWGup3D2QV7igBzOMgp8WW1uQRPJAbRInG4mxUVxfeIzzJg==",
"requires": { "requires": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"koishi-decorators": "^1.0.7", "koishi-decorators": "^1.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery": "^2.4.2", "schemastery": "^2.4.2",
......
...@@ -26,13 +26,13 @@ ...@@ -26,13 +26,13 @@
}, },
"homepage": "https://github.com/koishijs/koishi-plugin-picsource-localfs", "homepage": "https://github.com/koishijs/koishi-plugin-picsource-localfs",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^8.2.2", "koishi-thirdeye": "^8.3.2",
"read-dir-deep": "^7.0.1", "read-dir-deep": "^7.0.1",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.2.0", "koishi": "^4.2.1",
"koishi-plugin-pics": "^8.2.5" "koishi-plugin-pics": "^8.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.4", "@types/node": "^16.11.4",
......
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