@artsy/cohesion
Advanced tools
Comparing version 4.107.0 to 4.108.0
@@ -10,2 +10,3 @@ export * from "./Events"; | ||
export * from "./Events/Impression"; | ||
export * from "./Events/ImpressionTracking"; | ||
export * from "./Events/Inquiries"; | ||
@@ -12,0 +13,0 @@ export * from "./Events/MyCollection"; |
@@ -115,2 +115,14 @@ "use strict"; | ||
var _ImpressionTracking = require("./Events/ImpressionTracking"); | ||
Object.keys(_ImpressionTracking).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _ImpressionTracking[key]; | ||
} | ||
}); | ||
}); | ||
var _Inquiries = require("./Events/Inquiries"); | ||
@@ -117,0 +129,0 @@ |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "4.107.0", | ||
"version": "4.108.0", | ||
"description": "Analytics schema", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
447194
9914