webrtc-issue-detector
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "webrtc-issue-detector", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "WebRTC diagnostic tool that detects issues with network or user devices", | ||
"main": "dist/bundle-cjs.js", | ||
"module": "dist/bundle-esm.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "git@github.com:VLprojects/webrtc-issue-detector.git", | ||
@@ -23,3 +20,2 @@ "author": "Roman Kuzakov <roman.kuzakov@gmail.com>", | ||
"license": "MIT", | ||
"private": false, | ||
"homepage": "https://github.com/VLprojects/webrtc-issue-detector#readme", | ||
@@ -34,5 +30,2 @@ "keywords": [ | ||
], | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
@@ -78,3 +71,9 @@ "build": "rm -rf dist && rollup -c", | ||
"typescript": "^4.7.4" | ||
} | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"main": "dist/bundle-cjs.js", | ||
"module": "dist/bundle-esm.js", | ||
"types": "dist/index.d.ts" | ||
} |
79931