@testring/test-utils
Advanced tools
+7
-3
| { | ||
| "name": "@testring/test-utils", | ||
| "version": "0.8.9", | ||
| "version": "0.8.10", | ||
| "main": "./dist/index.js", | ||
@@ -8,4 +8,8 @@ "types": "./src/index.ts", | ||
| "type": "git", | ||
| "url": "https://github.com/ringcentral/testring.git" | ||
| "url": "https://github.com/ringcentral/testring.git", | ||
| "directory": "packages/test-utils" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
@@ -17,4 +21,4 @@ "build": "tsc -p tsconfig.build.json" | ||
| "dependencies": { | ||
| "@testring/types": "0.8.9" | ||
| "@testring/types": "0.8.10" | ||
| } | ||
| } |
29274
0.31%+ Added
- Removed
Updated