@mediabunny/prores 1.50.2 → 1.50.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.
@@ -1302,7 +1302,10 @@ lkA\bt rA\xB0\xE0\0r;\0\0 Aj!\v \0 Aj jA! k\xBD\x80\x80\x80\0! A0j$\x
1302
1302
  const e = new Blob([S], { type: "text/javascript" }), r = URL.createObjectURL(e), o = new Worker(r, { type: "module" });
1303
1303
  return new x(o, null);
1304
1304
  }
1305
- const t = await import("node:" + T("worker_threads"));
1305
+ const t = await import(
1306
+ /* @vite-ignore */
1307
+ "node:" + T("worker_threads")
1308
+ );
1306
1309
  return new x(null, new t.Worker(S, { eval: true }));
1307
1310
  };
1308
1311
  var x = class {
@@ -1335,7 +1338,10 @@ lkA\bt rA\xB0\xE0\0r;\0\0 Aj!\v \0 Aj jA! k\xBD\x80\x80\x80\0! A0j$\x
1335
1338
  var K = async () => {
1336
1339
  if (typeof navigator < "u" && navigator.hardwareConcurrency)
1337
1340
  return navigator.hardwareConcurrency;
1338
- const t = await import("node:" + T("os"));
1341
+ const t = await import(
1342
+ /* @vite-ignore */
1343
+ "node:" + T("os")
1344
+ );
1339
1345
  return t.availableParallelism?.() ?? t.cpus().length;
1340
1346
  };
1341
1347
  var p = null;
@@ -1260,7 +1260,10 @@ var L = async () => {
1260
1260
  const e = new Blob([S], { type: "text/javascript" }), r = URL.createObjectURL(e), o = new Worker(r, { type: "module" });
1261
1261
  return new x(o, null);
1262
1262
  }
1263
- const t = await import("node:" + T("worker_threads"));
1263
+ const t = await import(
1264
+ /* @vite-ignore */
1265
+ "node:" + T("worker_threads")
1266
+ );
1264
1267
  return new x(null, new t.Worker(S, { eval: true }));
1265
1268
  };
1266
1269
  var x = class {
@@ -1293,7 +1296,10 @@ var E = new FinalizationRegistry((t) => {
1293
1296
  var K = async () => {
1294
1297
  if (typeof navigator < "u" && navigator.hardwareConcurrency)
1295
1298
  return navigator.hardwareConcurrency;
1296
- const t = await import("node:" + T("os"));
1299
+ const t = await import(
1300
+ /* @vite-ignore */
1301
+ "node:" + T("os")
1302
+ );
1297
1303
  return t.availableParallelism?.() ?? t.cpus().length;
1298
1304
  };
1299
1305
  var p = null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mediabunny/prores",
3
3
  "author": "Vanilagy",
4
- "version": "1.50.2",
4
+ "version": "1.50.3",
5
5
  "description": "Apple ProRes decoder extension for Mediabunny, based on TurboRes.",
6
6
  "main": "./dist/bundles/mediabunny-prores.mjs",
7
7
  "module": "./dist/bundles/mediabunny-prores.mjs",
@@ -34,7 +34,7 @@
34
34
  "url": "https://github.com/sponsors/Vanilagy"
35
35
  },
36
36
  "dependencies": {
37
- "turbores": "^1.1.2"
37
+ "turbores": "^1.1.4"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "mediabunny": "^1.49.0"