@mentra/engine 0.1.0-dev.1 → 3.1.0-dev.4
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/README.md +20 -24
- package/build/bluetooth-sdk/debug.d.ts +2 -0
- package/build/bluetooth-sdk/debug.d.ts.map +1 -0
- package/build/bluetooth-sdk/debug.js +2 -0
- package/build/bluetooth-sdk/debug.js.map +1 -0
- package/build/bluetooth-sdk/index.d.ts +3 -0
- package/build/bluetooth-sdk/index.d.ts.map +1 -0
- package/build/bluetooth-sdk/index.js +3 -0
- package/build/bluetooth-sdk/index.js.map +1 -0
- package/build/bluetooth-sdk/photo-receiver.d.ts +3 -0
- package/build/bluetooth-sdk/photo-receiver.d.ts.map +1 -0
- package/build/bluetooth-sdk/photo-receiver.js +3 -0
- package/build/bluetooth-sdk/photo-receiver.js.map +1 -0
- package/build/bluetooth-sdk/react.d.ts +2 -0
- package/build/bluetooth-sdk/react.d.ts.map +1 -0
- package/build/bluetooth-sdk/react.js +2 -0
- package/build/bluetooth-sdk/react.js.map +1 -0
- package/build/bluetooth-sdk/types.d.ts +2 -0
- package/build/bluetooth-sdk/types.d.ts.map +1 -0
- package/build/bluetooth-sdk/types.js +2 -0
- package/build/bluetooth-sdk/types.js.map +1 -0
- package/build/engine.d.ts +13 -13
- package/build/engine.d.ts.map +1 -1
- package/build/engine.js +2 -2
- package/build/engine.js.map +1 -1
- package/build/facades/display.d.ts +1 -1
- package/build/facades/display.d.ts.map +1 -1
- package/build/facades/display.js +1 -1
- package/build/facades/display.js.map +1 -1
- package/build/facades/glasses.d.ts +3 -13
- package/build/facades/glasses.d.ts.map +1 -1
- package/build/facades/glasses.js +3 -3
- package/build/facades/glasses.js.map +1 -1
- package/build/facades/ota.d.ts +5 -16
- package/build/facades/ota.d.ts.map +1 -1
- package/build/facades/ota.js +3 -3
- package/build/facades/ota.js.map +1 -1
- package/build/facades/pairing.d.ts +4 -5
- package/build/facades/pairing.d.ts.map +1 -1
- package/build/facades/pairing.js +2 -2
- package/build/facades/pairing.js.map +1 -1
- package/build/facades/speech.d.ts +7 -6
- package/build/facades/speech.d.ts.map +1 -1
- package/build/facades/speech.js +1 -1
- package/build/facades/speech.js.map +1 -1
- package/build/generated/releaseMetadata.d.ts +12 -0
- package/build/generated/releaseMetadata.d.ts.map +1 -0
- package/build/generated/releaseMetadata.js +10 -0
- package/build/generated/releaseMetadata.js.map +1 -0
- package/build/index.d.ts +4 -5
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -3
- package/build/index.js.map +1 -1
- package/build/services/AppRegistry.d.ts +8 -0
- package/build/services/AppRegistry.d.ts.map +1 -1
- package/build/services/AppRegistry.js +15 -0
- package/build/services/AppRegistry.js.map +1 -1
- package/build/services/OtaInstallCoordinator.d.ts +1 -1
- package/build/services/OtaInstallCoordinator.d.ts.map +1 -1
- package/build/services/OtaInstallCoordinator.js +3 -0
- package/build/services/OtaInstallCoordinator.js.map +1 -1
- package/build/services/OtaUpdateCheckService.d.ts +1 -1
- package/build/services/OtaUpdateCheckService.d.ts.map +1 -1
- package/build/services/OtaUpdateCheckService.js +12 -16
- package/build/services/OtaUpdateCheckService.js.map +1 -1
- package/build/services/glassesClockSync.d.ts.map +1 -1
- package/build/services/glassesClockSync.js +4 -0
- package/build/services/glassesClockSync.js.map +1 -1
- package/build/services/otaDisplayState.d.ts +1 -1
- package/build/services/otaDisplayState.d.ts.map +1 -1
- package/build/services/otaDisplayState.js.map +1 -1
- package/build/services/otaInstallPolicy.d.ts +1 -1
- package/build/services/otaInstallPolicy.d.ts.map +1 -1
- package/build/services/otaInstallPolicy.js.map +1 -1
- package/build/services/otaLegacyMapping.d.ts +1 -1
- package/build/services/otaLegacyMapping.d.ts.map +1 -1
- package/build/services/otaLegacyMapping.js.map +1 -1
- package/build/services/otaManifestPolicy.d.ts +14 -0
- package/build/services/otaManifestPolicy.d.ts.map +1 -0
- package/build/services/otaManifestPolicy.js +19 -0
- package/build/services/otaManifestPolicy.js.map +1 -0
- package/build/services/otaManifestUrl.d.ts +2 -1
- package/build/services/otaManifestUrl.d.ts.map +1 -1
- package/build/services/otaManifestUrl.js +24 -32
- package/build/services/otaManifestUrl.js.map +1 -1
- package/build/stores/settings.js +3 -3
- package/build/stores/settings.js.map +1 -1
- package/build/types/enums.d.ts +1 -25
- package/build/types/enums.d.ts.map +1 -1
- package/build/types/enums.js +1 -27
- package/build/types/enums.js.map +1 -1
- package/build/types/hardware.d.ts +3 -13
- package/build/types/hardware.d.ts.map +1 -1
- package/build/types/hardware.js +1 -3
- package/build/types/hardware.js.map +1 -1
- package/build/types/index.d.ts +2 -6
- package/build/types/index.d.ts.map +1 -1
- package/build/types/index.js +2 -6
- package/build/types/index.js.map +1 -1
- package/package.json +40 -22
- package/src/bluetooth-sdk/debug.ts +1 -0
- package/src/bluetooth-sdk/index.ts +2 -0
- package/src/bluetooth-sdk/photo-receiver.ts +2 -0
- package/src/bluetooth-sdk/react.ts +1 -0
- package/src/bluetooth-sdk/types.ts +1 -0
- package/src/engine.ts +2 -2
- package/src/facades/display.ts +1 -1
- package/src/facades/glasses.ts +4 -4
- package/src/facades/ota.ts +4 -4
- package/src/facades/pairing.ts +4 -4
- package/src/facades/speech.ts +21 -7
- package/src/generated/releaseMetadata.ts +20 -0
- package/src/index.ts +13 -11
- package/src/services/AppRegistry.ts +16 -0
- package/src/services/OtaInstallCoordinator.ts +4 -1
- package/src/services/OtaUpdateCheckService.ts +20 -20
- package/src/services/glassesClockSync.ts +4 -0
- package/src/services/otaDisplayState.ts +1 -1
- package/src/services/otaInstallPolicy.ts +1 -1
- package/src/services/otaLegacyMapping.ts +1 -1
- package/src/services/otaManifestPolicy.ts +42 -0
- package/src/services/otaManifestUrl.ts +27 -36
- package/src/stores/settings.ts +3 -3
- package/src/types/enums.ts +1 -27
- package/src/types/hardware.ts +3 -13
- package/src/types/index.ts +2 -6
- package/build/devtools.d.ts +0 -11
- package/build/devtools.d.ts.map +0 -1
- package/build/devtools.js +0 -13
- package/build/devtools.js.map +0 -1
- package/build/internal.d.ts +0 -67
- package/build/internal.d.ts.map +0 -1
- package/build/internal.js +0 -90
- package/build/internal.js.map +0 -1
- package/src/devtools.ts +0 -13
- package/src/internal.ts +0 -160
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const OTA_VERSION_URL_LEGACY_PROD = "https://ota.mentraglass.com/prod_live_version.json"
|
|
2
|
+
|
|
3
|
+
function trimmed(value?: string | null): string | null {
|
|
4
|
+
const result = value?.trim()
|
|
5
|
+
return result || null
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export function isLegacyAsgOtaStartBuild(glassesBuildNumber?: string | null): boolean {
|
|
9
|
+
const buildNumber = Number.parseInt(glassesBuildNumber ?? "", 10)
|
|
10
|
+
return Number.isFinite(buildNumber) && buildNumber < 39
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export function selectModernOtaManifestPin({
|
|
14
|
+
developerOverride,
|
|
15
|
+
hostReleasePin,
|
|
16
|
+
engineReleasePin,
|
|
17
|
+
}: {
|
|
18
|
+
developerOverride?: string | null
|
|
19
|
+
hostReleasePin?: string | null
|
|
20
|
+
engineReleasePin?: string | null
|
|
21
|
+
}): string | null {
|
|
22
|
+
return trimmed(developerOverride) || trimmed(hostReleasePin) || trimmed(engineReleasePin)
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export function resolveOtaManifestPolicy({
|
|
26
|
+
glassesUrl,
|
|
27
|
+
glassesBuildNumber,
|
|
28
|
+
developerOverride,
|
|
29
|
+
hostReleasePin,
|
|
30
|
+
engineReleasePin,
|
|
31
|
+
}: {
|
|
32
|
+
glassesUrl?: string | null
|
|
33
|
+
glassesBuildNumber?: string | null
|
|
34
|
+
developerOverride?: string | null
|
|
35
|
+
hostReleasePin?: string | null
|
|
36
|
+
engineReleasePin?: string | null
|
|
37
|
+
}): string | null {
|
|
38
|
+
if (isLegacyAsgOtaStartBuild(glassesBuildNumber)) {
|
|
39
|
+
return trimmed(glassesUrl) || OTA_VERSION_URL_LEGACY_PROD
|
|
40
|
+
}
|
|
41
|
+
return selectModernOtaManifestPin({developerOverride, hostReleasePin, engineReleasePin})
|
|
42
|
+
}
|
|
@@ -1,20 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {ENGINE_RELEASE_METADATA} from "../generated/releaseMetadata"
|
|
3
2
|
import {SETTINGS, useSettingsStore} from "../stores/settings"
|
|
4
|
-
|
|
5
|
-
// Legacy production manifest — pre-39 glasses install from this (they ignore ota_start's URL).
|
|
6
|
-
const OTA_VERSION_URL_LEGACY_PROD = "https://ota.mentraglass.com/prod_live_version.json"
|
|
7
|
-
// Modern production fleet manifest (v2). Only a last-resort fallback when the SDK-derived pin
|
|
8
|
-
// URL is somehow unavailable; modern glasses honor ota_start's URL, so this must be the v2
|
|
9
|
-
// artifact, not the legacy v1 rescue manifest.
|
|
10
|
-
const OTA_VERSION_URL_PROD = "https://ota.mentraglass.com/prod_live_version_v2.json"
|
|
11
|
-
|
|
12
|
-
function isLegacyAsgOtaStartBuild(glassesBuildNumber?: string | null): boolean {
|
|
13
|
-
const buildNumber = Number.parseInt(glassesBuildNumber ?? "", 10)
|
|
14
|
-
// ASG builds before 39 ignore ota_start.ota_version_url, so compare against
|
|
15
|
-
// the URL they will actually use.
|
|
16
|
-
return Number.isFinite(buildNumber) && buildNumber < 39
|
|
17
|
-
}
|
|
3
|
+
import {resolveOtaManifestPolicy, selectModernOtaManifestPin} from "./otaManifestPolicy"
|
|
18
4
|
|
|
19
5
|
function getOtaVersionUrlDevOverride(): string | null {
|
|
20
6
|
// Super mode only: a wrong OTA manifest can brick glasses, so a saved
|
|
@@ -27,27 +13,32 @@ function getOtaVersionUrlDevOverride(): string | null {
|
|
|
27
13
|
return trimmed || null
|
|
28
14
|
}
|
|
29
15
|
|
|
30
|
-
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
// compiled default, so the developer override does not apply to them either.
|
|
35
|
-
return deviceUrl || OTA_VERSION_URL_LEGACY_PROD
|
|
36
|
-
}
|
|
16
|
+
function getHostReleasePin(): string | null {
|
|
17
|
+
const value = process.env.EXPO_PUBLIC_ASG_OTA_VERSION_URL?.trim()
|
|
18
|
+
return value || null
|
|
19
|
+
}
|
|
37
20
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
21
|
+
function getEmbeddedEngineReleasePin(): string | null {
|
|
22
|
+
const value = ENGINE_RELEASE_METADATA.otaManifestUrl?.trim()
|
|
23
|
+
return value || null
|
|
24
|
+
}
|
|
42
25
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
26
|
+
export function hasConfiguredModernOtaManifestPin(): boolean {
|
|
27
|
+
return Boolean(
|
|
28
|
+
selectModernOtaManifestPin({
|
|
29
|
+
developerOverride: getOtaVersionUrlDevOverride(),
|
|
30
|
+
hostReleasePin: getHostReleasePin(),
|
|
31
|
+
engineReleasePin: getEmbeddedEngineReleasePin(),
|
|
32
|
+
}),
|
|
33
|
+
)
|
|
34
|
+
}
|
|
47
35
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
36
|
+
export function resolveOtaManifestUrl(glassesUrl?: string | null, glassesBuildNumber?: string | null): string | null {
|
|
37
|
+
return resolveOtaManifestPolicy({
|
|
38
|
+
glassesUrl,
|
|
39
|
+
glassesBuildNumber,
|
|
40
|
+
developerOverride: getOtaVersionUrlDevOverride(),
|
|
41
|
+
hostReleasePin: getHostReleasePin(),
|
|
42
|
+
engineReleasePin: getEmbeddedEngineReleasePin(),
|
|
43
|
+
})
|
|
53
44
|
}
|
package/src/stores/settings.ts
CHANGED
|
@@ -994,9 +994,9 @@ export const useSettingsStore = create<SettingsState>()(
|
|
|
994
994
|
// easy to get backwards. TestFlight and the App Store receive the SAME
|
|
995
995
|
// binary, so promotion does not change EXPO_PUBLIC_BUILD_ENV and this
|
|
996
996
|
// reset never fires on it. Promotion is safe for a different reason:
|
|
997
|
-
// the publishing lane bakes
|
|
998
|
-
//
|
|
999
|
-
//
|
|
997
|
+
// the publishing lane bakes the selected release cloud environment, and
|
|
998
|
+
// production promotes the already-tested binary. The same holds for
|
|
999
|
+
// Android beta-track to production.
|
|
1000
1000
|
//
|
|
1001
1001
|
// The residual gap is therefore an override pinned while already on a
|
|
1002
1002
|
// prod-labelled build, which no label comparison can see. That is a
|
package/src/types/enums.ts
CHANGED
|
@@ -1,30 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @mentra/types - Shared enums for MentraOS
|
|
3
|
-
* These are runtime values (not pure types)
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Hardware component types that apps can require
|
|
8
|
-
*/
|
|
9
|
-
export enum HardwareType {
|
|
10
|
-
CAMERA = "CAMERA",
|
|
11
|
-
DISPLAY = "DISPLAY",
|
|
12
|
-
MICROPHONE = "MICROPHONE",
|
|
13
|
-
SPEAKER = "SPEAKER",
|
|
14
|
-
IMU = "IMU",
|
|
15
|
-
BUTTON = "BUTTON",
|
|
16
|
-
LIGHT = "LIGHT",
|
|
17
|
-
WIFI = "WIFI",
|
|
18
|
-
EXIST = "EXIST",
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Levels of hardware requirements
|
|
23
|
-
*/
|
|
24
|
-
export enum HardwareRequirementLevel {
|
|
25
|
-
REQUIRED = "REQUIRED", // App cannot function without this hardware
|
|
26
|
-
OPTIONAL = "OPTIONAL", // App has enhanced features with this hardware
|
|
27
|
-
}
|
|
1
|
+
export {HardwareType, HardwareRequirementLevel} from "@mentra/miniapp/hardware"
|
|
28
2
|
|
|
29
3
|
export enum DeviceTypes {
|
|
30
4
|
NONE = "None",
|
package/src/types/hardware.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @mentra/types - Hardware capability types
|
|
3
|
-
*/
|
|
1
|
+
/** Hardware capability types used by the Engine. */
|
|
4
2
|
|
|
5
3
|
import { evenRealitiesG1 } from "./capabilities/even-realities-g1";
|
|
6
4
|
import { evenRealitiesG2 } from "./capabilities/even-realities-g2";
|
|
@@ -9,17 +7,9 @@ import { mentraLive } from "./capabilities/mentra-live";
|
|
|
9
7
|
import { simulatedGlasses } from "./capabilities/simulated-glasses";
|
|
10
8
|
import { vuzixZ100 } from "./capabilities/vuzix-z100";
|
|
11
9
|
import { none } from "./capabilities/none";
|
|
12
|
-
import { DeviceTypes
|
|
10
|
+
import { DeviceTypes } from "./enums";
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
* Hardware requirement for an app
|
|
16
|
-
* Specifies what hardware components an app needs
|
|
17
|
-
*/
|
|
18
|
-
export interface HardwareRequirement {
|
|
19
|
-
type: HardwareType;
|
|
20
|
-
level: HardwareRequirementLevel;
|
|
21
|
-
description?: string; // Why this hardware is needed
|
|
22
|
-
}
|
|
12
|
+
export type { HardwareRequirement } from "@mentra/miniapp/hardware";
|
|
23
13
|
|
|
24
14
|
/**
|
|
25
15
|
* Camera capabilities
|
package/src/types/index.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
* self-contained. Keep these in sync with cloud/packages/types/src when the
|
|
4
|
-
* canonical types change. The capability profiles also live here under
|
|
5
|
-
* ./capabilities/.
|
|
6
|
-
*/
|
|
1
|
+
/** Engine capability types and profiles. Miniapp manifest requirement types
|
|
2
|
+
* are re-exported from @mentra/miniapp, their canonical owner. */
|
|
7
3
|
|
|
8
4
|
// Enums (runtime values)
|
|
9
5
|
export {HardwareType, HardwareRequirementLevel, DeviceTypes, ControllerTypes} from "./enums"
|
package/build/devtools.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `@mentra/engine/devtools` — the devtools-only surface.
|
|
3
|
-
*
|
|
4
|
-
* Debug/diagnostic singletons consumed by the Mentra app's internal dev
|
|
5
|
-
* screens (stress test, miniapp dev-server tooling). Never import this from
|
|
6
|
-
* product UI or host services; every `/devtools` import in mobile/src is
|
|
7
|
-
* counted (report-only) by scripts/check-mobile-runtime-boundary.sh.
|
|
8
|
-
*/
|
|
9
|
-
export { miniappRunningRegistry } from "./services/MiniappRunningRegistry";
|
|
10
|
-
export { default as devServerBridge } from "./services/DevServerBridge";
|
|
11
|
-
//# sourceMappingURL=devtools.d.ts.map
|
package/build/devtools.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"devtools.d.ts","sourceRoot":"","sources":["../src/devtools.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,EAAC,sBAAsB,EAAC,MAAM,mCAAmC,CAAA;AAExE,OAAO,EAAC,OAAO,IAAI,eAAe,EAAC,MAAM,4BAA4B,CAAA"}
|
package/build/devtools.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `@mentra/engine/devtools` — the devtools-only surface.
|
|
3
|
-
*
|
|
4
|
-
* Debug/diagnostic singletons consumed by the Mentra app's internal dev
|
|
5
|
-
* screens (stress test, miniapp dev-server tooling). Never import this from
|
|
6
|
-
* product UI or host services; every `/devtools` import in mobile/src is
|
|
7
|
-
* counted (report-only) by scripts/check-mobile-runtime-boundary.sh.
|
|
8
|
-
*/
|
|
9
|
-
// Which miniapps the local runtime currently has running (stress-test screen).
|
|
10
|
-
export { miniappRunningRegistry } from "./services/MiniappRunningRegistry";
|
|
11
|
-
// Dev-server connection bridge for live-reloading local miniapps.
|
|
12
|
-
export { default as devServerBridge } from "./services/DevServerBridge";
|
|
13
|
-
//# sourceMappingURL=devtools.js.map
|
package/build/devtools.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"devtools.js","sourceRoot":"","sources":["../src/devtools.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,+EAA+E;AAC/E,OAAO,EAAC,sBAAsB,EAAC,MAAM,mCAAmC,CAAA;AACxE,kEAAkE;AAClE,OAAO,EAAC,OAAO,IAAI,eAAe,EAAC,MAAM,4BAA4B,CAAA","sourcesContent":["/**\n * `@mentra/engine/devtools` — the devtools-only surface.\n *\n * Debug/diagnostic singletons consumed by the Mentra app's internal dev\n * screens (stress test, miniapp dev-server tooling). Never import this from\n * product UI or host services; every `/devtools` import in mobile/src is\n * counted (report-only) by scripts/check-mobile-runtime-boundary.sh.\n */\n\n// Which miniapps the local runtime currently has running (stress-test screen).\nexport {miniappRunningRegistry} from \"./services/MiniappRunningRegistry\"\n// Dev-server connection bridge for live-reloading local miniapps.\nexport {default as devServerBridge} from \"./services/DevServerBridge\"\n"]}
|
package/build/internal.d.ts
DELETED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `@mentra/engine/internal` — the migration-era runtime surface.
|
|
3
|
-
*
|
|
4
|
-
* Raw zustand stores and service singletons that the Mentra app's host-side
|
|
5
|
-
* services (and the `@/stores/*` / `@/utils/*` shims) still reach into while
|
|
6
|
-
* the typed `engine` facades grow. Everything here either mutates runtime
|
|
7
|
-
* state or exposes a store/service directly, so none of it belongs on the
|
|
8
|
-
* OEM-facing `@mentra/engine` main entry: new host code should read/act
|
|
9
|
-
* through `engine.*` instead.
|
|
10
|
-
*
|
|
11
|
-
* Every `/internal` import in mobile/src is counted (report-only) by
|
|
12
|
-
* scripts/check-mobile-runtime-boundary.sh; the burn-down plan is
|
|
13
|
-
* cloud-v2/docs/issues/020-glasses-status-boundary/integration-review.md §D.
|
|
14
|
-
* Types that only describe these internal surfaces live here with them;
|
|
15
|
-
* types host UI renders with stay on the main entry.
|
|
16
|
-
*/
|
|
17
|
-
export { default as webviewBridge } from "./services/WebviewBridge";
|
|
18
|
-
export { default as appRegistry, normalizeManifestPermissions, normalizeManifestActions, buildHardwareRequirements, saveLocalAppRunningState, registerDevApp, unregisterDevApp, getDevAppRecords, getDevAppSourcePackage, getDevAppAttestation, DEV_APP_PACKAGE_NAME, type DevAppRecord, type MiniappReleaseIdentity, } from "./services/AppRegistry";
|
|
19
|
-
export { default as displayProcessor } from "./services/DisplayProcessor";
|
|
20
|
-
export { default as localDisplayManager, type DisplayPayload } from "./services/LocalDisplayManager";
|
|
21
|
-
export { default as localMiniappRuntime, type InstalledMiniappManifest } from "./services/LocalMiniappRuntime";
|
|
22
|
-
export { miniappLauncher, type LaunchHints, type LaunchResult, type ResolvedBundle } from "./services/MiniappLauncher";
|
|
23
|
-
export { MentraJSRouter, type MentraJSCrustBinding, type OutboundMessagePayload as MentraJSOutboundMessage, type RouterLogger as MentraJSRouterLogger, } from "./services/MentraJSRouter";
|
|
24
|
-
export { buildMentraUiShim, type MentraUiShimOptions } from "./services/mentraUiShim";
|
|
25
|
-
export { MentraUIRouter, type MentraUICrustBinding } from "./services/MentraUIRouter";
|
|
26
|
-
export { MentraJSCrashController, type CrashState, type CrashOutcome, type CrashControllerOptions, } from "./services/MentraJSCrashController";
|
|
27
|
-
export { ensureMiniappEngine, getMiniappEngine, type MiniappEngine } from "./services/MiniappEngine";
|
|
28
|
-
export { redactSecrets, MentraJSLogThrottle, MentraJSLogRingBuffer, type ThrottleOptions, } from "./services/MentraJSLogPipeline";
|
|
29
|
-
export { buildMiniappGlobalsScript, getCapsuleMenuRect, type BuildMiniappGlobalsOptions, type CapsuleMenuRect, type MiniappColorScheme, type MiniappSafeArea, } from "./utils/miniappGlobals";
|
|
30
|
-
export { default as localSttFallbackCoordinator } from "./services/LocalSttFallbackCoordinator";
|
|
31
|
-
export { default as micStateCoordinator } from "./services/MicStateCoordinator";
|
|
32
|
-
export { default as audioPlaybackService } from "./services/AudioPlaybackService";
|
|
33
|
-
export { default as sttModelManager, STTModelManager, type LanguageInfo as SttLanguageInfo, type LanguageConfig as SttLanguageConfig, type DownloadProgress as SttDownloadProgress, type ExtractionProgress as SttExtractionProgress, } from "./services/STTModelManager";
|
|
34
|
-
export { default as ttsModelManager, TTSModelManager } from "./services/TTSModelManager";
|
|
35
|
-
export { default as offlineSpeechModelService, type DownloadStatus as OfflineModelDownloadStatus, type DownloadStage as OfflineModelDownloadStage, } from "./services/OfflineSpeechModelService";
|
|
36
|
-
export { default as navigationService } from "./services/NavigationService";
|
|
37
|
-
export { phoneLocationService, stopPhoneLocation } from "./services/PhoneLocationService";
|
|
38
|
-
export { fixGlassesClockIfSkewed, maybeFixGlassesClockFromVersionInfo } from "./services/glassesClockSync";
|
|
39
|
-
export { resolveOtaManifestUrl } from "./services/otaManifestUrl";
|
|
40
|
-
export { fetchVersionInfo, checkVersionUpdateAvailable, getLatestVersionInfo, findMatchingMtkPatch, checkBesUpdate, checkForOtaUpdate, checkCurrentGlassesForUpdate, } from "./services/OtaUpdateCheckService";
|
|
41
|
-
export { detectClockSkew, isSyncManifestEmpty, CLOCK_SKEW_TOLERANCE_MS } from "./services/gallerySyncClock";
|
|
42
|
-
export { gallerySyncService } from "./services/asg/gallerySyncService";
|
|
43
|
-
export { asgCameraApi } from "./services/asg/asgCameraApi";
|
|
44
|
-
export { localStorageService } from "./services/asg/localStorageService";
|
|
45
|
-
export { mediaProcessingQueue } from "./services/asg/mediaProcessingQueue";
|
|
46
|
-
export { gallerySettingsService } from "./services/asg/gallerySettingsService";
|
|
47
|
-
export { cameraRollExportCoordinator, type CameraRollExportSummary } from "./services/asg/cameraRollExportCoordinator";
|
|
48
|
-
export { INVALID_DOWNLOADED_MEDIA, validateCaptureMetadataForDownload, validateDownloadedMediaFile, } from "./services/asg/galleryMediaValidation";
|
|
49
|
-
export { emitGalleryNotice, onGalleryNotice } from "./services/asg/galleryNotices";
|
|
50
|
-
export { phonePhotoCoordinator } from "./services/PhonePhotoCoordinator";
|
|
51
|
-
export { phoneStreamCoordinator } from "./services/PhoneStreamCoordinator";
|
|
52
|
-
export { useDisplayStore, flushDisplayCoalesceForTests } from "./stores/display";
|
|
53
|
-
export { useCoreStore } from "./stores/core";
|
|
54
|
-
export { useConnectionStore } from "./stores/connection";
|
|
55
|
-
export { useCloudClientStatusStore } from "./stores/cloudClientStatus";
|
|
56
|
-
export type { RuntimeAudioTransport, RuntimeSnapshot, RuntimeStatus } from "./stores/cloudClientStatus";
|
|
57
|
-
export { SETTINGS, OFFLINE_APPLETS, useSettingsStore, useSetting } from "./stores/settings";
|
|
58
|
-
export { MENTRA_LIVE_SETTING_KEYS, getBluetoothSettingKeysForDevice } from "./stores/bluetoothSettingKeys";
|
|
59
|
-
export { useAppStatusStore, installAppStoreHooks, type AppStoreHooks } from "./stores/apps";
|
|
60
|
-
export { cloudSecureStore } from "./utils/cloudClient/cloudSecureStore";
|
|
61
|
-
export { cloudClientService } from "./services/CloudClientService";
|
|
62
|
-
export { createCloudUdpSocket } from "./utils/cloudClient/RnUdpAdapter";
|
|
63
|
-
export { logBuffer, type LogEntry } from "./utils/devLogging";
|
|
64
|
-
export { default as BluetoothSdk } from "@mentra/bluetooth-sdk/internal";
|
|
65
|
-
export { storage, printDirectory } from "./utils/storage";
|
|
66
|
-
export { default as GlobalEventEmitter } from "./utils/GlobalEventEmitter";
|
|
67
|
-
//# sourceMappingURL=internal.d.ts.map
|
package/build/internal.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../src/internal.ts"],"names":[],"mappings":"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"}
|
package/build/internal.js
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `@mentra/engine/internal` — the migration-era runtime surface.
|
|
3
|
-
*
|
|
4
|
-
* Raw zustand stores and service singletons that the Mentra app's host-side
|
|
5
|
-
* services (and the `@/stores/*` / `@/utils/*` shims) still reach into while
|
|
6
|
-
* the typed `engine` facades grow. Everything here either mutates runtime
|
|
7
|
-
* state or exposes a store/service directly, so none of it belongs on the
|
|
8
|
-
* OEM-facing `@mentra/engine` main entry: new host code should read/act
|
|
9
|
-
* through `engine.*` instead.
|
|
10
|
-
*
|
|
11
|
-
* Every `/internal` import in mobile/src is counted (report-only) by
|
|
12
|
-
* scripts/check-mobile-runtime-boundary.sh; the burn-down plan is
|
|
13
|
-
* cloud-v2/docs/issues/020-glasses-status-boundary/integration-review.md §D.
|
|
14
|
-
* Types that only describe these internal surfaces live here with them;
|
|
15
|
-
* types host UI renders with stay on the main entry.
|
|
16
|
-
*/
|
|
17
|
-
// Miniapp runtime plumbing: WebView bridge, registry, launcher, engine.
|
|
18
|
-
export { default as webviewBridge } from "./services/WebviewBridge";
|
|
19
|
-
export { default as appRegistry, normalizeManifestPermissions, normalizeManifestActions, buildHardwareRequirements, saveLocalAppRunningState, registerDevApp, unregisterDevApp, getDevAppRecords, getDevAppSourcePackage, getDevAppAttestation, DEV_APP_PACKAGE_NAME, } from "./services/AppRegistry";
|
|
20
|
-
export { default as displayProcessor } from "./services/DisplayProcessor";
|
|
21
|
-
export { default as localDisplayManager } from "./services/LocalDisplayManager";
|
|
22
|
-
export { default as localMiniappRuntime } from "./services/LocalMiniappRuntime";
|
|
23
|
-
export { miniappLauncher } from "./services/MiniappLauncher";
|
|
24
|
-
export { MentraJSRouter, } from "./services/MentraJSRouter";
|
|
25
|
-
export { buildMentraUiShim } from "./services/mentraUiShim";
|
|
26
|
-
export { MentraUIRouter } from "./services/MentraUIRouter";
|
|
27
|
-
export { MentraJSCrashController, } from "./services/MentraJSCrashController";
|
|
28
|
-
export { ensureMiniappEngine, getMiniappEngine } from "./services/MiniappEngine";
|
|
29
|
-
export { redactSecrets, MentraJSLogThrottle, MentraJSLogRingBuffer, } from "./services/MentraJSLogPipeline";
|
|
30
|
-
// WebView-injection script builders (miniapp globals + mentra-ui shim).
|
|
31
|
-
export { buildMiniappGlobalsScript, getCapsuleMenuRect, } from "./utils/miniappGlobals";
|
|
32
|
-
// Speech/audio coordinators and model managers.
|
|
33
|
-
export { default as localSttFallbackCoordinator } from "./services/LocalSttFallbackCoordinator";
|
|
34
|
-
export { default as micStateCoordinator } from "./services/MicStateCoordinator";
|
|
35
|
-
export { default as audioPlaybackService } from "./services/AudioPlaybackService";
|
|
36
|
-
export { default as sttModelManager, STTModelManager, } from "./services/STTModelManager";
|
|
37
|
-
export { default as ttsModelManager, TTSModelManager } from "./services/TTSModelManager";
|
|
38
|
-
export { default as offlineSpeechModelService, } from "./services/OfflineSpeechModelService";
|
|
39
|
-
export { default as navigationService } from "./services/NavigationService";
|
|
40
|
-
// Phone GPS — the background location task + tier control. Importing this
|
|
41
|
-
// module registers the background task, so the entry that MantleManager loads
|
|
42
|
-
// must keep re-exporting it (was: the main barrel).
|
|
43
|
-
export { phoneLocationService, stopPhoneLocation } from "./services/PhoneLocationService";
|
|
44
|
-
// Clock-skew fix commands (BLE writes) used by OTA + gallery sync.
|
|
45
|
-
export { fixGlassesClockIfSkewed, maybeFixGlassesClockFromVersionInfo } from "./services/glassesClockSync";
|
|
46
|
-
// OTA manifest-URL resolution (dev-override/legacy-build/env/prod).
|
|
47
|
-
export { resolveOtaManifestUrl } from "./services/otaManifestUrl";
|
|
48
|
-
// Flat OTA check helpers (network + BLE state). Host usage is a tracked
|
|
49
|
-
// burn-down surface (§F); the sanctioned path is engine.ota.checkForUpdates().
|
|
50
|
-
export { fetchVersionInfo, checkVersionUpdateAvailable, getLatestVersionInfo, findMatchingMtkPatch, checkBesUpdate, checkForOtaUpdate, checkCurrentGlassesForUpdate, } from "./services/OtaUpdateCheckService";
|
|
51
|
-
// Gallery cluster — sync orchestrator, glasses-camera HTTP API, media/storage,
|
|
52
|
-
// settings, validation and the service-to-service notice bus. Host gallery UI
|
|
53
|
-
// renders engine.gallery; these are the underlying services.
|
|
54
|
-
export { detectClockSkew, isSyncManifestEmpty, CLOCK_SKEW_TOLERANCE_MS } from "./services/gallerySyncClock";
|
|
55
|
-
export { gallerySyncService } from "./services/asg/gallerySyncService";
|
|
56
|
-
export { asgCameraApi } from "./services/asg/asgCameraApi";
|
|
57
|
-
export { localStorageService } from "./services/asg/localStorageService";
|
|
58
|
-
export { mediaProcessingQueue } from "./services/asg/mediaProcessingQueue";
|
|
59
|
-
export { gallerySettingsService } from "./services/asg/gallerySettingsService";
|
|
60
|
-
export { cameraRollExportCoordinator } from "./services/asg/cameraRollExportCoordinator";
|
|
61
|
-
export { INVALID_DOWNLOADED_MEDIA, validateCaptureMetadataForDownload, validateDownloadedMediaFile, } from "./services/asg/galleryMediaValidation";
|
|
62
|
-
export { emitGalleryNotice, onGalleryNotice } from "./services/asg/galleryNotices";
|
|
63
|
-
// Phone-side capture coordinators.
|
|
64
|
-
export { phonePhotoCoordinator } from "./services/PhonePhotoCoordinator";
|
|
65
|
-
export { phoneStreamCoordinator } from "./services/PhoneStreamCoordinator";
|
|
66
|
-
// Raw runtime stores (re-exported via the host @/stores/* shims). Read models
|
|
67
|
-
// live on the engine facades; these are the migration escape hatch.
|
|
68
|
-
export { useDisplayStore, flushDisplayCoalesceForTests } from "./stores/display";
|
|
69
|
-
export { useCoreStore } from "./stores/core";
|
|
70
|
-
export { useConnectionStore } from "./stores/connection";
|
|
71
|
-
export { useCloudClientStatusStore } from "./stores/cloudClientStatus";
|
|
72
|
-
export { SETTINGS, OFFLINE_APPLETS, useSettingsStore, useSetting } from "./stores/settings";
|
|
73
|
-
export { MENTRA_LIVE_SETTING_KEYS, getBluetoothSettingKeysForDevice } from "./stores/bluetoothSettingKeys";
|
|
74
|
-
export { useAppStatusStore, installAppStoreHooks } from "./stores/apps";
|
|
75
|
-
// Cloud client + credentials + v1 comms.
|
|
76
|
-
export { cloudSecureStore } from "./utils/cloudClient/cloudSecureStore";
|
|
77
|
-
export { cloudClientService } from "./services/CloudClientService";
|
|
78
|
-
export { createCloudUdpSocket } from "./utils/cloudClient/RnUdpAdapter";
|
|
79
|
-
// Log ring buffer + console interception (bug-report attachments).
|
|
80
|
-
export { logBuffer } from "./utils/devLogging";
|
|
81
|
-
// Bluetooth SDK internal compatibility passthrough. Prefer an engine facade
|
|
82
|
-
// when one exists; this remains an escape hatch for app-only compatibility
|
|
83
|
-
// needs (its event TYPES stay on the main entry).
|
|
84
|
-
export { default as BluetoothSdk } from "@mentra/bluetooth-sdk/internal";
|
|
85
|
-
// Engine-owned MMKV instance + debug helper.
|
|
86
|
-
export { storage, printDirectory } from "./utils/storage";
|
|
87
|
-
// Process-wide event bus — one shared instance for engine services + host
|
|
88
|
-
// (re-exported via the @/utils/GlobalEventEmitter shim).
|
|
89
|
-
export { default as GlobalEventEmitter } from "./utils/GlobalEventEmitter";
|
|
90
|
-
//# sourceMappingURL=internal.js.map
|
package/build/internal.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../src/internal.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,wEAAwE;AACxE,OAAO,EAAC,OAAO,IAAI,aAAa,EAAC,MAAM,0BAA0B,CAAA;AACjE,OAAO,EACL,OAAO,IAAI,WAAW,EACtB,4BAA4B,EAC5B,wBAAwB,EACxB,yBAAyB,EACzB,wBAAwB,EACxB,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EAChB,sBAAsB,EACtB,oBAAoB,EACpB,oBAAoB,GAGrB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,6BAA6B,CAAA;AACvE,OAAO,EAAC,OAAO,IAAI,mBAAmB,EAAsB,MAAM,gCAAgC,CAAA;AAClG,OAAO,EAAC,OAAO,IAAI,mBAAmB,EAAgC,MAAM,gCAAgC,CAAA;AAC5G,OAAO,EAAC,eAAe,EAA2D,MAAM,4BAA4B,CAAA;AACpH,OAAO,EACL,cAAc,GAIf,MAAM,2BAA2B,CAAA;AAClC,OAAO,EAAC,iBAAiB,EAA2B,MAAM,yBAAyB,CAAA;AACnF,OAAO,EAAC,cAAc,EAA4B,MAAM,2BAA2B,CAAA;AACnF,OAAO,EACL,uBAAuB,GAIxB,MAAM,oCAAoC,CAAA;AAC3C,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAqB,MAAM,0BAA0B,CAAA;AAClG,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,qBAAqB,GAEtB,MAAM,gCAAgC,CAAA;AACvC,wEAAwE;AACxE,OAAO,EACL,yBAAyB,EACzB,kBAAkB,GAKnB,MAAM,wBAAwB,CAAA;AAE/B,gDAAgD;AAChD,OAAO,EAAC,OAAO,IAAI,2BAA2B,EAAC,MAAM,wCAAwC,CAAA;AAC7F,OAAO,EAAC,OAAO,IAAI,mBAAmB,EAAC,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAC,OAAO,IAAI,oBAAoB,EAAC,MAAM,iCAAiC,CAAA;AAC/E,OAAO,EACL,OAAO,IAAI,eAAe,EAC1B,eAAe,GAKhB,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAC,OAAO,IAAI,eAAe,EAAE,eAAe,EAAC,MAAM,4BAA4B,CAAA;AACtF,OAAO,EACL,OAAO,IAAI,yBAAyB,GAGrC,MAAM,sCAAsC,CAAA;AAE7C,OAAO,EAAC,OAAO,IAAI,iBAAiB,EAAC,MAAM,8BAA8B,CAAA;AACzE,0EAA0E;AAC1E,8EAA8E;AAC9E,oDAAoD;AACpD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACvF,mEAAmE;AACnE,OAAO,EAAC,uBAAuB,EAAE,mCAAmC,EAAC,MAAM,6BAA6B,CAAA;AACxG,oEAAoE;AACpE,OAAO,EAAC,qBAAqB,EAAC,MAAM,2BAA2B,CAAA;AAC/D,wEAAwE;AACxE,+EAA+E;AAC/E,OAAO,EACL,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EACjB,4BAA4B,GAC7B,MAAM,kCAAkC,CAAA;AAEzC,+EAA+E;AAC/E,8EAA8E;AAC9E,6DAA6D;AAC7D,OAAO,EAAC,eAAe,EAAE,mBAAmB,EAAE,uBAAuB,EAAC,MAAM,6BAA6B,CAAA;AACzG,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAA;AACpE,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAA;AACxD,OAAO,EAAC,mBAAmB,EAAC,MAAM,oCAAoC,CAAA;AACtE,OAAO,EAAC,oBAAoB,EAAC,MAAM,qCAAqC,CAAA;AACxE,OAAO,EAAC,sBAAsB,EAAC,MAAM,uCAAuC,CAAA;AAC5E,OAAO,EAAC,2BAA2B,EAA+B,MAAM,4CAA4C,CAAA;AACpH,OAAO,EACL,wBAAwB,EACxB,kCAAkC,EAClC,2BAA2B,GAC5B,MAAM,uCAAuC,CAAA;AAC9C,OAAO,EAAC,iBAAiB,EAAE,eAAe,EAAC,MAAM,+BAA+B,CAAA;AAEhF,mCAAmC;AACnC,OAAO,EAAC,qBAAqB,EAAC,MAAM,kCAAkC,CAAA;AACtE,OAAO,EAAC,sBAAsB,EAAC,MAAM,mCAAmC,CAAA;AAExE,8EAA8E;AAC9E,oEAAoE;AACpE,OAAO,EAAC,eAAe,EAAE,4BAA4B,EAAC,MAAM,kBAAkB,CAAA;AAC9E,OAAO,EAAC,YAAY,EAAC,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAC,kBAAkB,EAAC,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAC,yBAAyB,EAAC,MAAM,4BAA4B,CAAA;AAEpE,OAAO,EAAC,QAAQ,EAAE,eAAe,EAAE,gBAAgB,EAAE,UAAU,EAAC,MAAM,mBAAmB,CAAA;AACzF,OAAO,EAAC,wBAAwB,EAAE,gCAAgC,EAAC,MAAM,+BAA+B,CAAA;AACxG,OAAO,EAAC,iBAAiB,EAAE,oBAAoB,EAAqB,MAAM,eAAe,CAAA;AAEzF,yCAAyC;AACzC,OAAO,EAAC,gBAAgB,EAAC,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAAC,kBAAkB,EAAC,MAAM,+BAA+B,CAAA;AAChE,OAAO,EAAC,oBAAoB,EAAC,MAAM,kCAAkC,CAAA;AAErE,mEAAmE;AACnE,OAAO,EAAC,SAAS,EAAgB,MAAM,oBAAoB,CAAA;AAE3D,4EAA4E;AAC5E,2EAA2E;AAC3E,kDAAkD;AAClD,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,gCAAgC,CAAA;AAGtE,6CAA6C;AAC7C,OAAO,EAAC,OAAO,EAAE,cAAc,EAAC,MAAM,iBAAiB,CAAA;AACvD,0EAA0E;AAC1E,yDAAyD;AACzD,OAAO,EAAC,OAAO,IAAI,kBAAkB,EAAC,MAAM,4BAA4B,CAAA","sourcesContent":["/**\n * `@mentra/engine/internal` — the migration-era runtime surface.\n *\n * Raw zustand stores and service singletons that the Mentra app's host-side\n * services (and the `@/stores/*` / `@/utils/*` shims) still reach into while\n * the typed `engine` facades grow. Everything here either mutates runtime\n * state or exposes a store/service directly, so none of it belongs on the\n * OEM-facing `@mentra/engine` main entry: new host code should read/act\n * through `engine.*` instead.\n *\n * Every `/internal` import in mobile/src is counted (report-only) by\n * scripts/check-mobile-runtime-boundary.sh; the burn-down plan is\n * cloud-v2/docs/issues/020-glasses-status-boundary/integration-review.md §D.\n * Types that only describe these internal surfaces live here with them;\n * types host UI renders with stay on the main entry.\n */\n\n// Miniapp runtime plumbing: WebView bridge, registry, launcher, engine.\nexport {default as webviewBridge} from \"./services/WebviewBridge\"\nexport {\n default as appRegistry,\n normalizeManifestPermissions,\n normalizeManifestActions,\n buildHardwareRequirements,\n saveLocalAppRunningState,\n registerDevApp,\n unregisterDevApp,\n getDevAppRecords,\n getDevAppSourcePackage,\n getDevAppAttestation,\n DEV_APP_PACKAGE_NAME,\n type DevAppRecord,\n type MiniappReleaseIdentity,\n} from \"./services/AppRegistry\"\nexport {default as displayProcessor} from \"./services/DisplayProcessor\"\nexport {default as localDisplayManager, type DisplayPayload} from \"./services/LocalDisplayManager\"\nexport {default as localMiniappRuntime, type InstalledMiniappManifest} from \"./services/LocalMiniappRuntime\"\nexport {miniappLauncher, type LaunchHints, type LaunchResult, type ResolvedBundle} from \"./services/MiniappLauncher\"\nexport {\n MentraJSRouter,\n type MentraJSCrustBinding,\n type OutboundMessagePayload as MentraJSOutboundMessage,\n type RouterLogger as MentraJSRouterLogger,\n} from \"./services/MentraJSRouter\"\nexport {buildMentraUiShim, type MentraUiShimOptions} from \"./services/mentraUiShim\"\nexport {MentraUIRouter, type MentraUICrustBinding} from \"./services/MentraUIRouter\"\nexport {\n MentraJSCrashController,\n type CrashState,\n type CrashOutcome,\n type CrashControllerOptions,\n} from \"./services/MentraJSCrashController\"\nexport {ensureMiniappEngine, getMiniappEngine, type MiniappEngine} from \"./services/MiniappEngine\"\nexport {\n redactSecrets,\n MentraJSLogThrottle,\n MentraJSLogRingBuffer,\n type ThrottleOptions,\n} from \"./services/MentraJSLogPipeline\"\n// WebView-injection script builders (miniapp globals + mentra-ui shim).\nexport {\n buildMiniappGlobalsScript,\n getCapsuleMenuRect,\n type BuildMiniappGlobalsOptions,\n type CapsuleMenuRect,\n type MiniappColorScheme,\n type MiniappSafeArea,\n} from \"./utils/miniappGlobals\"\n\n// Speech/audio coordinators and model managers.\nexport {default as localSttFallbackCoordinator} from \"./services/LocalSttFallbackCoordinator\"\nexport {default as micStateCoordinator} from \"./services/MicStateCoordinator\"\nexport {default as audioPlaybackService} from \"./services/AudioPlaybackService\"\nexport {\n default as sttModelManager,\n STTModelManager,\n type LanguageInfo as SttLanguageInfo,\n type LanguageConfig as SttLanguageConfig,\n type DownloadProgress as SttDownloadProgress,\n type ExtractionProgress as SttExtractionProgress,\n} from \"./services/STTModelManager\"\nexport {default as ttsModelManager, TTSModelManager} from \"./services/TTSModelManager\"\nexport {\n default as offlineSpeechModelService,\n type DownloadStatus as OfflineModelDownloadStatus,\n type DownloadStage as OfflineModelDownloadStage,\n} from \"./services/OfflineSpeechModelService\"\n\nexport {default as navigationService} from \"./services/NavigationService\"\n// Phone GPS — the background location task + tier control. Importing this\n// module registers the background task, so the entry that MantleManager loads\n// must keep re-exporting it (was: the main barrel).\nexport {phoneLocationService, stopPhoneLocation} from \"./services/PhoneLocationService\"\n// Clock-skew fix commands (BLE writes) used by OTA + gallery sync.\nexport {fixGlassesClockIfSkewed, maybeFixGlassesClockFromVersionInfo} from \"./services/glassesClockSync\"\n// OTA manifest-URL resolution (dev-override/legacy-build/env/prod).\nexport {resolveOtaManifestUrl} from \"./services/otaManifestUrl\"\n// Flat OTA check helpers (network + BLE state). Host usage is a tracked\n// burn-down surface (§F); the sanctioned path is engine.ota.checkForUpdates().\nexport {\n fetchVersionInfo,\n checkVersionUpdateAvailable,\n getLatestVersionInfo,\n findMatchingMtkPatch,\n checkBesUpdate,\n checkForOtaUpdate,\n checkCurrentGlassesForUpdate,\n} from \"./services/OtaUpdateCheckService\"\n\n// Gallery cluster — sync orchestrator, glasses-camera HTTP API, media/storage,\n// settings, validation and the service-to-service notice bus. Host gallery UI\n// renders engine.gallery; these are the underlying services.\nexport {detectClockSkew, isSyncManifestEmpty, CLOCK_SKEW_TOLERANCE_MS} from \"./services/gallerySyncClock\"\nexport {gallerySyncService} from \"./services/asg/gallerySyncService\"\nexport {asgCameraApi} from \"./services/asg/asgCameraApi\"\nexport {localStorageService} from \"./services/asg/localStorageService\"\nexport {mediaProcessingQueue} from \"./services/asg/mediaProcessingQueue\"\nexport {gallerySettingsService} from \"./services/asg/gallerySettingsService\"\nexport {cameraRollExportCoordinator, type CameraRollExportSummary} from \"./services/asg/cameraRollExportCoordinator\"\nexport {\n INVALID_DOWNLOADED_MEDIA,\n validateCaptureMetadataForDownload,\n validateDownloadedMediaFile,\n} from \"./services/asg/galleryMediaValidation\"\nexport {emitGalleryNotice, onGalleryNotice} from \"./services/asg/galleryNotices\"\n\n// Phone-side capture coordinators.\nexport {phonePhotoCoordinator} from \"./services/PhonePhotoCoordinator\"\nexport {phoneStreamCoordinator} from \"./services/PhoneStreamCoordinator\"\n\n// Raw runtime stores (re-exported via the host @/stores/* shims). Read models\n// live on the engine facades; these are the migration escape hatch.\nexport {useDisplayStore, flushDisplayCoalesceForTests} from \"./stores/display\"\nexport {useCoreStore} from \"./stores/core\"\nexport {useConnectionStore} from \"./stores/connection\"\nexport {useCloudClientStatusStore} from \"./stores/cloudClientStatus\"\nexport type {RuntimeAudioTransport, RuntimeSnapshot, RuntimeStatus} from \"./stores/cloudClientStatus\"\nexport {SETTINGS, OFFLINE_APPLETS, useSettingsStore, useSetting} from \"./stores/settings\"\nexport {MENTRA_LIVE_SETTING_KEYS, getBluetoothSettingKeysForDevice} from \"./stores/bluetoothSettingKeys\"\nexport {useAppStatusStore, installAppStoreHooks, type AppStoreHooks} from \"./stores/apps\"\n\n// Cloud client + credentials + v1 comms.\nexport {cloudSecureStore} from \"./utils/cloudClient/cloudSecureStore\"\nexport {cloudClientService} from \"./services/CloudClientService\"\nexport {createCloudUdpSocket} from \"./utils/cloudClient/RnUdpAdapter\"\n\n// Log ring buffer + console interception (bug-report attachments).\nexport {logBuffer, type LogEntry} from \"./utils/devLogging\"\n\n// Bluetooth SDK internal compatibility passthrough. Prefer an engine facade\n// when one exists; this remains an escape hatch for app-only compatibility\n// needs (its event TYPES stay on the main entry).\nexport {default as BluetoothSdk} from \"@mentra/bluetooth-sdk/internal\"\n\n\n// Engine-owned MMKV instance + debug helper.\nexport {storage, printDirectory} from \"./utils/storage\"\n// Process-wide event bus — one shared instance for engine services + host\n// (re-exported via the @/utils/GlobalEventEmitter shim).\nexport {default as GlobalEventEmitter} from \"./utils/GlobalEventEmitter\"\n"]}
|
package/src/devtools.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `@mentra/engine/devtools` — the devtools-only surface.
|
|
3
|
-
*
|
|
4
|
-
* Debug/diagnostic singletons consumed by the Mentra app's internal dev
|
|
5
|
-
* screens (stress test, miniapp dev-server tooling). Never import this from
|
|
6
|
-
* product UI or host services; every `/devtools` import in mobile/src is
|
|
7
|
-
* counted (report-only) by scripts/check-mobile-runtime-boundary.sh.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
// Which miniapps the local runtime currently has running (stress-test screen).
|
|
11
|
-
export {miniappRunningRegistry} from "./services/MiniappRunningRegistry"
|
|
12
|
-
// Dev-server connection bridge for live-reloading local miniapps.
|
|
13
|
-
export {default as devServerBridge} from "./services/DevServerBridge"
|
package/src/internal.ts
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `@mentra/engine/internal` — the migration-era runtime surface.
|
|
3
|
-
*
|
|
4
|
-
* Raw zustand stores and service singletons that the Mentra app's host-side
|
|
5
|
-
* services (and the `@/stores/*` / `@/utils/*` shims) still reach into while
|
|
6
|
-
* the typed `engine` facades grow. Everything here either mutates runtime
|
|
7
|
-
* state or exposes a store/service directly, so none of it belongs on the
|
|
8
|
-
* OEM-facing `@mentra/engine` main entry: new host code should read/act
|
|
9
|
-
* through `engine.*` instead.
|
|
10
|
-
*
|
|
11
|
-
* Every `/internal` import in mobile/src is counted (report-only) by
|
|
12
|
-
* scripts/check-mobile-runtime-boundary.sh; the burn-down plan is
|
|
13
|
-
* cloud-v2/docs/issues/020-glasses-status-boundary/integration-review.md §D.
|
|
14
|
-
* Types that only describe these internal surfaces live here with them;
|
|
15
|
-
* types host UI renders with stay on the main entry.
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
// Miniapp runtime plumbing: WebView bridge, registry, launcher, engine.
|
|
19
|
-
export {default as webviewBridge} from "./services/WebviewBridge"
|
|
20
|
-
export {
|
|
21
|
-
default as appRegistry,
|
|
22
|
-
normalizeManifestPermissions,
|
|
23
|
-
normalizeManifestActions,
|
|
24
|
-
buildHardwareRequirements,
|
|
25
|
-
saveLocalAppRunningState,
|
|
26
|
-
registerDevApp,
|
|
27
|
-
unregisterDevApp,
|
|
28
|
-
getDevAppRecords,
|
|
29
|
-
getDevAppSourcePackage,
|
|
30
|
-
getDevAppAttestation,
|
|
31
|
-
DEV_APP_PACKAGE_NAME,
|
|
32
|
-
type DevAppRecord,
|
|
33
|
-
type MiniappReleaseIdentity,
|
|
34
|
-
} from "./services/AppRegistry"
|
|
35
|
-
export {default as displayProcessor} from "./services/DisplayProcessor"
|
|
36
|
-
export {default as localDisplayManager, type DisplayPayload} from "./services/LocalDisplayManager"
|
|
37
|
-
export {default as localMiniappRuntime, type InstalledMiniappManifest} from "./services/LocalMiniappRuntime"
|
|
38
|
-
export {miniappLauncher, type LaunchHints, type LaunchResult, type ResolvedBundle} from "./services/MiniappLauncher"
|
|
39
|
-
export {
|
|
40
|
-
MentraJSRouter,
|
|
41
|
-
type MentraJSCrustBinding,
|
|
42
|
-
type OutboundMessagePayload as MentraJSOutboundMessage,
|
|
43
|
-
type RouterLogger as MentraJSRouterLogger,
|
|
44
|
-
} from "./services/MentraJSRouter"
|
|
45
|
-
export {buildMentraUiShim, type MentraUiShimOptions} from "./services/mentraUiShim"
|
|
46
|
-
export {MentraUIRouter, type MentraUICrustBinding} from "./services/MentraUIRouter"
|
|
47
|
-
export {
|
|
48
|
-
MentraJSCrashController,
|
|
49
|
-
type CrashState,
|
|
50
|
-
type CrashOutcome,
|
|
51
|
-
type CrashControllerOptions,
|
|
52
|
-
} from "./services/MentraJSCrashController"
|
|
53
|
-
export {ensureMiniappEngine, getMiniappEngine, type MiniappEngine} from "./services/MiniappEngine"
|
|
54
|
-
export {
|
|
55
|
-
redactSecrets,
|
|
56
|
-
MentraJSLogThrottle,
|
|
57
|
-
MentraJSLogRingBuffer,
|
|
58
|
-
type ThrottleOptions,
|
|
59
|
-
} from "./services/MentraJSLogPipeline"
|
|
60
|
-
// WebView-injection script builders (miniapp globals + mentra-ui shim).
|
|
61
|
-
export {
|
|
62
|
-
buildMiniappGlobalsScript,
|
|
63
|
-
getCapsuleMenuRect,
|
|
64
|
-
type BuildMiniappGlobalsOptions,
|
|
65
|
-
type CapsuleMenuRect,
|
|
66
|
-
type MiniappColorScheme,
|
|
67
|
-
type MiniappSafeArea,
|
|
68
|
-
} from "./utils/miniappGlobals"
|
|
69
|
-
|
|
70
|
-
// Speech/audio coordinators and model managers.
|
|
71
|
-
export {default as localSttFallbackCoordinator} from "./services/LocalSttFallbackCoordinator"
|
|
72
|
-
export {default as micStateCoordinator} from "./services/MicStateCoordinator"
|
|
73
|
-
export {default as audioPlaybackService} from "./services/AudioPlaybackService"
|
|
74
|
-
export {
|
|
75
|
-
default as sttModelManager,
|
|
76
|
-
STTModelManager,
|
|
77
|
-
type LanguageInfo as SttLanguageInfo,
|
|
78
|
-
type LanguageConfig as SttLanguageConfig,
|
|
79
|
-
type DownloadProgress as SttDownloadProgress,
|
|
80
|
-
type ExtractionProgress as SttExtractionProgress,
|
|
81
|
-
} from "./services/STTModelManager"
|
|
82
|
-
export {default as ttsModelManager, TTSModelManager} from "./services/TTSModelManager"
|
|
83
|
-
export {
|
|
84
|
-
default as offlineSpeechModelService,
|
|
85
|
-
type DownloadStatus as OfflineModelDownloadStatus,
|
|
86
|
-
type DownloadStage as OfflineModelDownloadStage,
|
|
87
|
-
} from "./services/OfflineSpeechModelService"
|
|
88
|
-
|
|
89
|
-
export {default as navigationService} from "./services/NavigationService"
|
|
90
|
-
// Phone GPS — the background location task + tier control. Importing this
|
|
91
|
-
// module registers the background task, so the entry that MantleManager loads
|
|
92
|
-
// must keep re-exporting it (was: the main barrel).
|
|
93
|
-
export {phoneLocationService, stopPhoneLocation} from "./services/PhoneLocationService"
|
|
94
|
-
// Clock-skew fix commands (BLE writes) used by OTA + gallery sync.
|
|
95
|
-
export {fixGlassesClockIfSkewed, maybeFixGlassesClockFromVersionInfo} from "./services/glassesClockSync"
|
|
96
|
-
// OTA manifest-URL resolution (dev-override/legacy-build/env/prod).
|
|
97
|
-
export {resolveOtaManifestUrl} from "./services/otaManifestUrl"
|
|
98
|
-
// Flat OTA check helpers (network + BLE state). Host usage is a tracked
|
|
99
|
-
// burn-down surface (§F); the sanctioned path is engine.ota.checkForUpdates().
|
|
100
|
-
export {
|
|
101
|
-
fetchVersionInfo,
|
|
102
|
-
checkVersionUpdateAvailable,
|
|
103
|
-
getLatestVersionInfo,
|
|
104
|
-
findMatchingMtkPatch,
|
|
105
|
-
checkBesUpdate,
|
|
106
|
-
checkForOtaUpdate,
|
|
107
|
-
checkCurrentGlassesForUpdate,
|
|
108
|
-
} from "./services/OtaUpdateCheckService"
|
|
109
|
-
|
|
110
|
-
// Gallery cluster — sync orchestrator, glasses-camera HTTP API, media/storage,
|
|
111
|
-
// settings, validation and the service-to-service notice bus. Host gallery UI
|
|
112
|
-
// renders engine.gallery; these are the underlying services.
|
|
113
|
-
export {detectClockSkew, isSyncManifestEmpty, CLOCK_SKEW_TOLERANCE_MS} from "./services/gallerySyncClock"
|
|
114
|
-
export {gallerySyncService} from "./services/asg/gallerySyncService"
|
|
115
|
-
export {asgCameraApi} from "./services/asg/asgCameraApi"
|
|
116
|
-
export {localStorageService} from "./services/asg/localStorageService"
|
|
117
|
-
export {mediaProcessingQueue} from "./services/asg/mediaProcessingQueue"
|
|
118
|
-
export {gallerySettingsService} from "./services/asg/gallerySettingsService"
|
|
119
|
-
export {cameraRollExportCoordinator, type CameraRollExportSummary} from "./services/asg/cameraRollExportCoordinator"
|
|
120
|
-
export {
|
|
121
|
-
INVALID_DOWNLOADED_MEDIA,
|
|
122
|
-
validateCaptureMetadataForDownload,
|
|
123
|
-
validateDownloadedMediaFile,
|
|
124
|
-
} from "./services/asg/galleryMediaValidation"
|
|
125
|
-
export {emitGalleryNotice, onGalleryNotice} from "./services/asg/galleryNotices"
|
|
126
|
-
|
|
127
|
-
// Phone-side capture coordinators.
|
|
128
|
-
export {phonePhotoCoordinator} from "./services/PhonePhotoCoordinator"
|
|
129
|
-
export {phoneStreamCoordinator} from "./services/PhoneStreamCoordinator"
|
|
130
|
-
|
|
131
|
-
// Raw runtime stores (re-exported via the host @/stores/* shims). Read models
|
|
132
|
-
// live on the engine facades; these are the migration escape hatch.
|
|
133
|
-
export {useDisplayStore, flushDisplayCoalesceForTests} from "./stores/display"
|
|
134
|
-
export {useCoreStore} from "./stores/core"
|
|
135
|
-
export {useConnectionStore} from "./stores/connection"
|
|
136
|
-
export {useCloudClientStatusStore} from "./stores/cloudClientStatus"
|
|
137
|
-
export type {RuntimeAudioTransport, RuntimeSnapshot, RuntimeStatus} from "./stores/cloudClientStatus"
|
|
138
|
-
export {SETTINGS, OFFLINE_APPLETS, useSettingsStore, useSetting} from "./stores/settings"
|
|
139
|
-
export {MENTRA_LIVE_SETTING_KEYS, getBluetoothSettingKeysForDevice} from "./stores/bluetoothSettingKeys"
|
|
140
|
-
export {useAppStatusStore, installAppStoreHooks, type AppStoreHooks} from "./stores/apps"
|
|
141
|
-
|
|
142
|
-
// Cloud client + credentials + v1 comms.
|
|
143
|
-
export {cloudSecureStore} from "./utils/cloudClient/cloudSecureStore"
|
|
144
|
-
export {cloudClientService} from "./services/CloudClientService"
|
|
145
|
-
export {createCloudUdpSocket} from "./utils/cloudClient/RnUdpAdapter"
|
|
146
|
-
|
|
147
|
-
// Log ring buffer + console interception (bug-report attachments).
|
|
148
|
-
export {logBuffer, type LogEntry} from "./utils/devLogging"
|
|
149
|
-
|
|
150
|
-
// Bluetooth SDK internal compatibility passthrough. Prefer an engine facade
|
|
151
|
-
// when one exists; this remains an escape hatch for app-only compatibility
|
|
152
|
-
// needs (its event TYPES stay on the main entry).
|
|
153
|
-
export {default as BluetoothSdk} from "@mentra/bluetooth-sdk/internal"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
// Engine-owned MMKV instance + debug helper.
|
|
157
|
-
export {storage, printDirectory} from "./utils/storage"
|
|
158
|
-
// Process-wide event bus — one shared instance for engine services + host
|
|
159
|
-
// (re-exported via the @/utils/GlobalEventEmitter shim).
|
|
160
|
-
export {default as GlobalEventEmitter} from "./utils/GlobalEventEmitter"
|