@whereby.com/core 0.30.1 → 0.30.2

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
@@ -76,7 +76,7 @@ const createReactor = (selectors, callback) => {
76
76
  });
77
77
  };
78
78
 
79
- const coreVersion = "0.30.1";
79
+ const coreVersion = "0.30.2";
80
80
 
81
81
  const initialState$g = {
82
82
  isNodeSdk: false,
package/dist/index.d.cts CHANGED
@@ -3824,8 +3824,8 @@ declare const doUpdateDeviceList: _reduxjs_toolkit.AsyncThunk<{
3824
3824
  declare const doSwitchLocalStream: _reduxjs_toolkit.AsyncThunk<{
3825
3825
  replacedTracks: MediaStreamTrack[] | undefined;
3826
3826
  } | undefined, {
3827
- audioId?: string | undefined;
3828
- videoId?: string | undefined;
3827
+ audioId?: string | null | undefined;
3828
+ videoId?: string | null | undefined;
3829
3829
  }, ThunkConfig>;
3830
3830
  declare const doStartLocalMedia: _reduxjs_toolkit.AsyncThunk<{
3831
3831
  stream: MediaStream;
package/dist/index.d.mts CHANGED
@@ -3824,8 +3824,8 @@ declare const doUpdateDeviceList: _reduxjs_toolkit.AsyncThunk<{
3824
3824
  declare const doSwitchLocalStream: _reduxjs_toolkit.AsyncThunk<{
3825
3825
  replacedTracks: MediaStreamTrack[] | undefined;
3826
3826
  } | undefined, {
3827
- audioId?: string | undefined;
3828
- videoId?: string | undefined;
3827
+ audioId?: string | null | undefined;
3828
+ videoId?: string | null | undefined;
3829
3829
  }, ThunkConfig>;
3830
3830
  declare const doStartLocalMedia: _reduxjs_toolkit.AsyncThunk<{
3831
3831
  stream: MediaStream;
package/dist/index.d.ts CHANGED
@@ -3824,8 +3824,8 @@ declare const doUpdateDeviceList: _reduxjs_toolkit.AsyncThunk<{
3824
3824
  declare const doSwitchLocalStream: _reduxjs_toolkit.AsyncThunk<{
3825
3825
  replacedTracks: MediaStreamTrack[] | undefined;
3826
3826
  } | undefined, {
3827
- audioId?: string | undefined;
3828
- videoId?: string | undefined;
3827
+ audioId?: string | null | undefined;
3828
+ videoId?: string | null | undefined;
3829
3829
  }, ThunkConfig>;
3830
3830
  declare const doStartLocalMedia: _reduxjs_toolkit.AsyncThunk<{
3831
3831
  stream: MediaStream;
package/dist/index.mjs CHANGED
@@ -74,7 +74,7 @@ const createReactor = (selectors, callback) => {
74
74
  });
75
75
  };
76
76
 
77
- const coreVersion = "0.30.1";
77
+ const coreVersion = "0.30.2";
78
78
 
79
79
  const initialState$g = {
80
80
  isNodeSdk: false,
@@ -74,7 +74,7 @@ const createReactor = (selectors, callback) => {
74
74
  });
75
75
  };
76
76
 
77
- const coreVersion = "0.30.1";
77
+ const coreVersion = "0.30.2";
78
78
 
79
79
  const initialState$g = {
80
80
  isNodeSdk: false,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@whereby.com/core",
3
3
  "description": "Core library for whereby.com sdk",
4
4
  "author": "Whereby AS",
5
- "version": "0.30.1",
5
+ "version": "0.30.2",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "clean": "rimraf dist node_modules .turbo",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@reduxjs/toolkit": "^2.2.3",
52
- "@whereby.com/media": "1.17.6",
52
+ "@whereby.com/media": "1.17.7",
53
53
  "axios": "^1.2.3",
54
54
  "btoa": "^1.2.1",
55
55
  "events": "^3.3.0"