@swmansion/argent 0.13.1-next.2 → 0.14.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/tvos-ax-service +0 -0
- package/bin/darwin/tvos-hid-daemon +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/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
|
package/dist/cli-cmds.mjs
CHANGED
package/dist/installer.mjs
CHANGED
|
@@ -16900,7 +16900,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
16900
16900
|
var SESSION_ID = randomUUID3();
|
|
16901
16901
|
function readCliVersion() {
|
|
16902
16902
|
if (true) {
|
|
16903
|
-
return "0.
|
|
16903
|
+
return "0.14.0";
|
|
16904
16904
|
}
|
|
16905
16905
|
return "0.0.0";
|
|
16906
16906
|
}
|
package/dist/tool-server.cjs
CHANGED
|
@@ -100249,7 +100249,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
|
|
|
100249
100249
|
var SESSION_ID = (0, import_node_crypto3.randomUUID)();
|
|
100250
100250
|
function readCliVersion() {
|
|
100251
100251
|
if (true) {
|
|
100252
|
-
return "0.
|
|
100252
|
+
return "0.14.0";
|
|
100253
100253
|
}
|
|
100254
100254
|
return "0.0.0";
|
|
100255
100255
|
}
|
|
@@ -101263,7 +101263,7 @@ var import_node_path4 = __toESM(require("node:path"));
|
|
|
101263
101263
|
var import_semver = __toESM(require_semver2());
|
|
101264
101264
|
|
|
101265
101265
|
// ../tool-server/package.json
|
|
101266
|
-
var version3 = "0.
|
|
101266
|
+
var version3 = "0.14.0";
|
|
101267
101267
|
|
|
101268
101268
|
// ../tool-server/src/utils/update-checker.ts
|
|
101269
101269
|
var import_update_core = __toESM(require_dist4());
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|