@revopush/code-push-cli 0.0.8-rc.1 → 0.0.8

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.
@@ -383,6 +383,11 @@ async function getHermesCommand(gradleFile) {
383
383
  if (fileExists(hermesEngine)) {
384
384
  return hermesEngine;
385
385
  }
386
+ // RN 0.83 hermes-compiler
387
+ const hermesCompiler = path.join(nodeModulesPath, "hermes-compiler", "hermesc", getHermesOSBin(), getHermesOSExe());
388
+ if (fileExists(hermesCompiler)) {
389
+ return hermesCompiler;
390
+ }
386
391
  return path.join(nodeModulesPath, "hermesvm", getHermesOSBin(), "hermes");
387
392
  }
388
393
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revopush/code-push-cli",
3
- "version": "0.0.8-rc.1",
3
+ "version": "0.0.8",
4
4
  "description": "Management CLI for the CodePush service",
5
5
  "main": "./script/cli.js",
6
6
  "scripts": {
@@ -433,6 +433,13 @@ async function getHermesCommand(gradleFile: string): Promise<string> {
433
433
  if (fileExists(hermesEngine)) {
434
434
  return hermesEngine;
435
435
  }
436
+
437
+ // RN 0.83 hermes-compiler
438
+ const hermesCompiler = path.join(nodeModulesPath, "hermes-compiler", "hermesc", getHermesOSBin(), getHermesOSExe());
439
+ if (fileExists(hermesCompiler)) {
440
+ return hermesCompiler;
441
+ }
442
+
436
443
  return path.join(nodeModulesPath, "hermesvm", getHermesOSBin(), "hermes");
437
444
  }
438
445
  }
package/test3.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "description": "",
3
+ "isDisabled": false,
4
+ "isMandatory": false,
5
+ "rollout": 100,
6
+ "appVersion": "1.178.1",
7
+ "packageHash": "81c34e04964c33d7f6ea79305171a4e1abe88634f7c23d7e53c3abda8a8cd9d9",
8
+ "blobUrl": "https://blob.revopush.org/NkD_jcaszl_bShDHEIxUAayBhe2Y-jr0g8BR2ULEyvG69k2fg",
9
+ "size": 35904015,
10
+ "manifestBlobUrl": "https://blob.revopush.org/NW805zn5cHtJDGIu4C3k-2BpAZChEyvG69k2fg",
11
+ "bundleBlobUrl": null,
12
+ "assetBlobUrl": null,
13
+ "releaseMethod": "Upload",
14
+ "uploadTime": 1767861906915,
15
+ "label": "v98",
16
+ "releasedBy": "circlestone@whoyaho.com",
17
+ "assetDiffPackageMap": null,
18
+ "bundleDiffBlobUrl": null,
19
+ "diffPackageMap": {
20
+ "60083bf8e6e6e5a3645a6e20a4bd72c1f62c8d0263ae139aae9dbc68ce09f5db": {
21
+ "size": 2565011,
22
+ "url": "https://blob.revopush.org/diff_NkD_jcaszl_1Dzv6LqZM8vfnhMKMLgiRvT7CKw3EyvG69k2fg"
23
+ },
24
+ "e0436b191d50694786ac6a738afc1a66d11dfdfc7a37e65c66c74c5765e42586": {
25
+ "size": 2565011,
26
+ "url": "https://blob.revopush.org/diff_NkD_jcaszl_iNkPF9uNtMtpIWhrUEnZbqYxD_LLEyvG69k2fg"
27
+ },
28
+ "2a38f7366d14fbca858a66b086de55e727c7e43005cb1f2ef02e93ea2a47984e": {
29
+ "size": 2565011,
30
+ "url": "https://blob.revopush.org/diff_NkD_jcaszl_J6P6yOfaSkkZ1I5ok3uxQoTtn3hWEyvG69k2fg"
31
+ }
32
+ }
33
+ }