UNPKG

@embrace-io/web-sdk

Version:
15 lines (14 loc) 663 B
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); //#region src/resources/constants/index.ts const TEMPLATE_APP_VERSION = "EmbIOAppVersionX.X.X"; const SDK_VERSION = "2.25.0"; const EMBRACE_SERVICE_NAME = "embrace-web-sdk"; const NATIVE_FRAMEWORK = 1; const EMBRACE_APP_INSTANCE_ID_STORAGE_KEY = "embrace_app_instance_id"; //#endregion exports.EMBRACE_APP_INSTANCE_ID_STORAGE_KEY = EMBRACE_APP_INSTANCE_ID_STORAGE_KEY; exports.EMBRACE_SERVICE_NAME = EMBRACE_SERVICE_NAME; exports.NATIVE_FRAMEWORK = NATIVE_FRAMEWORK; exports.SDK_VERSION = SDK_VERSION; exports.TEMPLATE_APP_VERSION = TEMPLATE_APP_VERSION; //# sourceMappingURL=index.cjs.map