@pexip/media-control 17.1.0 → 17.1.1

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.1.1
4
+
3
5
  ## 17.1.0
4
6
 
5
7
  ### Minor Changes
package/README.md CHANGED
@@ -6,6 +6,10 @@ A library that will handle media by wrapping
6
6
  [`enumerateDevices`][enumeratedevices] and [`getUserMedia`][getusermedia]
7
7
  extending both functions with additional logic.
8
8
 
9
+ ## Install
10
+
11
+ `npm install @pexip/media-control`
12
+
9
13
  ## Table of Contents
10
14
 
11
15
  - [Introduction](#introduction)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip/media-control",
3
- "version": "17.1.0",
3
+ "version": "17.1.1",
4
4
  "homepage": "https://gitlab.com/pexip/zoo",
5
5
  "bugs": "https://gitlab.com/pexip/zoo/issues",
6
6
  "repository": {