@whereby.com/core 0.30.0 → 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 +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/legacy-esm.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
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
package/dist/legacy-esm.js
CHANGED
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.
|
|
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.
|
|
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"
|