simdeck 0.1.2 → 0.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/client/dist/index.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
} catch {}
|
|
22
22
|
</script>
|
|
23
|
-
<script type="module" crossorigin src="/assets/index-
|
|
23
|
+
<script type="module" crossorigin src="/assets/index-ICWevBP_.js"></script>
|
|
24
24
|
<link rel="stylesheet" crossorigin href="/assets/index-Y_Zqbt1r.css">
|
|
25
25
|
</head>
|
|
26
26
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simdeck",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Native macOS simulator control plane with a browser client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"README.md",
|
|
16
16
|
"bin/",
|
|
17
17
|
"scripts/experimental/",
|
|
18
|
+
"scripts/studio-host-provider.mjs",
|
|
18
19
|
"scripts/studio-provider-bridge.mjs",
|
|
19
20
|
"scripts/postinstall.mjs",
|
|
20
21
|
"build/simdeck-bin",
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"test:e2e:webrtc": "node scripts/e2e-webrtc-reliability.mjs",
|
|
74
75
|
"test:e2e:webrtc:headed": "SIMDECK_E2E_HEADFUL=1 node scripts/e2e-webrtc-reliability.mjs",
|
|
75
76
|
"test:e2e:webrtc:stress": "node scripts/e2e-webrtc-stress.mjs",
|
|
76
|
-
"test:studio-provider": "node --test scripts/studio-provider-bridge.test.mjs",
|
|
77
|
+
"test:studio-provider": "node --test scripts/studio-provider-bridge.test.mjs scripts/studio-host-provider.test.mjs",
|
|
77
78
|
"test:stress": "node scripts/stress/simdeck.mjs",
|
|
78
79
|
"bench:encoder:build": "scripts/bench/build-encoder-benchmark.sh",
|
|
79
80
|
"ci": "npm run lint && npm run build:all && npm run test && npm run package:vscode-extension",
|