@mx-cartographer/common
Advanced tools
Comparing version 8.1.1 to 8.1.2
@@ -0,1 +1,5 @@ | ||
## [8.1.2] - 10-23-2024 | ||
- **FIXED** - Put `BeatApi` back as the `Transactions` package, and in turn `Pulse` are relying on it | ||
## [8.1.1] - 10-23-2024 | ||
@@ -2,0 +6,0 @@ |
@@ -38,2 +38,3 @@ declare global { | ||
export { AnalyticsApi } from './api/AnalyticsApi'; | ||
export { BeatApi } from './api/BeatApi'; | ||
export { CategoryApi } from './api/CategoryApi'; | ||
@@ -40,0 +41,0 @@ export { LocalizedContentApi } from './api/LocalizedContentApi'; |
@@ -18,2 +18,3 @@ // Common Components | ||
export { AnalyticsApi } from './api/AnalyticsApi'; | ||
export { BeatApi } from './api/BeatApi'; | ||
export { CategoryApi } from './api/CategoryApi'; | ||
@@ -20,0 +21,0 @@ export { LocalizedContentApi } from './api/LocalizedContentApi'; |
{ | ||
"name": "@mx-cartographer/common", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "Common components used within Cartographer", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
386990
205
5631