@swmansion/argent 0.14.1-next.21 → 0.14.1-next.23
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/cli-cmds.mjs +1 -1
- package/dist/installer.mjs +1 -1
- package/dist/tool-server.cjs +3 -2
- package/package.json +1 -1
package/dist/cli-cmds.mjs
CHANGED
package/dist/installer.mjs
CHANGED
|
@@ -16971,7 +16971,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
16971
16971
|
var SESSION_ID = randomUUID3();
|
|
16972
16972
|
function readCliVersion() {
|
|
16973
16973
|
if (true) {
|
|
16974
|
-
return "0.
|
|
16974
|
+
return "0.15.0";
|
|
16975
16975
|
}
|
|
16976
16976
|
return "0.0.0";
|
|
16977
16977
|
}
|
package/dist/tool-server.cjs
CHANGED
|
@@ -100364,7 +100364,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
100364
100364
|
var SESSION_ID = (0, import_node_crypto3.randomUUID)();
|
|
100365
100365
|
function readCliVersion() {
|
|
100366
100366
|
if (true) {
|
|
100367
|
-
return "0.
|
|
100367
|
+
return "0.15.0";
|
|
100368
100368
|
}
|
|
100369
100369
|
return "0.0.0";
|
|
100370
100370
|
}
|
|
@@ -101727,7 +101727,7 @@ var import_node_path4 = __toESM(require("node:path"));
|
|
|
101727
101727
|
var import_semver = __toESM(require_semver2());
|
|
101728
101728
|
|
|
101729
101729
|
// ../tool-server/package.json
|
|
101730
|
-
var version3 = "0.
|
|
101730
|
+
var version3 = "0.15.0";
|
|
101731
101731
|
|
|
101732
101732
|
// ../tool-server/src/utils/update-checker.ts
|
|
101733
101733
|
var import_update_core = __toESM(require_dist4());
|
|
@@ -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 {
|