@whereby.com/media 8.2.6 → 8.2.7

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/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var adapterRaw = require('webrtc-adapter');
4
- var rtcstats = require('rtcstats');
4
+ var rtcstats = require('@whereby.com/rtcstats');
5
5
  var uuid = require('uuid');
6
6
  var SDPUtils = require('sdp');
7
7
  var sdpTransform = require('sdp-transform');
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import adapterRaw from 'webrtc-adapter';
2
- import rtcstats from 'rtcstats';
2
+ import rtcstats from '@whereby.com/rtcstats';
3
3
  import { v4 as v4$1 } from 'uuid';
4
4
  import SDPUtils from 'sdp';
5
5
  import * as sdpTransform from 'sdp-transform';
@@ -1,5 +1,5 @@
1
1
  import adapterRaw from 'webrtc-adapter';
2
- import rtcstats from 'rtcstats';
2
+ import rtcstats from '@whereby.com/rtcstats';
3
3
  import { v4 as v4$1 } from 'uuid';
4
4
  import SDPUtils from 'sdp';
5
5
  import * as sdpTransform from 'sdp-transform';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whereby.com/media",
3
3
  "description": "Media library for Whereby",
4
- "version": "8.2.6",
4
+ "version": "8.2.7",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "events": "^3.3.0",
43
43
  "ip-address": "^9.0.5",
44
44
  "mediasoup-client": "3.19.0",
45
- "rtcstats": "github:whereby/rtcstats#5.4.1",
45
+ "@whereby.com/rtcstats": "5.4.2",
46
46
  "sdp": "^3.2.0",
47
47
  "sdp-transform": "^2.14.2",
48
48
  "socket.io-client": "4.7.2",