@superinterface/react 5.1.2 → 5.1.3
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.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -46957,7 +46957,7 @@ var usePermission = function(permissionDesc) {
|
|
|
46957
46957
|
};
|
|
46958
46958
|
// src/hooks/audioThreads/useRecorder/index.ts
|
|
46959
46959
|
import dayjs3 from "dayjs";
|
|
46960
|
-
import { useAudioCapture } from "use-audio-capture";
|
|
46960
|
+
import { useAudioCapture } from "@supercorp/use-audio-capture";
|
|
46961
46961
|
import { useMemo as useMemo16, useRef as useRef7, useState as useState8, useCallback as useCallback6, useEffect as useEffect9 } from "react";
|
|
46962
46962
|
import { useAudioPlayer } from "react-use-audio-player";
|
|
46963
46963
|
// src/hooks/misc/useInterval.ts
|