@supraio/client-daemon-js 0.0.0-mznacl.274 → 0.0.0-mznacl.276
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 -3
- package/screen.js.map +2 -2
- package/sdk.js +4 -5
- package/sdk.js.map +2 -2
package/daemon.html
CHANGED
package/daemon.js
CHANGED
|
@@ -17927,7 +17927,7 @@
|
|
|
17927
17927
|
}
|
|
17928
17928
|
|
|
17929
17929
|
// daemon/plain.ts
|
|
17930
|
-
var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.
|
|
17930
|
+
var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.276";
|
|
17931
17931
|
async function startPlainDaemon() {
|
|
17932
17932
|
const fs = await initBrowserFS();
|
|
17933
17933
|
window.fs = fs;
|
|
@@ -17938,7 +17938,7 @@
|
|
|
17938
17938
|
}
|
|
17939
17939
|
|
|
17940
17940
|
// daemon/wasm.ts
|
|
17941
|
-
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.
|
|
17941
|
+
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.276";
|
|
17942
17942
|
async function startWasmDaemon() {
|
|
17943
17943
|
await initGoEnvironment();
|
|
17944
17944
|
await startGoDaemon();
|
package/package.json
CHANGED
package/screen.html
CHANGED
package/screen.js
CHANGED
|
@@ -18091,7 +18091,7 @@
|
|
|
18091
18091
|
}
|
|
18092
18092
|
|
|
18093
18093
|
// screen/plain.ts
|
|
18094
|
-
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.
|
|
18094
|
+
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.276";
|
|
18095
18095
|
async function startPlainScreen(options) {
|
|
18096
18096
|
options = options != null ? options : parseQueryOptions();
|
|
18097
18097
|
initNaCLDecoder();
|
|
@@ -18105,7 +18105,6 @@
|
|
|
18105
18105
|
|
|
18106
18106
|
// screen/h264decoder.ts
|
|
18107
18107
|
async function initH264Decoder() {
|
|
18108
|
-
await injectScript("h264decoder.js");
|
|
18109
18108
|
window.h264Decoder = await createH264Decoder();
|
|
18110
18109
|
}
|
|
18111
18110
|
|
|
@@ -18150,7 +18149,7 @@
|
|
|
18150
18149
|
}
|
|
18151
18150
|
|
|
18152
18151
|
// screen/wasm.ts
|
|
18153
|
-
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.
|
|
18152
|
+
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.276";
|
|
18154
18153
|
async function startWasmScreen(options) {
|
|
18155
18154
|
options = options != null ? options : parseQueryOptions();
|
|
18156
18155
|
await initH264Decoder();
|