webrtc-mock
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.2](https://github.com/Krivega/webrtc-mock/compare/v0.0.1...v0.0.2) (2021-04-19) | ||
### 0.0.1 (2021-04-19) |
{ | ||
"name": "webrtc-mock", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Classes and functions mock webrtc api for tests", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"build:js": "NODE_ENV=production rollup --config", | ||
"build:ts": "tsc --build tsconfig.build.json", | ||
"build:ts": "tsc --build tsconfig.build.json && cp ./src/global.d.ts dist", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
@@ -79,2 +79,2 @@ "lint": "eslint src/. --ext .ts", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158773
77
1200