@absolutejs/absolute 0.20.0-beta.48 → 0.20.0-beta.49

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.
@@ -7,7 +7,7 @@ export type AbsoluteAndroidReleaseMetadata = {
7
7
  appId: string;
8
8
  artifact: string;
9
9
  bytes: number;
10
- engine: 'capacitor';
10
+ engine: 'capacitor' | 'expo';
11
11
  format: typeof ABSOLUTE_ANDROID_RELEASE_FORMAT;
12
12
  platform: 'android';
13
13
  releaseId: string;
@@ -22,6 +22,7 @@ export type BuildAbsoluteAndroidReleaseOptions = {
22
22
  androidRoot?: string;
23
23
  capture?: (command: string[], options?: AbsoluteAndroidCommandOptions) => AbsoluteAndroidCommandResult;
24
24
  config: NormalizedAbsoluteMobileConfig;
25
+ env?: Record<string, string | undefined>;
25
26
  host?: AbsoluteMobileHost;
26
27
  jarsigner?: string | null;
27
28
  outputDirectory?: string;
@@ -49,7 +50,7 @@ export declare const buildAbsoluteAndroidRelease: (options: BuildAbsoluteAndroid
49
50
  appBuild: string;
50
51
  appId: string;
51
52
  platform: "android";
52
- engine: "capacitor";
53
+ engine: "capacitor" | "expo";
53
54
  signed: boolean;
54
55
  versionCode?: number | undefined;
55
56
  };
package/package.json CHANGED
@@ -508,7 +508,7 @@
508
508
  ]
509
509
  }
510
510
  },
511
- "version": "0.20.0-beta.48",
511
+ "version": "0.20.0-beta.49",
512
512
  "workspaces": [
513
513
  "tests/fixtures/*",
514
514
  "tests/fixtures/_packages/*"