@sgorg/datawarehouse-common
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -10,4 +10,5 @@ declare enum DataProvider { | ||
AppLovin = "applovin", | ||
GameBot = "game-bot" | ||
GameBot = "game-bot", | ||
GoogleAnalytics = "google-analytics" | ||
} | ||
export default DataProvider; |
@@ -14,4 +14,5 @@ "use strict"; | ||
DataProvider["GameBot"] = "game-bot"; | ||
DataProvider["GoogleAnalytics"] = "google-analytics"; | ||
})(DataProvider || (DataProvider = {})); | ||
exports.default = DataProvider; | ||
//# sourceMappingURL=dataProviders.js.map |
{ | ||
"name": "@sgorg/datawarehouse-common", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Project to share constants and configuration across iac projects", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main.js", |
Sorry, the diff of this file is not supported yet
29093
371