@swmansion/argent 0.19.1-next.7 → 0.20.0
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/argent-android-devtools-0.1.0.apk +0 -0
- package/bin/darwin/ax-service +0 -0
- package/bin/darwin/simulator-server +0 -0
- package/bin/darwin/tvos-ax-service +0 -0
- package/bin/darwin/tvos-hid-daemon +0 -0
- package/bin/tcp/ax-service +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/dylibs/libArgentInjectionBootstrap.dylib +0 -0
- package/dylibs/libKeyboardPatch.dylib +0 -0
- package/dylibs/libNativeDevtoolsIos.dylib +0 -0
- package/dylibs/tcp/libArgentInjectionBootstrap.dylib +0 -0
- package/dylibs/tcp/libKeyboardPatch.dylib +0 -0
- package/dylibs/tcp/libNativeDevtoolsIos.dylib +0 -0
- package/dylibs/tvos/libArgentInjectionBootstrap.dylib +0 -0
- package/dylibs/tvos/libKeyboardPatch.dylib +0 -0
- package/dylibs/tvos/libNativeDevtoolsIos.dylib +0 -0
- package/package.json +1 -1
|
Binary file
|
package/bin/darwin/ax-service
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/tcp/ax-service
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/cli-cmds.mjs
CHANGED
package/dist/installer.mjs
CHANGED
|
@@ -17399,7 +17399,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
17399
17399
|
var SESSION_ID = randomUUID3();
|
|
17400
17400
|
function readCliVersion() {
|
|
17401
17401
|
if (true) {
|
|
17402
|
-
return "0.
|
|
17402
|
+
return "0.20.0";
|
|
17403
17403
|
}
|
|
17404
17404
|
return "0.0.0";
|
|
17405
17405
|
}
|
package/dist/tool-server.cjs
CHANGED
|
@@ -96798,7 +96798,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
96798
96798
|
var SESSION_ID = (0, import_node_crypto3.randomUUID)();
|
|
96799
96799
|
function readCliVersion() {
|
|
96800
96800
|
if (true) {
|
|
96801
|
-
return "0.
|
|
96801
|
+
return "0.20.0";
|
|
96802
96802
|
}
|
|
96803
96803
|
return "0.0.0";
|
|
96804
96804
|
}
|
|
@@ -98186,7 +98186,7 @@ var import_node_path5 = __toESM(require("node:path"));
|
|
|
98186
98186
|
var import_semver = __toESM(require_semver2());
|
|
98187
98187
|
|
|
98188
98188
|
// ../tool-server/package.json
|
|
98189
|
-
var version3 = "0.
|
|
98189
|
+
var version3 = "0.20.0";
|
|
98190
98190
|
|
|
98191
98191
|
// ../tool-server/src/utils/update-checker.ts
|
|
98192
98192
|
var import_update_core = __toESM(require_dist4());
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED