koishi-plugin-common
Advanced tools
Comparing version 3.0.0-beta.10 to 3.0.0-beta.11
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) { |
{ | ||
"name": "koishi-plugin-common", | ||
"description": "Common plugins for Koishi", | ||
"version": "3.0.0-beta.10", | ||
"version": "3.0.0-beta.11", | ||
"main": "dist/index.js", | ||
@@ -33,10 +33,11 @@ "typings": "dist/index.d.ts", | ||
], | ||
"peerDependencies": { | ||
"koishi-core": "^2.0.0-rc.0" | ||
}, | ||
"devDependencies": { | ||
"koishi-test-utils": "^4.0.0-beta.6" | ||
"koishi-test-utils": "^4.0.0-beta.7" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.19.2", | ||
"koishi-core": "^2.0.0-beta.14", | ||
"koishi-utils": "^3.0.1" | ||
} | ||
} |
59439
2
- Removedaxios@^0.19.2
- Removedkoishi-core@^2.0.0-beta.14
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)