Commit 8282d019 authored by nanahira's avatar nanahira

bump version

parent 53a11a47
...@@ -2,7 +2,7 @@ import { App } from 'koishi'; ...@@ -2,7 +2,7 @@ import { App } from 'koishi';
import TargetPlugin from '../src'; import TargetPlugin from '../src';
import ConsolePlugin from '@koishijs/plugin-console'; import ConsolePlugin from '@koishijs/plugin-console';
import SandboxPlugin from '@koishijs/plugin-sandbox'; import SandboxPlugin from '@koishijs/plugin-sandbox';
import DatabasePlugin from '@koishijs/plugin-database-memory'; import * as DatabasePlugin from '@koishijs/plugin-database-memory';
import CachePlugin from '@koishijs/plugin-cache-lru'; import CachePlugin from '@koishijs/plugin-cache-lru';
import ExtrasInDev from './extras'; import ExtrasInDev from './extras';
......
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
"encoded-buffer": "^0.2.6", "encoded-buffer": "^0.2.6",
"memjs": "^1.3.0", "memjs": "^1.3.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"schemastery-gen": "^3.1.3" "schemastery-gen": "^3.1.4"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0", "@koishijs/plugin-cache-lru": "^1.0.0-rc.0",
"@koishijs/plugin-console": "^3.2.4", "@koishijs/plugin-console": "^3.2.4",
"@koishijs/plugin-database-memory": "^1.1.0", "@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-sandbox": "^1.1.0", "@koishijs/plugin-sandbox": "^1.1.0",
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"@types/moment": "^2.13.0", "@types/moment": "^2.13.0",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"ws": "^8.3.0" "ws": "^8.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.5.2" "koishi": "^4.6.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
...@@ -666,6 +666,18 @@ ...@@ -666,6 +666,18 @@
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
"dev": true "dev": true
}, },
"node_modules/@cosmotype/driver-memory": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@cosmotype/driver-memory/-/driver-memory-1.0.2.tgz",
"integrity": "sha512-JtqwH36Ft0xN5jcN4YDb8BSA4uP9QmbyzUAU2LhMernE2NPI8JFYmhgP6WPke795ikWhE2FpbFRm0TljubD44Q==",
"dev": true,
"dependencies": {
"cosmokit": "^1.1.1"
},
"peerDependencies": {
"cosmotype": "^1.0.3"
}
},
"node_modules/@cspotcode/source-map-consumer": { "node_modules/@cspotcode/source-map-consumer": {
"version": "0.8.0", "version": "0.8.0",
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz",
...@@ -1061,25 +1073,15 @@ ...@@ -1061,25 +1073,15 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.5.2", "version": "4.6.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.5.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.6.0.tgz",
"integrity": "sha512-ETp//1GsWFBRr4AL4YhZ6NCB4kuhleo+J/KmnGJ90oDignV6k4xtl9fjRLPWsW2IIb2i3BRUHtwSzE9PQTl5+A==", "integrity": "sha512-m+K2h/Oqmpcw39dQhJ/D9MBmwnWNUf9uFqymJ94+nP4CR7rcM1DTWNiaMGshGUqNu+s4q0ildoEDlQrE4hVuWA==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koishijs/orm": "^1.0.1", "@koishijs/utils": "^5.4.0",
"@koishijs/utils": "^5.2.2", "cosmotype": "^1.0.3",
"fastest-levenshtein": "^1.0.12" "fastest-levenshtein": "^1.0.12",
}, "ns-require": "^1.1.0"
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/@koishijs/orm": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@koishijs/orm/-/orm-1.0.1.tgz",
"integrity": "sha512-RZL3XdJ/DMfUstaaoHuhIm4cGAY4VwPiUcDeIsNhZqWT/qS4HhS0pxlEVxtJdDS3138Ou8bjMchHmVZNo2/TIw==",
"dependencies": {
"@koishijs/utils": "^5.2.2"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
...@@ -1113,15 +1115,15 @@ ...@@ -1113,15 +1115,15 @@
} }
}, },
"node_modules/@koishijs/plugin-database-memory": { "node_modules/@koishijs/plugin-database-memory": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.2.0.tgz",
"integrity": "sha512-l6dB+HD5V7prbabdsrgZruOdkbWuv2viobcU2LCJaeTjhhqvchKFYv7SDGu4Ohz4csD/v4Y+qOELbXUar56N+Q==", "integrity": "sha512-kj5KjVl92BvYH65Fp0boAOZ6y83jych1Mc8HhikyvCB/PdPuu9vLdXuEUit1eR4yL1pulcGpGbhKFjeNe2Vc0g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@koishijs/orm": "^1.0.0" "@cosmotype/driver-memory": "^1.0.2"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.5.0" "koishi": "^4.6.0"
} }
}, },
"node_modules/@koishijs/plugin-sandbox": { "node_modules/@koishijs/plugin-sandbox": {
...@@ -1136,15 +1138,19 @@ ...@@ -1136,15 +1138,19 @@
"node_modules/@koishijs/segment": { "node_modules/@koishijs/segment": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/@koishijs/segment/-/segment-1.1.1.tgz", "resolved": "https://registry.npmjs.org/@koishijs/segment/-/segment-1.1.1.tgz",
"integrity": "sha512-HmLRKJiIX++U+ow+RP0BVGwgAFzDRqwHusUzjoZcZdcnG8yudTsvB6MXnzBMnBL7k9LBxUlfB5P8ukkM1roZFQ==" "integrity": "sha512-HmLRKJiIX++U+ow+RP0BVGwgAFzDRqwHusUzjoZcZdcnG8yudTsvB6MXnzBMnBL7k9LBxUlfB5P8ukkM1roZFQ==",
"peer": true
}, },
"node_modules/@koishijs/utils": { "node_modules/@koishijs/utils": {
"version": "5.2.2", "version": "5.4.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.2.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.4.0.tgz",
"integrity": "sha512-Dm3xNxCjWviEGRNzI+23kbd/6urTe+QBmsuBEr44HYDQXxntqf3KSJtEVL8Fua5g3+R6gOk/zzFIneWK4qzP+g==", "integrity": "sha512-w5SHArw032cXVtxp5nXkc5jzP6Fn3LrF7FQTanPnOgmjGv/AIOAKfJ6bqaOUsSg+ttcK3iO8xs65W6XsNz3g7g==",
"peer": true,
"dependencies": { "dependencies": {
"@koishijs/segment": "^1.1.1", "@koishijs/segment": "^1.1.1",
"schemastery": "^3.2.0", "cosmokit": "^1.1.1",
"reggol": "^1.0.1",
"schemastery": "^3.3.2",
"supports-color": "^8.1.1" "supports-color": "^8.1.1"
} }
}, },
...@@ -2644,6 +2650,21 @@ ...@@ -2644,6 +2650,21 @@
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
"peer": true "peer": true
}, },
"node_modules/cosmokit": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/cosmokit/-/cosmokit-1.1.1.tgz",
"integrity": "sha512-+f8x9pFGIc7I6HTObS90dq2K5YsI4U3Me4l9OminU9woVtF9Sv3CAHb5vKbFZ93XpTFctAQ6qAVSGjkGvGI9iw=="
},
"node_modules/cosmotype": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/cosmotype/-/cosmotype-1.0.3.tgz",
"integrity": "sha512-JykvyDjyjaDjycm8CcK8GD4Xt6/Glu4pJU9uJ5lsDuE5B5bdmAykiTPMHfs+Is8QUsNaDKpsHfxtxCUBDPYgdw==",
"peer": true,
"dependencies": {
"cosmokit": "^1.1.1",
"ns-require": "^1.1.0"
}
},
"node_modules/create-require": { "node_modules/create-require": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
...@@ -5195,14 +5216,14 @@ ...@@ -5195,14 +5216,14 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.5.2", "version": "4.6.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.5.2.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.6.0.tgz",
"integrity": "sha512-5dHLzlBNJeZkjznBQWwYwd/rN06hcw74a0La91VCnCuXAXoGpMeUg2OdemNAtshRl3rtmYXe0UlPw3UZ+m3SEQ==", "integrity": "sha512-QhjFWTGhrFnYfpVg4dNNxgHER38zSij3nyM/RB3YrLTM4VwImVk5unpgg0QryViwWxSYM4zJ0YUoys4A9jgG6A==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.5.2", "@koishijs/core": "^4.6.0",
"@koishijs/utils": "^5.2.2", "@koishijs/utils": "^5.4.0",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -5537,6 +5558,12 @@ ...@@ -5537,6 +5558,12 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/ns-require": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ns-require/-/ns-require-1.1.0.tgz",
"integrity": "sha512-Iw349zwWNgkGZjYJtruf+BXUe8YHOiMZE0iUNffvpt/A1yTSabTnpBMQ0zNl65G1LhpzwCo1KMCqjmJF0z8O6g==",
"peer": true
},
"node_modules/nwsapi": { "node_modules/nwsapi": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
...@@ -6157,6 +6184,16 @@ ...@@ -6157,6 +6184,16 @@
"url": "https://github.com/sponsors/mysticatea" "url": "https://github.com/sponsors/mysticatea"
} }
}, },
"node_modules/reggol": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/reggol/-/reggol-1.0.1.tgz",
"integrity": "sha512-ZMOp3rZG6YQFVp/DC+BgFZaXSQcxHDayCmo7cL/kGujsSEoUzee0VJq1KCe9sgNt0qsM6JzkuSlj/+5SmmoO7Q==",
"peer": true,
"dependencies": {
"cosmokit": "^1.1.0",
"supports-color": "^8.1.1"
}
},
"node_modules/require-directory": { "node_modules/require-directory": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
...@@ -6330,21 +6367,25 @@ ...@@ -6330,21 +6367,25 @@
} }
}, },
"node_modules/schemastery": { "node_modules/schemastery": {
"version": "3.2.0", "version": "3.3.2",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.2.0.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.3.2.tgz",
"integrity": "sha512-ZVhQ07wllG9saIuSpJhK996b3X9g9YdqVzGsKedJG9lfNtRnBDu+UiPmMDfvTMRVdK7IvMJgyS3025j/UV4cHA==" "integrity": "sha512-Z1C850OPtNEBs+D4QBPdC+Wu1t6Fn1BrOJILRHs2b+I/u61hUKP2vIPMAXFLvmmONnwqAW8ksPdCD6Zz9n8zhg==",
"peer": true,
"dependencies": {
"cosmokit": "^1.1.0"
}
}, },
"node_modules/schemastery-gen": { "node_modules/schemastery-gen": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.3.tgz", "resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.4.tgz",
"integrity": "sha512-Ze5SzDbXvlvGkUM2KurmHUd7cSm+asiONY4TQRD+SmxRsUA5/0DbeL8Ho27kQ3XcWqATvFhfTlDksOfj9wiZWQ==", "integrity": "sha512-zhM5A2p/SdPKe8ouObCYSOA3k5I1CpbOfSvv8DWp7kCbVnSgfOMSBCB4Yue3/D81+MAE2re93nSt7k/Tolz3mQ==",
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"typed-reflector": "^1.0.10" "typed-reflector": "^1.0.10"
}, },
"peerDependencies": { "peerDependencies": {
"schemastery": "^3.1.0" "schemastery": "^3.3.2"
} }
}, },
"node_modules/semver": { "node_modules/semver": {
...@@ -8148,6 +8189,15 @@ ...@@ -8148,6 +8189,15 @@
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
"dev": true "dev": true
}, },
"@cosmotype/driver-memory": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@cosmotype/driver-memory/-/driver-memory-1.0.2.tgz",
"integrity": "sha512-JtqwH36Ft0xN5jcN4YDb8BSA4uP9QmbyzUAU2LhMernE2NPI8JFYmhgP6WPke795ikWhE2FpbFRm0TljubD44Q==",
"dev": true,
"requires": {
"cosmokit": "^1.1.1"
}
},
"@cspotcode/source-map-consumer": { "@cspotcode/source-map-consumer": {
"version": "0.8.0", "version": "0.8.0",
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz",
...@@ -8465,22 +8515,15 @@ ...@@ -8465,22 +8515,15 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.5.2", "version": "4.6.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.5.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.6.0.tgz",
"integrity": "sha512-ETp//1GsWFBRr4AL4YhZ6NCB4kuhleo+J/KmnGJ90oDignV6k4xtl9fjRLPWsW2IIb2i3BRUHtwSzE9PQTl5+A==", "integrity": "sha512-m+K2h/Oqmpcw39dQhJ/D9MBmwnWNUf9uFqymJ94+nP4CR7rcM1DTWNiaMGshGUqNu+s4q0ildoEDlQrE4hVuWA==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koishijs/orm": "^1.0.1", "@koishijs/utils": "^5.4.0",
"@koishijs/utils": "^5.2.2", "cosmotype": "^1.0.3",
"fastest-levenshtein": "^1.0.12" "fastest-levenshtein": "^1.0.12",
} "ns-require": "^1.1.0"
},
"@koishijs/orm": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@koishijs/orm/-/orm-1.0.1.tgz",
"integrity": "sha512-RZL3XdJ/DMfUstaaoHuhIm4cGAY4VwPiUcDeIsNhZqWT/qS4HhS0pxlEVxtJdDS3138Ou8bjMchHmVZNo2/TIw==",
"requires": {
"@koishijs/utils": "^5.2.2"
} }
}, },
"@koishijs/plugin-cache-lru": { "@koishijs/plugin-cache-lru": {
...@@ -8504,12 +8547,12 @@ ...@@ -8504,12 +8547,12 @@
} }
}, },
"@koishijs/plugin-database-memory": { "@koishijs/plugin-database-memory": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.2.0.tgz",
"integrity": "sha512-l6dB+HD5V7prbabdsrgZruOdkbWuv2viobcU2LCJaeTjhhqvchKFYv7SDGu4Ohz4csD/v4Y+qOELbXUar56N+Q==", "integrity": "sha512-kj5KjVl92BvYH65Fp0boAOZ6y83jych1Mc8HhikyvCB/PdPuu9vLdXuEUit1eR4yL1pulcGpGbhKFjeNe2Vc0g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@koishijs/orm": "^1.0.0" "@cosmotype/driver-memory": "^1.0.2"
} }
}, },
"@koishijs/plugin-sandbox": { "@koishijs/plugin-sandbox": {
...@@ -8522,15 +8565,19 @@ ...@@ -8522,15 +8565,19 @@
"@koishijs/segment": { "@koishijs/segment": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/@koishijs/segment/-/segment-1.1.1.tgz", "resolved": "https://registry.npmjs.org/@koishijs/segment/-/segment-1.1.1.tgz",
"integrity": "sha512-HmLRKJiIX++U+ow+RP0BVGwgAFzDRqwHusUzjoZcZdcnG8yudTsvB6MXnzBMnBL7k9LBxUlfB5P8ukkM1roZFQ==" "integrity": "sha512-HmLRKJiIX++U+ow+RP0BVGwgAFzDRqwHusUzjoZcZdcnG8yudTsvB6MXnzBMnBL7k9LBxUlfB5P8ukkM1roZFQ==",
"peer": true
}, },
"@koishijs/utils": { "@koishijs/utils": {
"version": "5.2.2", "version": "5.4.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.2.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.4.0.tgz",
"integrity": "sha512-Dm3xNxCjWviEGRNzI+23kbd/6urTe+QBmsuBEr44HYDQXxntqf3KSJtEVL8Fua5g3+R6gOk/zzFIneWK4qzP+g==", "integrity": "sha512-w5SHArw032cXVtxp5nXkc5jzP6Fn3LrF7FQTanPnOgmjGv/AIOAKfJ6bqaOUsSg+ttcK3iO8xs65W6XsNz3g7g==",
"peer": true,
"requires": { "requires": {
"@koishijs/segment": "^1.1.1", "@koishijs/segment": "^1.1.1",
"schemastery": "^3.2.0", "cosmokit": "^1.1.1",
"reggol": "^1.0.1",
"schemastery": "^3.3.2",
"supports-color": "^8.1.1" "supports-color": "^8.1.1"
} }
}, },
...@@ -9772,6 +9819,21 @@ ...@@ -9772,6 +9819,21 @@
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
"peer": true "peer": true
}, },
"cosmokit": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/cosmokit/-/cosmokit-1.1.1.tgz",
"integrity": "sha512-+f8x9pFGIc7I6HTObS90dq2K5YsI4U3Me4l9OminU9woVtF9Sv3CAHb5vKbFZ93XpTFctAQ6qAVSGjkGvGI9iw=="
},
"cosmotype": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/cosmotype/-/cosmotype-1.0.3.tgz",
"integrity": "sha512-JykvyDjyjaDjycm8CcK8GD4Xt6/Glu4pJU9uJ5lsDuE5B5bdmAykiTPMHfs+Is8QUsNaDKpsHfxtxCUBDPYgdw==",
"peer": true,
"requires": {
"cosmokit": "^1.1.1",
"ns-require": "^1.1.0"
}
},
"create-require": { "create-require": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
...@@ -11688,14 +11750,14 @@ ...@@ -11688,14 +11750,14 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.5.2", "version": "4.6.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.5.2.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.6.0.tgz",
"integrity": "sha512-5dHLzlBNJeZkjznBQWwYwd/rN06hcw74a0La91VCnCuXAXoGpMeUg2OdemNAtshRl3rtmYXe0UlPw3UZ+m3SEQ==", "integrity": "sha512-QhjFWTGhrFnYfpVg4dNNxgHER38zSij3nyM/RB3YrLTM4VwImVk5unpgg0QryViwWxSYM4zJ0YUoys4A9jgG6A==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.5.2", "@koishijs/core": "^4.6.0",
"@koishijs/utils": "^5.2.2", "@koishijs/utils": "^5.4.0",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -11960,6 +12022,12 @@ ...@@ -11960,6 +12022,12 @@
"path-key": "^3.0.0" "path-key": "^3.0.0"
} }
}, },
"ns-require": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ns-require/-/ns-require-1.1.0.tgz",
"integrity": "sha512-Iw349zwWNgkGZjYJtruf+BXUe8YHOiMZE0iUNffvpt/A1yTSabTnpBMQ0zNl65G1LhpzwCo1KMCqjmJF0z8O6g==",
"peer": true
},
"nwsapi": { "nwsapi": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
...@@ -12415,6 +12483,16 @@ ...@@ -12415,6 +12483,16 @@
"integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
"dev": true "dev": true
}, },
"reggol": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/reggol/-/reggol-1.0.1.tgz",
"integrity": "sha512-ZMOp3rZG6YQFVp/DC+BgFZaXSQcxHDayCmo7cL/kGujsSEoUzee0VJq1KCe9sgNt0qsM6JzkuSlj/+5SmmoO7Q==",
"peer": true,
"requires": {
"cosmokit": "^1.1.0",
"supports-color": "^8.1.1"
}
},
"require-directory": { "require-directory": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
...@@ -12521,14 +12599,18 @@ ...@@ -12521,14 +12599,18 @@
} }
}, },
"schemastery": { "schemastery": {
"version": "3.2.0", "version": "3.3.2",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.2.0.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.3.2.tgz",
"integrity": "sha512-ZVhQ07wllG9saIuSpJhK996b3X9g9YdqVzGsKedJG9lfNtRnBDu+UiPmMDfvTMRVdK7IvMJgyS3025j/UV4cHA==" "integrity": "sha512-Z1C850OPtNEBs+D4QBPdC+Wu1t6Fn1BrOJILRHs2b+I/u61hUKP2vIPMAXFLvmmONnwqAW8ksPdCD6Zz9n8zhg==",
"peer": true,
"requires": {
"cosmokit": "^1.1.0"
}
}, },
"schemastery-gen": { "schemastery-gen": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.3.tgz", "resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.4.tgz",
"integrity": "sha512-Ze5SzDbXvlvGkUM2KurmHUd7cSm+asiONY4TQRD+SmxRsUA5/0DbeL8Ho27kQ3XcWqATvFhfTlDksOfj9wiZWQ==", "integrity": "sha512-zhM5A2p/SdPKe8ouObCYSOA3k5I1CpbOfSvv8DWp7kCbVnSgfOMSBCB4Yue3/D81+MAE2re93nSt7k/Tolz3mQ==",
"requires": { "requires": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
......
...@@ -36,12 +36,12 @@ ...@@ -36,12 +36,12 @@
"encoded-buffer": "^0.2.6", "encoded-buffer": "^0.2.6",
"memjs": "^1.3.0", "memjs": "^1.3.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"schemastery-gen": "^3.1.3" "schemastery-gen": "^3.1.4"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0", "@koishijs/plugin-cache-lru": "^1.0.0-rc.0",
"@koishijs/plugin-console": "^3.2.4", "@koishijs/plugin-console": "^3.2.4",
"@koishijs/plugin-database-memory": "^1.1.0", "@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-sandbox": "^1.1.0", "@koishijs/plugin-sandbox": "^1.1.0",
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"@types/moment": "^2.13.0", "@types/moment": "^2.13.0",
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
"ws": "^8.3.0" "ws": "^8.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.5.2" "koishi": "^4.6.0"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
......
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