@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coxwave/tap-kit-types",
3
- "version": "0.0.66",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "Shared TypeScript types for TapKit SDK packages",
6
6
  "main": "dist/index.js",