@absolutejs/absolute 0.20.0-beta.79 → 0.20.0-beta.80
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/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/cli/{compile-ee32zv39.js → compile-x4hfth3p.js} +2 -2
- package/dist/cli/{dev-b1m7jp2t.js → dev-8vv459ty.js} +2 -2
- package/dist/cli/{expoDevController-bdm4cq6m.js → expoDevController-n19kb5fr.js} +129 -18
- package/dist/cli/{expoProject-c6tpj156.js → expoProject-3mmwtemn.js} +1 -1
- package/dist/cli/{index-wt6kdy5f.js → index-d4ar3mwd.js} +1 -1
- package/dist/cli/{index-eyx1hnm6.js → index-p8ezgd5e.js} +8 -12
- package/dist/cli/{index-7q7wjgkq.js → index-w5y7wxn9.js} +1 -1
- package/dist/cli/index.js +5 -5
- package/dist/cli/{mobile-hyxr0n58.js → mobile-mfp26v2d.js} +3 -3
- package/dist/cli/{start-ty8jjzn8.js → start-dtrp1pry.js} +3 -3
- package/dist/mobile/index.js +138 -31
- package/dist/mobile/index.js.map +4 -4
- package/dist/mobile/remoteMacAgentEntry.js +92 -93
- package/dist/src/mobile/expoDevController.d.ts +21 -0
- package/package.json +3 -1
|
@@ -54,8 +54,29 @@ export type AbsoluteExpoDevSession = {
|
|
|
54
54
|
platforms: AbsoluteExpoDevPlatform[];
|
|
55
55
|
timings: Partial<Record<AbsoluteExpoDevState, number>>;
|
|
56
56
|
};
|
|
57
|
+
export type InstallAbsoluteExpoAndroidReleaseOptions = {
|
|
58
|
+
androidAdb?: string;
|
|
59
|
+
androidDevice?: string;
|
|
60
|
+
androidRoot?: string;
|
|
61
|
+
capture?: (command: string[]) => {
|
|
62
|
+
exitCode: number;
|
|
63
|
+
stdout: string;
|
|
64
|
+
};
|
|
65
|
+
config: NormalizedAbsoluteMobileConfig;
|
|
66
|
+
executable?: string;
|
|
67
|
+
forwardedPort: number;
|
|
68
|
+
host?: AbsoluteMobileHost;
|
|
69
|
+
log?: (message: string) => void;
|
|
70
|
+
signal?: AbortSignal;
|
|
71
|
+
spawnProcess?: typeof spawn;
|
|
72
|
+
};
|
|
73
|
+
export type AbsoluteExpoAndroidReleaseInstallation = {
|
|
74
|
+
durationMs: number;
|
|
75
|
+
serial: string;
|
|
76
|
+
};
|
|
57
77
|
export declare const absoluteExpoExecutable: (project: string) => Promise<string>;
|
|
58
78
|
export declare const planAbsoluteExpoDevSession: (config: NormalizedAbsoluteMobileConfig, options: PlanAbsoluteExpoDevOptions) => AbsoluteExpoDevPlan;
|
|
79
|
+
export declare const installAbsoluteExpoAndroidRelease: (options: InstallAbsoluteExpoAndroidReleaseOptions) => Promise<AbsoluteExpoAndroidReleaseInstallation>;
|
|
59
80
|
export declare const startAbsoluteExpoDevSession: (options: StartAbsoluteExpoDevOptions) => Promise<{
|
|
60
81
|
metroPort: number;
|
|
61
82
|
platforms: AbsoluteExpoDevPlatform[];
|
package/package.json
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"description": "A fullstack meta-framework for building web applications with TypeScript",
|
|
33
33
|
"devDependencies": {
|
|
34
|
+
"@absolutejs/deploy": "0.25.5",
|
|
34
35
|
"@absolutejs/dispatch": "0.9.0",
|
|
35
36
|
"@absolutejs/manifest": "0.9.0",
|
|
36
37
|
"@absolutejs/scoped-state": "0.2.2",
|
|
@@ -462,6 +463,7 @@
|
|
|
462
463
|
"test:native:android:updates": "ABSOLUTE_TEST_NATIVE_ANDROID=1 bun test tests/native/android-embedded-bundle-conformance.test.ts -t 'signed web updates'",
|
|
463
464
|
"test:native:android:upgrade": "ABSOLUTE_TEST_NATIVE_ANDROID=1 bun test tests/native/android-embedded-bundle-conformance.test.ts -t 'installed APK upgrade'",
|
|
464
465
|
"test:native:expo:android:observability": "ABSOLUTE_TEST_NATIVE_EXPO_ANDROID=1 bun test tests/native/expo-android-observability-conformance.test.ts",
|
|
466
|
+
"test:native:expo:android:updates": "ABSOLUTE_TEST_NATIVE_EXPO_ANDROID_UPDATES=1 bun test tests/native/expo-android-update-conformance.test.ts",
|
|
465
467
|
"test:native:expo:android:upgrade": "ABSOLUTE_TEST_NATIVE_EXPO_ANDROID_UPGRADE=1 bun test tests/native/expo-android-upgrade-conformance.test.ts",
|
|
466
468
|
"test:native:ios": "bun run test:native:ios:lifecycle && bun run test:native:ios:bundle",
|
|
467
469
|
"test:native:ios:bundle": "ABSOLUTE_TEST_NATIVE_IOS=1 bun test tests/native/ios-embedded-bundle-conformance.test.ts",
|
|
@@ -516,7 +518,7 @@
|
|
|
516
518
|
]
|
|
517
519
|
}
|
|
518
520
|
},
|
|
519
|
-
"version": "0.20.0-beta.
|
|
521
|
+
"version": "0.20.0-beta.80",
|
|
520
522
|
"workspaces": [
|
|
521
523
|
"tests/fixtures/*",
|
|
522
524
|
"tests/fixtures/_packages/*"
|