@coxwave/tap-kit-types 0.0.66 → 1.0.3
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.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -827,6 +827,8 @@ declare global {
|
|
|
827
827
|
__TAP_KIT_LOADER_LOADING__?: Promise<void>;
|
|
828
828
|
__TAP_KIT_LOADER_URL__?: string; // Override CDN loader URL for local testing
|
|
829
829
|
__TAP_KIT_CORE_URL__?: string; // Override to load local IIFE directly (bypass loader)
|
|
830
|
+
__TAP_KIT_BASE_URL__?: string; // Override CDN base URL for local testing
|
|
831
|
+
__TAPKIT_INFERRED_BUILD_ENV__?: "dev" | "prod" | "demo" | "staging"; // Inferred build environment
|
|
830
832
|
TapKitLoaded?: boolean; // Set by loader.js when real SDK is loaded
|
|
831
833
|
}
|
|
832
834
|
|