@whereby.com/core 0.36.0 → 0.36.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/dist/index.cjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/legacy-esm.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1815,7 +1815,7 @@ declare const doSwitchLocalStream: _reduxjs_toolkit.AsyncThunk<{
|
|
|
1815
1815
|
declare const doStartLocalMedia: _reduxjs_toolkit.AsyncThunk<{
|
|
1816
1816
|
stream: MediaStream;
|
|
1817
1817
|
onDeviceChange: DebouncedFunction;
|
|
1818
|
-
},
|
|
1818
|
+
}, LocalMediaOptions | MediaStream, ThunkConfig>;
|
|
1819
1819
|
declare const doStopLocalMedia: (args: void) => AppThunk;
|
|
1820
1820
|
declare const selectBusyDeviceIds: (state: RootState) => string[];
|
|
1821
1821
|
declare const selectCameraDeviceError: (state: RootState) => unknown;
|
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.36.
|
|
5
|
+
"version": "0.36.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"@whereby.com/eslint-config": "0.1.0",
|
|
46
46
|
"@whereby.com/jest-config": "0.1.0",
|
|
47
47
|
"@whereby.com/prettier-config": "0.1.0",
|
|
48
|
-
"@whereby.com/
|
|
49
|
-
"@whereby.com/
|
|
48
|
+
"@whereby.com/tsconfig": "0.1.0",
|
|
49
|
+
"@whereby.com/rollup-config": "0.1.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@reduxjs/toolkit": "^2.2.3",
|
|
53
|
-
"@whereby.com/media": "1.32.
|
|
53
|
+
"@whereby.com/media": "1.32.1",
|
|
54
54
|
"axios": "^1.2.3",
|
|
55
55
|
"btoa": "^1.2.1",
|
|
56
56
|
"events": "^3.3.0"
|