@better-update/cli 0.40.0 → 0.40.2

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/index.mjs CHANGED
@@ -35,7 +35,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
35
35
 
36
36
  //#endregion
37
37
  //#region package.json
38
- var version = "0.40.0";
38
+ var version = "0.40.2";
39
39
 
40
40
  //#endregion
41
41
  //#region src/lib/interactive-mode.ts
@@ -24783,6 +24783,7 @@ const runBuildWorkflow = (options) => Effect.scoped(Effect.gen(function* () {
24783
24783
  BETTER_UPDATE_BUILD_PLATFORM: platform,
24784
24784
  BETTER_UPDATE_BUILD_PROFILE: profile.name,
24785
24785
  BETTER_UPDATE_BUILD_PROJECT_ID: projectId,
24786
+ EXPO_NO_GIT_STATUS: "1",
24786
24787
  ...compact({ BETTER_UPDATE_BUILD_GIT_COMMIT_HASH: rawGitContext.commit })
24787
24788
  };
24788
24789
  const { appMeta, runtimeVersion } = isExpo ? yield* resolveExpoBuildMeta({