@testring/http-api
Advanced tools
+8
-8
| { | ||
| "name": "@testring/http-api", | ||
| "version": "0.2.4", | ||
| "version": "0.2.5", | ||
| "main": "./dist/index.js", | ||
@@ -13,12 +13,12 @@ "types": "./src/index.ts", | ||
| "dependencies": { | ||
| "@testring/logger": "^0.2.4", | ||
| "@testring/pluggable-module": "^0.2.4", | ||
| "@testring/test-utils": "^0.2.4", | ||
| "@testring/transport": "^0.2.4", | ||
| "@testring/types": "^0.2.4", | ||
| "@testring/logger": "^0.2.5", | ||
| "@testring/pluggable-module": "^0.2.5", | ||
| "@testring/test-utils": "^0.2.5", | ||
| "@testring/transport": "^0.2.5", | ||
| "@testring/types": "^0.2.5", | ||
| "@types/nanoid": "^1.0.0", | ||
| "@types/request-promise": "^4.1.41", | ||
| "nanoid": "^1.0.7", | ||
| "@types/request-promise": "^4.1.42", | ||
| "nanoid": "^1.1.0", | ||
| "request-promise": "^4.2.2" | ||
| } | ||
| } |
Updated
Updated
Updated
Updated
Updated