Commit edefef3f authored by nanahira's avatar nanahira

Koishi rc

parent fd19e817
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"version": "2.2.0", "version": "2.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^5.0.5", "koishi-thirdeye": "^6.0.0",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.0.0-beta.6", "koishi": "^4.0.0-rc.0",
"koishi-plugin-pics": "^5.1.1", "koishi-plugin-pics": "^6.0.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"ws": "^8.3.0" "ws": "^8.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-beta.6", "koishi": "^4.0.0-rc.0",
"koishi-plugin-pics": "^5.1.1" "koishi-plugin-pics": "^5.1.1"
} }
}, },
...@@ -211,22 +211,22 @@ ...@@ -211,22 +211,22 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.0.0-beta.6", "version": "4.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-beta.6.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-rc.0.tgz",
"integrity": "sha512-qg/ElGB2T6qAHofR3I7kEgcdqLxCEUcDNC0nUXfHMUcToBmBA3gggvW30KJvCga4VEr6sYp+XDEpa7IdyXg0Uw==", "integrity": "sha512-YHr63LnLxWaRQTYzAKq+xWf4ToYnJ/RI4VxdytOIrchwmRrUDQ19R35eO6yF2KiA+scyEZ4e7QpAIpn2pLmu5g==",
"dependencies": { "dependencies": {
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-rc.0",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
"schemastery": "^2.1.1" "schemastery": "^2.1.2"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
} }
}, },
"node_modules/@koishijs/utils": { "node_modules/@koishijs/utils": {
"version": "5.0.0-beta.1", "version": "5.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0-beta.1.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0-rc.0.tgz",
"integrity": "sha512-JZae1kaums2beMH+AVc7jiKYJArnqCgw+1h2kEuvnaiaSHe7qNJp+BAhMJfxrXOe3VZ/oYKoUOd71FNjzaN2RA==", "integrity": "sha512-aG1FjFB9NKiSqGS/tjjsSnmSfrW5yXQK7aZAR7DhsSaiF+/CdWZ0sQ9XS830xZ6PV1UwKib9alluVMULyWvrbA==",
"dependencies": { "dependencies": {
"supports-color": "^8.1.0" "supports-color": "^8.1.0"
} }
...@@ -2574,13 +2574,13 @@ ...@@ -2574,13 +2574,13 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.0.0-beta.6", "version": "4.0.0-rc.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-beta.6.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-rc.0.tgz",
"integrity": "sha512-okWri8SnUd3CLx8ujiDgxzNMyfw9pHoGWSKxqvKnGCeJqI/ZdWHb/B/ShWNmWQEwVxQEFsrMKEGrkReHYLfhQQ==", "integrity": "sha512-GhnBVBOzsdny5GwwcC3twDWAKwdtA5Q6P64jtwHxUxq6iV69ttKhmz76xHSWQYM2h9JoOaXyOTO4b7n4M0nTkw==",
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.0.0-beta.6", "@koishijs/core": "^4.0.0-rc.0",
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-rc.0",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^7.4.7", "@types/ws": "^7.4.7",
...@@ -2589,16 +2589,17 @@ ...@@ -2589,16 +2589,17 @@
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"parseurl": "^1.3.3", "parseurl": "^1.3.3",
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",
"proxy-agent": "^5.0.0" "proxy-agent": "^5.0.0",
"ws": "^8.2.1"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
} }
}, },
"node_modules/koishi-plugin-pics": { "node_modules/koishi-plugin-pics": {
"version": "5.1.1", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-5.1.1.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-6.0.0.tgz",
"integrity": "sha512-omT4U3k+eJNz3BadtbN2c9jjAraN3e/ckh5lB+dv5p//coxMOBRKCFNr3lpo3v4zECXSS1rMr2zSPBAHq8/Vyg==", "integrity": "sha512-j5GnVyevpb4AuTXg0J+MG4W0Io48Lt/XDwjF53G/QZHbbRUmMiXbiAk/uajVpTx0a/0bNkll6PSGo8a7wOJnyw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
...@@ -2606,24 +2607,24 @@ ...@@ -2606,24 +2607,24 @@
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-beta.6" "koishi": "^4.0.0-rc.0"
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "5.0.5", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-5.0.5.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-6.0.0.tgz",
"integrity": "sha512-uwURwfDm1PGvlufTY4MS+72Om6U2/UCYGweyf/8p/DtV6djKUOdXKMZpnHVPNGWAgvNrlKIYZ1KpLVKD41VAAQ==", "integrity": "sha512-TLYuy+x6yFp004iBWRA4MongD19qqqWNlkABEst3mj2Xq26YkLMIkAS4P14hk1HHUf8wkI+AoCwrVqhhaUwjCg==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery": "^2.1.0", "schemastery": "^2.1.2",
"schemastery-gen": "^2.3.0", "schemastery-gen": "^2.3.1",
"typed-reflector": "^1.0.8" "typed-reflector": "^1.0.8"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-beta.5" "koishi": "^4.0.0-rc.0"
} }
}, },
"node_modules/levn": { "node_modules/levn": {
...@@ -3387,21 +3388,21 @@ ...@@ -3387,21 +3388,21 @@
} }
}, },
"node_modules/schemastery": { "node_modules/schemastery": {
"version": "2.1.1", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.1.1.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.1.2.tgz",
"integrity": "sha512-ORumqcbLhe4fp+eN5COUFejTxvdfAUCQCFVF4c69HuFdexbU8kgqQsOHjJ3ZXokV15xstwWHPwAVQ8/AwldROw==" "integrity": "sha512-iHwWfKxWaTFgZmKNULNtgyo8VDpdEWx31b6+j0tGTST8dBIYU7VYAHmq5qdYKYZ0uNSM5u57c09cuN75Yf7WwQ=="
}, },
"node_modules/schemastery-gen": { "node_modules/schemastery-gen": {
"version": "2.3.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.3.0.tgz", "resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.3.1.tgz",
"integrity": "sha512-UD0v8PYg9j22wTm1l94gxje52rQTT/0GEgqb5CAPVr2et8CmEqCJ7fnbleTDkv2PdMv1Zi7h1zx44ijsj6kerA==", "integrity": "sha512-bO5O4WEZGO3c21oH13LEoNytH5HaWszpZhPk4Rx3MEQa4fWaAr3MWjn3KIh2mW2VHM3FQX6ZespY0MKYTV1SYQ==",
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"typed-reflector": "^1.0.8" "typed-reflector": "^1.0.8"
}, },
"peerDependencies": { "peerDependencies": {
"schemastery": "^2.1.1" "schemastery": "^2.1.2"
} }
}, },
"node_modules/semver": { "node_modules/semver": {
...@@ -4166,7 +4167,6 @@ ...@@ -4166,7 +4167,6 @@
"version": "8.3.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz",
"integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==", "integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==",
"dev": true,
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
...@@ -4351,19 +4351,19 @@ ...@@ -4351,19 +4351,19 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.0.0-beta.6", "version": "4.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-beta.6.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-rc.0.tgz",
"integrity": "sha512-qg/ElGB2T6qAHofR3I7kEgcdqLxCEUcDNC0nUXfHMUcToBmBA3gggvW30KJvCga4VEr6sYp+XDEpa7IdyXg0Uw==", "integrity": "sha512-YHr63LnLxWaRQTYzAKq+xWf4ToYnJ/RI4VxdytOIrchwmRrUDQ19R35eO6yF2KiA+scyEZ4e7QpAIpn2pLmu5g==",
"requires": { "requires": {
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-rc.0",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
"schemastery": "^2.1.1" "schemastery": "^2.1.2"
} }
}, },
"@koishijs/utils": { "@koishijs/utils": {
"version": "5.0.0-beta.1", "version": "5.0.0-rc.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0-beta.1.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0-rc.0.tgz",
"integrity": "sha512-JZae1kaums2beMH+AVc7jiKYJArnqCgw+1h2kEuvnaiaSHe7qNJp+BAhMJfxrXOe3VZ/oYKoUOd71FNjzaN2RA==", "integrity": "sha512-aG1FjFB9NKiSqGS/tjjsSnmSfrW5yXQK7aZAR7DhsSaiF+/CdWZ0sQ9XS830xZ6PV1UwKib9alluVMULyWvrbA==",
"requires": { "requires": {
"supports-color": "^8.1.0" "supports-color": "^8.1.0"
} }
...@@ -6154,13 +6154,13 @@ ...@@ -6154,13 +6154,13 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.0.0-beta.6", "version": "4.0.0-rc.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-beta.6.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-rc.0.tgz",
"integrity": "sha512-okWri8SnUd3CLx8ujiDgxzNMyfw9pHoGWSKxqvKnGCeJqI/ZdWHb/B/ShWNmWQEwVxQEFsrMKEGrkReHYLfhQQ==", "integrity": "sha512-GhnBVBOzsdny5GwwcC3twDWAKwdtA5Q6P64jtwHxUxq6iV69ttKhmz76xHSWQYM2h9JoOaXyOTO4b7n4M0nTkw==",
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.0.0-beta.6", "@koishijs/core": "^4.0.0-rc.0",
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-rc.0",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^7.4.7", "@types/ws": "^7.4.7",
...@@ -6169,13 +6169,14 @@ ...@@ -6169,13 +6169,14 @@
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"parseurl": "^1.3.3", "parseurl": "^1.3.3",
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",
"proxy-agent": "^5.0.0" "proxy-agent": "^5.0.0",
"ws": "^8.2.1"
} }
}, },
"koishi-plugin-pics": { "koishi-plugin-pics": {
"version": "5.1.1", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-5.1.1.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-6.0.0.tgz",
"integrity": "sha512-omT4U3k+eJNz3BadtbN2c9jjAraN3e/ckh5lB+dv5p//coxMOBRKCFNr3lpo3v4zECXSS1rMr2zSPBAHq8/Vyg==", "integrity": "sha512-j5GnVyevpb4AuTXg0J+MG4W0Io48Lt/XDwjF53G/QZHbbRUmMiXbiAk/uajVpTx0a/0bNkll6PSGo8a7wOJnyw==",
"dev": true, "dev": true,
"requires": { "requires": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
...@@ -6184,16 +6185,16 @@ ...@@ -6184,16 +6185,16 @@
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "5.0.5", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-5.0.5.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-6.0.0.tgz",
"integrity": "sha512-uwURwfDm1PGvlufTY4MS+72Om6U2/UCYGweyf/8p/DtV6djKUOdXKMZpnHVPNGWAgvNrlKIYZ1KpLVKD41VAAQ==", "integrity": "sha512-TLYuy+x6yFp004iBWRA4MongD19qqqWNlkABEst3mj2Xq26YkLMIkAS4P14hk1HHUf8wkI+AoCwrVqhhaUwjCg==",
"requires": { "requires": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery": "^2.1.0", "schemastery": "^2.1.2",
"schemastery-gen": "^2.3.0", "schemastery-gen": "^2.3.1",
"typed-reflector": "^1.0.8" "typed-reflector": "^1.0.8"
} }
}, },
...@@ -6746,14 +6747,14 @@ ...@@ -6746,14 +6747,14 @@
} }
}, },
"schemastery": { "schemastery": {
"version": "2.1.1", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.1.1.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.1.2.tgz",
"integrity": "sha512-ORumqcbLhe4fp+eN5COUFejTxvdfAUCQCFVF4c69HuFdexbU8kgqQsOHjJ3ZXokV15xstwWHPwAVQ8/AwldROw==" "integrity": "sha512-iHwWfKxWaTFgZmKNULNtgyo8VDpdEWx31b6+j0tGTST8dBIYU7VYAHmq5qdYKYZ0uNSM5u57c09cuN75Yf7WwQ=="
}, },
"schemastery-gen": { "schemastery-gen": {
"version": "2.3.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.3.0.tgz", "resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.3.1.tgz",
"integrity": "sha512-UD0v8PYg9j22wTm1l94gxje52rQTT/0GEgqb5CAPVr2et8CmEqCJ7fnbleTDkv2PdMv1Zi7h1zx44ijsj6kerA==", "integrity": "sha512-bO5O4WEZGO3c21oH13LEoNytH5HaWszpZhPk4Rx3MEQa4fWaAr3MWjn3KIh2mW2VHM3FQX6ZespY0MKYTV1SYQ==",
"requires": { "requires": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
...@@ -7292,7 +7293,6 @@ ...@@ -7292,7 +7293,6 @@
"version": "8.3.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz",
"integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==", "integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==",
"dev": true,
"requires": {} "requires": {}
}, },
"xregexp": { "xregexp": {
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
}, },
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi",
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-beta.6", "koishi": "^4.0.0-rc.0",
"koishi-plugin-pics": "^5.1.1" "koishi-plugin-pics": "^6.0.0"
}, },
"dependencies": { "dependencies": {
"koishi-thirdeye": "^5.0.5", "koishi-thirdeye": "^6.0.0",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.0.0-beta.6", "koishi": "^4.0.0-rc.0",
"koishi-plugin-pics": "^5.1.1", "koishi-plugin-pics": "^6.0.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
......
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