Commit e74eeacb authored by nanahira's avatar nanahira

bump

parent 884f2bf1
...@@ -43,6 +43,6 @@ deploy_npm: ...@@ -43,6 +43,6 @@ deploy_npm:
script: script:
- apt update;apt -y install coreutils - apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc - echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . --access public - npm publish . --access public && curl -X PUT "https://registry-direct.npmmirror.com/$(cat package.json | jq '.name' | sed 's/\"//g')/sync?sync_upstream=true" || true
only: only:
- master - master
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@avaflow/libvirt": "^0.0.7", "@avaflow/libvirt": "^0.0.7",
"koishi-thirdeye": "^11.0.6", "koishi-thirdeye": "^11.0.7",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"ws": "^8.5.0" "ws": "^8.5.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.8.2" "koishi": "^4.8.3"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
...@@ -1070,13 +1070,13 @@ ...@@ -1070,13 +1070,13 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.8.2", "version": "4.8.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.8.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.8.3.tgz",
"integrity": "sha512-ojpO/egeZsEujRznrbkid479dcogh1ezWkY277BWuTcxdTCOXp/Bse87z7zjnud8up/H+iba23UVqyW6jLFPtw==", "integrity": "sha512-tgj6tv+ZWgJ7FXBEM2piQbLKqVjH3tDPn+EB6M95Ih4+YwU4dz8yunNTXlvE6GL65IwNEMUgjrEY5LScqVg1Ng==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koishijs/utils": "^6.0.0", "@koishijs/utils": "^6.0.0",
"@satorijs/core": "^1.0.4", "@satorijs/core": "^1.0.6",
"cordis": "^2.0.6", "cordis": "^2.0.6",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
"minato": "^1.2.3" "minato": "^1.2.3"
...@@ -1176,9 +1176,9 @@ ...@@ -1176,9 +1176,9 @@
} }
}, },
"node_modules/@satorijs/core": { "node_modules/@satorijs/core": {
"version": "1.0.4", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.0.6.tgz",
"integrity": "sha512-4QR3E/Z6IO4yfFwke9+VTSQY+sdNAbHNMlpbc4xYEDcjkI4NRBAb89m+WdKGohyIxmvSMSQWbkn1dkUVxAHwcg==", "integrity": "sha512-TUbBmHWUXiUhWyNbM2tIN/if6VvhS4waF1HfAmZM+omWlZ42V+BY6Dl7JWGKk2zreq+VXsrUri7M4hgKon1QWg==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@satorijs/message": "^1.0.1", "@satorijs/message": "^1.0.1",
...@@ -1193,13 +1193,13 @@ ...@@ -1193,13 +1193,13 @@
"peer": true "peer": true
}, },
"node_modules/@satorijs/satori": { "node_modules/@satorijs/satori": {
"version": "1.0.4", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.0.6.tgz",
"integrity": "sha512-LsKjEJwvn+FMQubXhNVG0Wy/E7KPjRjlOF5xbgHhMNrP2z/snb2kDedt4QK2kkXafQNgfUdbKXNPyN/ftRPR2A==", "integrity": "sha512-+rNi5NWbO6Sny3BjBO9wxsgTn/kqy9OsObQ4p6xMpsnBiNAQnqUnVFQ2ze3Aaru2EJQJIXnNPnY3JMaayebREA==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "^1.0.4", "@satorijs/core": "^1.0.6",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -1211,7 +1211,7 @@ ...@@ -1211,7 +1211,7 @@
"portfinder": "^1.0.28", "portfinder": "^1.0.28",
"proxy-agent": "^5.0.0", "proxy-agent": "^5.0.0",
"reggol": "^1.0.3", "reggol": "^1.0.3",
"schemastery": "^3.4.3", "schemastery": "^3.5.0",
"ws": "^8.6.0" "ws": "^8.6.0"
}, },
"engines": { "engines": {
...@@ -2678,20 +2678,20 @@ ...@@ -2678,20 +2678,20 @@
} }
}, },
"node_modules/cordis-decorators": { "node_modules/cordis-decorators": {
"version": "1.0.17", "version": "1.0.18",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.17.tgz", "resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.18.tgz",
"integrity": "sha512-Y3FB4Aa1irDRQOGSLht3Dtwovza94KFjYCst6HrtPQE9nWzTKa3vUAZp0kIOBCaY/G/fNgAAd3O6TA27jgcouA==", "integrity": "sha512-Q18OCfxAoMuG6UnpKDP51aL6CufW2jp22hSJInAgzaB+YPAPRrgdhMs53qCx6hajYuWpgUQ+lipFcVL6TSuxBA==",
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6", "rxjs": "^7.5.6",
"schemastery-gen": "^3.1.14", "schemastery-gen": "^3.1.15",
"typed-reflector": "^1.0.11" "typed-reflector": "^1.0.11"
}, },
"peerDependencies": { "peerDependencies": {
"cordis": "^2.0.6", "cordis": "^2.0.6",
"schemastery": "^3.4.3" "schemastery": "^3.5.1"
} }
}, },
"node_modules/core-util-is": { "node_modules/core-util-is": {
...@@ -5653,14 +5653,14 @@ ...@@ -5653,14 +5653,14 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.8.2", "version": "4.8.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.8.2.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.8.3.tgz",
"integrity": "sha512-M6bnA9rFsZtbVa47cx/PudCuVXjQdtv21OQt0jvtKILL1WDH47UrYG/+DQfFgM6TWB4G0kdCHYIQB00qihZofw==", "integrity": "sha512-2FXVGoOn+TicAtV1ZvHpn58h9FRmudcj4VipLt3zvzxS/FIVN766dTu11IhRGCcwOjLEscGsGHAXLAQAJs6giA==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koishijs/core": "^4.8.2", "@koishijs/core": "^4.8.3",
"@koishijs/utils": "^6.0.0", "@koishijs/utils": "^6.0.0",
"@satorijs/satori": "^1.0.4", "@satorijs/satori": "^1.0.6",
"file-type": "^16.5.3", "file-type": "^16.5.3",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
}, },
...@@ -5669,17 +5669,17 @@ ...@@ -5669,17 +5669,17 @@
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "11.0.6", "version": "11.0.7",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.0.6.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.0.7.tgz",
"integrity": "sha512-08YyuPV6CYD9peQ2kBsVQAXyXaDEwwtPFYRgEwx199aW+NVJTVEBdIg+ghhmv5FFHy5QEYZWPTgrlYQ2yunRHg==", "integrity": "sha512-BltlqU5qCHFgEadmiZOQXR2DYJP7wqSVqtUDklvKSn7J6LJRdEGV63E9OFcC0LIlCpjUautqHku6bvZ4oadlFw==",
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minato-decorators": "^2.0.8", "minato-decorators": "^2.0.8",
"rxjs": "^7.5.6", "rxjs": "^7.5.6",
"satori-decorators": "^1.0.10" "satori-decorators": "^1.0.11"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.8.1", "koishi": "^4.8.3",
"schemastery": "^3.4.3" "schemastery": "^3.4.3"
} }
}, },
...@@ -6840,17 +6840,17 @@ ...@@ -6840,17 +6840,17 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
}, },
"node_modules/satori-decorators": { "node_modules/satori-decorators": {
"version": "1.0.10", "version": "1.0.11",
"resolved": "https://registry.npmjs.org/satori-decorators/-/satori-decorators-1.0.10.tgz", "resolved": "https://registry.npmjs.org/satori-decorators/-/satori-decorators-1.0.11.tgz",
"integrity": "sha512-kIHEFq8FGWEq7jn8zglEeD3qV6fSS8phpMJVuJ0qWVY1M+r9wKfBSQw8zvE2f6DECIFH0xDii0aIepaOgfLCUA==", "integrity": "sha512-k58rG/JqiySFEJISBt0yZN2Jo278PYmHI/Q/0kbphTMqORNXkMbtdOao7lYtgosRq/Qntefg87qZCW5OZYv0rg==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.5", "@types/koa": "^2.13.5",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"cordis-decorators": "^1.0.17", "cordis-decorators": "^1.0.18",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"peerDependencies": { "peerDependencies": {
"@satorijs/satori": "^1.0.3" "@satorijs/satori": "^1.0.6"
} }
}, },
"node_modules/sax": { "node_modules/sax": {
...@@ -6889,25 +6889,25 @@ ...@@ -6889,25 +6889,25 @@
} }
}, },
"node_modules/schemastery": { "node_modules/schemastery": {
"version": "3.4.3", "version": "3.5.1",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.4.3.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.5.1.tgz",
"integrity": "sha512-Ui9sPoxOVaKa2EzR6GS08qB/nIMJUczUtkaLfWjeE44kjYZ+GLUFNVE3TpbXRdxjnbIIExwG+paMd0+M7YimqQ==", "integrity": "sha512-GRCXA0oFCDLAGV50Trp7u9mEcOTTRt/Vo7Clh0Z4VE3XW7NiI4epImgLJuCD18b/MRzJnJYXfTVJyF1HJcE14A==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"cosmokit": "^1.1.2" "cosmokit": "^1.2.1"
} }
}, },
"node_modules/schemastery-gen": { "node_modules/schemastery-gen": {
"version": "3.1.14", "version": "3.1.15",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.14.tgz", "resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.15.tgz",
"integrity": "sha512-yc9HVwgRu0tE2LSJpPwPCcTl3CJIm3qFyYNUHplQ1dBJqZqzKROaJUECBz+DCE5b4ttqpiHYOmI+93xEJkG4ow==", "integrity": "sha512-tcltIlWOssKKYNH6aI5Ysxh2Qacrb2tKOjoQW6eUNrHDVqDi0ZLu0990LUo1hGju5xxHw+SbpI/DmjRbMO54uw==",
"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.4.3" "schemastery": "^3.5.1"
} }
}, },
"node_modules/semver": { "node_modules/semver": {
...@@ -9040,13 +9040,13 @@ ...@@ -9040,13 +9040,13 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.8.2", "version": "4.8.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.8.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.8.3.tgz",
"integrity": "sha512-ojpO/egeZsEujRznrbkid479dcogh1ezWkY277BWuTcxdTCOXp/Bse87z7zjnud8up/H+iba23UVqyW6jLFPtw==", "integrity": "sha512-tgj6tv+ZWgJ7FXBEM2piQbLKqVjH3tDPn+EB6M95Ih4+YwU4dz8yunNTXlvE6GL65IwNEMUgjrEY5LScqVg1Ng==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koishijs/utils": "^6.0.0", "@koishijs/utils": "^6.0.0",
"@satorijs/core": "^1.0.4", "@satorijs/core": "^1.0.6",
"cordis": "^2.0.6", "cordis": "^2.0.6",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
"minato": "^1.2.3" "minato": "^1.2.3"
...@@ -9126,9 +9126,9 @@ ...@@ -9126,9 +9126,9 @@
} }
}, },
"@satorijs/core": { "@satorijs/core": {
"version": "1.0.4", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.0.6.tgz",
"integrity": "sha512-4QR3E/Z6IO4yfFwke9+VTSQY+sdNAbHNMlpbc4xYEDcjkI4NRBAb89m+WdKGohyIxmvSMSQWbkn1dkUVxAHwcg==", "integrity": "sha512-TUbBmHWUXiUhWyNbM2tIN/if6VvhS4waF1HfAmZM+omWlZ42V+BY6Dl7JWGKk2zreq+VXsrUri7M4hgKon1QWg==",
"peer": true, "peer": true,
"requires": { "requires": {
"@satorijs/message": "^1.0.1", "@satorijs/message": "^1.0.1",
...@@ -9143,13 +9143,13 @@ ...@@ -9143,13 +9143,13 @@
"peer": true "peer": true
}, },
"@satorijs/satori": { "@satorijs/satori": {
"version": "1.0.4", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.0.6.tgz",
"integrity": "sha512-LsKjEJwvn+FMQubXhNVG0Wy/E7KPjRjlOF5xbgHhMNrP2z/snb2kDedt4QK2kkXafQNgfUdbKXNPyN/ftRPR2A==", "integrity": "sha512-+rNi5NWbO6Sny3BjBO9wxsgTn/kqy9OsObQ4p6xMpsnBiNAQnqUnVFQ2ze3Aaru2EJQJIXnNPnY3JMaayebREA==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "^1.0.4", "@satorijs/core": "^1.0.6",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -9161,7 +9161,7 @@ ...@@ -9161,7 +9161,7 @@
"portfinder": "^1.0.28", "portfinder": "^1.0.28",
"proxy-agent": "^5.0.0", "proxy-agent": "^5.0.0",
"reggol": "^1.0.3", "reggol": "^1.0.3",
"schemastery": "^3.4.3", "schemastery": "^3.5.0",
"ws": "^8.6.0" "ws": "^8.6.0"
} }
}, },
...@@ -10378,15 +10378,15 @@ ...@@ -10378,15 +10378,15 @@
} }
}, },
"cordis-decorators": { "cordis-decorators": {
"version": "1.0.17", "version": "1.0.18",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.17.tgz", "resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.18.tgz",
"integrity": "sha512-Y3FB4Aa1irDRQOGSLht3Dtwovza94KFjYCst6HrtPQE9nWzTKa3vUAZp0kIOBCaY/G/fNgAAd3O6TA27jgcouA==", "integrity": "sha512-Q18OCfxAoMuG6UnpKDP51aL6CufW2jp22hSJInAgzaB+YPAPRrgdhMs53qCx6hajYuWpgUQ+lipFcVL6TSuxBA==",
"requires": { "requires": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6", "rxjs": "^7.5.6",
"schemastery-gen": "^3.1.14", "schemastery-gen": "^3.1.15",
"typed-reflector": "^1.0.11" "typed-reflector": "^1.0.11"
} }
}, },
...@@ -12503,27 +12503,27 @@ ...@@ -12503,27 +12503,27 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.8.2", "version": "4.8.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.8.2.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.8.3.tgz",
"integrity": "sha512-M6bnA9rFsZtbVa47cx/PudCuVXjQdtv21OQt0jvtKILL1WDH47UrYG/+DQfFgM6TWB4G0kdCHYIQB00qihZofw==", "integrity": "sha512-2FXVGoOn+TicAtV1ZvHpn58h9FRmudcj4VipLt3zvzxS/FIVN766dTu11IhRGCcwOjLEscGsGHAXLAQAJs6giA==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koishijs/core": "^4.8.2", "@koishijs/core": "^4.8.3",
"@koishijs/utils": "^6.0.0", "@koishijs/utils": "^6.0.0",
"@satorijs/satori": "^1.0.4", "@satorijs/satori": "^1.0.6",
"file-type": "^16.5.3", "file-type": "^16.5.3",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "11.0.6", "version": "11.0.7",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.0.6.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.0.7.tgz",
"integrity": "sha512-08YyuPV6CYD9peQ2kBsVQAXyXaDEwwtPFYRgEwx199aW+NVJTVEBdIg+ghhmv5FFHy5QEYZWPTgrlYQ2yunRHg==", "integrity": "sha512-BltlqU5qCHFgEadmiZOQXR2DYJP7wqSVqtUDklvKSn7J6LJRdEGV63E9OFcC0LIlCpjUautqHku6bvZ4oadlFw==",
"requires": { "requires": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minato-decorators": "^2.0.8", "minato-decorators": "^2.0.8",
"rxjs": "^7.5.6", "rxjs": "^7.5.6",
"satori-decorators": "^1.0.10" "satori-decorators": "^1.0.11"
} }
}, },
"leven": { "leven": {
...@@ -13385,13 +13385,13 @@ ...@@ -13385,13 +13385,13 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
}, },
"satori-decorators": { "satori-decorators": {
"version": "1.0.10", "version": "1.0.11",
"resolved": "https://registry.npmjs.org/satori-decorators/-/satori-decorators-1.0.10.tgz", "resolved": "https://registry.npmjs.org/satori-decorators/-/satori-decorators-1.0.11.tgz",
"integrity": "sha512-kIHEFq8FGWEq7jn8zglEeD3qV6fSS8phpMJVuJ0qWVY1M+r9wKfBSQw8zvE2f6DECIFH0xDii0aIepaOgfLCUA==", "integrity": "sha512-k58rG/JqiySFEJISBt0yZN2Jo278PYmHI/Q/0kbphTMqORNXkMbtdOao7lYtgosRq/Qntefg87qZCW5OZYv0rg==",
"requires": { "requires": {
"@types/koa": "^2.13.5", "@types/koa": "^2.13.5",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"cordis-decorators": "^1.0.17", "cordis-decorators": "^1.0.18",
"lodash": "^4.17.21" "lodash": "^4.17.21"
} }
}, },
...@@ -13421,18 +13421,18 @@ ...@@ -13421,18 +13421,18 @@
} }
}, },
"schemastery": { "schemastery": {
"version": "3.4.3", "version": "3.5.1",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.4.3.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.5.1.tgz",
"integrity": "sha512-Ui9sPoxOVaKa2EzR6GS08qB/nIMJUczUtkaLfWjeE44kjYZ+GLUFNVE3TpbXRdxjnbIIExwG+paMd0+M7YimqQ==", "integrity": "sha512-GRCXA0oFCDLAGV50Trp7u9mEcOTTRt/Vo7Clh0Z4VE3XW7NiI4epImgLJuCD18b/MRzJnJYXfTVJyF1HJcE14A==",
"peer": true, "peer": true,
"requires": { "requires": {
"cosmokit": "^1.1.2" "cosmokit": "^1.2.1"
} }
}, },
"schemastery-gen": { "schemastery-gen": {
"version": "3.1.14", "version": "3.1.15",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.14.tgz", "resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-3.1.15.tgz",
"integrity": "sha512-yc9HVwgRu0tE2LSJpPwPCcTl3CJIm3qFyYNUHplQ1dBJqZqzKROaJUECBz+DCE5b4ttqpiHYOmI+93xEJkG4ow==", "integrity": "sha512-tcltIlWOssKKYNH6aI5Ysxh2Qacrb2tKOjoQW6eUNrHDVqDi0ZLu0990LUo1hGju5xxHw+SbpI/DmjRbMO54uw==",
"requires": { "requires": {
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
......
...@@ -45,11 +45,11 @@ ...@@ -45,11 +45,11 @@
}, },
"dependencies": { "dependencies": {
"@avaflow/libvirt": "^0.0.7", "@avaflow/libvirt": "^0.0.7",
"koishi-thirdeye": "^11.0.6", "koishi-thirdeye": "^11.0.7",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.8.2" "koishi": "^4.8.3"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-console": "^4.1.1", "@koishijs/plugin-console": "^4.1.1",
......
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