@supraio/client-daemon-js 0.0.0-master.261 → 0.0.0-mzfixes.264
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/daemon.html +1 -1
- package/daemon.js +2 -2
- package/package.json +1 -1
- package/screen.html +1 -1
- package/screen.js +2 -2
- package/screen.js.map +2 -2
- package/sdk.js +4 -4
- package/sdk.js.map +2 -2
- package/supra-client-daemon.wasm +0 -0
- package/supra-client-screen.js +39 -31
- package/supra-client-screen.js.map +1 -1
- package/supra-client-screen.wasm +0 -0
package/daemon.html
CHANGED
package/daemon.js
CHANGED
|
@@ -17296,7 +17296,7 @@
|
|
|
17296
17296
|
}
|
|
17297
17297
|
|
|
17298
17298
|
// daemon/plain.ts
|
|
17299
|
-
var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-
|
|
17299
|
+
var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mzfixes.264";
|
|
17300
17300
|
async function startPlainDaemon() {
|
|
17301
17301
|
const fs = await initBrowserFS();
|
|
17302
17302
|
window.fs = fs;
|
|
@@ -17307,7 +17307,7 @@
|
|
|
17307
17307
|
}
|
|
17308
17308
|
|
|
17309
17309
|
// daemon/wasm.ts
|
|
17310
|
-
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-
|
|
17310
|
+
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mzfixes.264";
|
|
17311
17311
|
async function startWasmDaemon() {
|
|
17312
17312
|
await initGoEnvironment();
|
|
17313
17313
|
await startGoDaemon();
|
package/package.json
CHANGED
package/screen.html
CHANGED
package/screen.js
CHANGED
|
@@ -17338,7 +17338,7 @@
|
|
|
17338
17338
|
}
|
|
17339
17339
|
|
|
17340
17340
|
// screen/plain.ts
|
|
17341
|
-
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-
|
|
17341
|
+
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mzfixes.264";
|
|
17342
17342
|
async function startPlainScreen(options) {
|
|
17343
17343
|
const screenOptions = options != null ? options : parseQueryOptions();
|
|
17344
17344
|
const fs = await initBrowserFS();
|
|
@@ -17484,7 +17484,7 @@
|
|
|
17484
17484
|
}
|
|
17485
17485
|
|
|
17486
17486
|
// screen/wasm.ts
|
|
17487
|
-
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-
|
|
17487
|
+
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mzfixes.264";
|
|
17488
17488
|
async function startWasmScreen(options) {
|
|
17489
17489
|
const screenOptions = options != null ? options : parseQueryOptions();
|
|
17490
17490
|
const h264Decoder = await createH264Decoder();
|