@swmansion/argent 0.18.1-next.22 → 0.18.1-next.24
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/bin/darwin/simulator-server +0 -0
- package/bin/linux/simulator-server +0 -0
- package/bin/linux-arm64/simulator-server +0 -0
- package/bin/win32/simulator-server.exe +0 -0
- package/dist/cli-cmds.mjs +1 -1
- package/dist/installer.mjs +1 -1
- package/dist/tool-server.cjs +2 -2
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/cli-cmds.mjs
CHANGED
package/dist/installer.mjs
CHANGED
|
@@ -17370,7 +17370,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
17370
17370
|
var SESSION_ID = randomUUID3();
|
|
17371
17371
|
function readCliVersion() {
|
|
17372
17372
|
if (true) {
|
|
17373
|
-
return "0.
|
|
17373
|
+
return "0.19.0";
|
|
17374
17374
|
}
|
|
17375
17375
|
return "0.0.0";
|
|
17376
17376
|
}
|
package/dist/tool-server.cjs
CHANGED
|
@@ -104774,7 +104774,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
104774
104774
|
var SESSION_ID = (0, import_node_crypto3.randomUUID)();
|
|
104775
104775
|
function readCliVersion() {
|
|
104776
104776
|
if (true) {
|
|
104777
|
-
return "0.
|
|
104777
|
+
return "0.19.0";
|
|
104778
104778
|
}
|
|
104779
104779
|
return "0.0.0";
|
|
104780
104780
|
}
|
|
@@ -106162,7 +106162,7 @@ var import_node_path5 = __toESM(require("node:path"));
|
|
|
106162
106162
|
var import_semver = __toESM(require_semver2());
|
|
106163
106163
|
|
|
106164
106164
|
// ../tool-server/package.json
|
|
106165
|
-
var version3 = "0.
|
|
106165
|
+
var version3 = "0.19.0";
|
|
106166
106166
|
|
|
106167
106167
|
// ../tool-server/src/utils/update-checker.ts
|
|
106168
106168
|
var import_update_core = __toESM(require_dist4());
|
package/package.json
CHANGED