@pexip/peer-connection-stats 17.4.0 → 17.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 17.5.0
4
+
3
5
  ## 17.4.0
4
6
 
5
7
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,11 @@
1
- # `peer-connection-stats`
1
+ # `@pexip/peer-connection-stats`
2
2
 
3
3
  Helps with normalization of data from `RTCStats` and friends.
4
4
 
5
+ ## Install
6
+
7
+ `npm install @pexip/peer-connection-stats`
8
+
5
9
  Related documentation:
6
10
 
7
11
  - <https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_Statistics_API>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip/peer-connection-stats",
3
- "version": "17.4.0",
3
+ "version": "17.5.0",
4
4
  "description": "Normalizer of RTCStats and related",
5
5
  "homepage": "https://gitlab.com/pexip/zoo",
6
6
  "bugs": "https://gitlab.com/pexip/zoo/issues",