@bigbinary/neeto-media-recorder 2.7.29-beta.2 → 2.7.31
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/core.js +1 -0
- package/core.js.map +1 -1
- package/index.js +162 -100
- package/index.js.map +1 -1
- package/package.json +1 -1
package/core.js
CHANGED
|
@@ -4,6 +4,7 @@ import { MIME_TYPE as MIME_TYPE$1, UPLOAD_EVENT, UPLOAD_STATUS, SCREEN_RECORDER_
|
|
|
4
4
|
import { useMultipartS3UploadStatus as useMultipartS3UploadStatus$1, getMultipartS3Uploader as getMultipartS3Uploader$1 } from '@bigbinary/neeto-media-recorder/core';
|
|
5
5
|
import { isNotNil, min, isNil, identity, isEmpty, pick, not } from 'ramda';
|
|
6
6
|
import platform from 'platform';
|
|
7
|
+
import '@bigbinary/neeto-commons-frontend/utils/general';
|
|
7
8
|
import '@bigbinary/neetoui/Toastr';
|
|
8
9
|
import withImmutableActions from '@bigbinary/neeto-commons-frontend/react-utils/withImmutableActions';
|
|
9
10
|
import { create as create$3 } from 'zustand';
|