@swmansion/argent 0.14.1-next.21 → 0.14.1-next.22
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/dist/tool-server.cjs +1 -0
- package/package.json +1 -1
package/dist/tool-server.cjs
CHANGED
|
@@ -109659,6 +109659,7 @@ async function openMoqClient(udid) {
|
|
|
109659
109659
|
async function openMoqClientFromInfo(info) {
|
|
109660
109660
|
await ensurePolyfill();
|
|
109661
109661
|
const url2 = new URL(info.url);
|
|
109662
|
+
if (info.token) url2.searchParams.set("token", info.token);
|
|
109662
109663
|
const fingerprint = decodeHexFingerprint(info.fingerprint);
|
|
109663
109664
|
let established;
|
|
109664
109665
|
try {
|