@testring/async-assert
Advanced tools
+7
-3
| { | ||
| "name": "@testring/async-assert", | ||
| "version": "0.8.9", | ||
| "version": "0.8.10", | ||
| "description": "an async wrapper around chai", | ||
@@ -15,4 +15,8 @@ "keywords": [ | ||
| "type": "git", | ||
| "url": "git+https://github.com/ringcentral/testring.git" | ||
| "url": "https://github.com/ringcentral/testring.git", | ||
| "directory": "core/async-assert" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
@@ -26,5 +30,5 @@ "test": "echo \"Error: run tests from root\" && exit 1", | ||
| "dependencies": { | ||
| "@testring/types": "0.8.9", | ||
| "@testring/types": "0.8.10", | ||
| "chai": "4.3.10" | ||
| } | ||
| } |
149404
0.06%+ Added
- Removed
Updated