@coinbase/cookie-manager
Advanced tools
Comparing version 1.1.6 to 1.1.7
# Changelog | ||
## 1.1.7 (07/17/2024) | ||
- Include Tracker in the list of exported types | ||
## 1.1.6 (07/17/2024) | ||
@@ -4,0 +8,0 @@ |
@@ -10,3 +10,3 @@ export { TRACKER_CATEGORIES } from './constants'; | ||
export { useTrackingManager } from './TrackingManagerContext'; | ||
export { Framework, Region, TrackerType, TrackingCategory, TrackingPreference } from './types'; | ||
export { Framework, Region, Tracker, TrackerType, TrackingCategory, TrackingPreference, } from './types'; | ||
export { default as areCookiesEnabled } from './utils/areCookiesEnabled'; | ||
@@ -13,0 +13,0 @@ export { default as getDefaultTrackingPreference } from './utils/getDefaultTrackingPreference'; |
{ | ||
"name": "@coinbase/cookie-manager", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Coinbase Cookie Manager", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -13,3 +13,10 @@ export { TRACKER_CATEGORIES } from './constants'; | ||
export { useTrackingManager } from './TrackingManagerContext'; | ||
export { Framework, Region, TrackerType, TrackingCategory, TrackingPreference } from './types'; | ||
export { | ||
Framework, | ||
Region, | ||
Tracker, | ||
TrackerType, | ||
TrackingCategory, | ||
TrackingPreference, | ||
} from './types'; | ||
export { default as areCookiesEnabled } from './utils/areCookiesEnabled'; | ||
@@ -16,0 +23,0 @@ export { default as getDefaultTrackingPreference } from './utils/getDefaultTrackingPreference'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142088
2946