@pexip/media-control 20.1.0 → 20.3.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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 20.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 69d6be4: Clear unused array
8
+ - Updated dependencies [adc1a50]
9
+ - @pexip/utils@17.0.1
10
+
11
+ ## 20.2.0
12
+
13
+ ### Patch Changes
14
+
15
+ - @pexip/utils@17.0.0
16
+
3
17
  ## 20.1.0
4
18
 
5
19
  ## 20.0.1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # media-control
1
+ # `@pexip/media-control`
2
2
 
3
3
  Abstract away all the quirks of handling media devices
4
4
 
package/dist/streams.js CHANGED
@@ -97,5 +97,6 @@ export const createStreamTrackEventSubscriptions = (track, handlers) => {
97
97
  for (const unsubscribe of trackSubscriptions) {
98
98
  unsubscribe();
99
99
  }
100
+ trackSubscriptions.length = 0;
100
101
  };
101
102
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip/media-control",
3
- "version": "20.1.0",
3
+ "version": "20.3.0",
4
4
  "homepage": "https://gitlab.com/pexip/zoo",
5
5
  "bugs": "https://gitlab.com/pexip/zoo/issues",
6
6
  "repository": {
@@ -43,11 +43,11 @@
43
43
  "typecheck": "yarn tsc --noEmit -p tsconfig.build.json"
44
44
  },
45
45
  "dependencies": {
46
- "@pexip/utils": "17.0.0"
46
+ "@pexip/utils": "17.0.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@jest/globals": "^29.7.0",
50
- "@pexip/bundler": "18.1.0",
50
+ "@pexip/bundler": "18.1.2",
51
51
  "@swc/core": "^1.10.12",
52
52
  "@swc/jest": "^0.2.37",
53
53
  "@types/uuid": "^8.3.0",
@@ -1 +0,0 @@
1
- {"root":["../src/baseLogger.ts","../src/constants.ts","../src/constraints.ts","../src/devices.ts","../src/displayMedia.ts","../src/errors.ts","../src/eventEmitter.ts","../src/getMediaStream.ts","../src/index.ts","../src/logger.ts","../src/streamTrackMap.ts","../src/streams.ts","../src/typeGuards.ts","../src/types.ts","../src/utils.ts","../../../@types/globals.d.ts"],"version":"5.7.3"}