opus-codec-worker 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/worker.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opus-codec-worker",
3
3
  "license": "MIT",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "files": [
6
6
  "**/*.js"
7
7
  ]
package/worker.js CHANGED
@@ -2333,7 +2333,7 @@ const actions_1 = __webpack_require__(/*! ../actions/actions */ "./actions/actio
2333
2333
  const native_1 = __importDefault(__webpack_require__(/*! opus-codec/native */ "./node_modules/opus-codec/native/index.js"));
2334
2334
  const runtime_1 = __webpack_require__(/*! opus-codec/runtime */ "./node_modules/opus-codec/runtime/index.js");
2335
2335
  const pendingRuntime = (0, native_1.default)({
2336
- wasmBinary: '/opus/index.wasm',
2336
+ locateFile: () => '/opus/index.wasm',
2337
2337
  });
2338
2338
  let nextEncoderId = 0;
2339
2339
  const encoders = new Map();