@artsy/cohesion
Advanced tools
Comparing version 1.0.1-canary.34.593.0 to 1.0.1
@@ -0,1 +1,20 @@ | ||
# v1.0.1 (Mon May 11 2020) | ||
#### 🐛 Bug Fix | ||
- Tapped entity event helper [#32](https://github.com/artsy/cohesion/pull/32) ([@eessex](https://github.com/eessex)) | ||
#### 🏠 Internal | ||
- Update yarn orb from 4.0.2 to v5 [#34](https://github.com/artsy/cohesion/pull/34) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot])) | ||
- Update auto orb from 1.2.0 to v1.2.1 [#33](https://github.com/artsy/cohesion/pull/33) ([@renovate-bot](https://github.com/renovate-bot)) | ||
#### Authors: 3 | ||
- [@renovate[bot]](https://github.com/renovate[bot]) | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot)) | ||
--- | ||
# v1.0.0 (Thu Apr 30 2020) | ||
@@ -2,0 +21,0 @@ |
@@ -5,1 +5,2 @@ export * from "./Authentication/AuthImpression"; | ||
export * from "./Authentication/ResetYourPassword"; | ||
export * from "./Tap/TappedEntityGroup"; |
@@ -53,2 +53,14 @@ "use strict"; | ||
}); | ||
}); | ||
var _TappedEntityGroup = require("./Tap/TappedEntityGroup"); | ||
Object.keys(_TappedEntityGroup).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _TappedEntityGroup[key]; | ||
} | ||
}); | ||
}); |
/** | ||
* Screen or page owner types, for Eigen and Force respectively | ||
* All owner types available for iOS (screen) and web (page) | ||
* @packageDocumentation | ||
@@ -9,8 +9,10 @@ */ | ||
auctions = "auctions", | ||
consign = "consign", | ||
cityGuideGuide = "cityGuideGuide", | ||
cityGuideMap = "cityGuideMap", | ||
cityPicker = "cityPicker", | ||
collection = "collection", | ||
consign = "consign", | ||
explore = "explore", | ||
fair = "fair", | ||
home = "home", | ||
inbox = "inbox", | ||
@@ -27,6 +29,6 @@ sale = "sale", | ||
*/ | ||
export declare type ScreenOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.consign | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.explore | OwnerType.fair | OwnerType.inbox | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.worksForYou; | ||
export declare type ScreenOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.explore | OwnerType.fair | OwnerType.home | OwnerType.inbox | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.worksForYou; | ||
/** | ||
* Owner types available in web/mobile web | ||
*/ | ||
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.consign | OwnerType.fair | OwnerType.search; | ||
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.home | OwnerType.search; |
@@ -9,3 +9,3 @@ "use strict"; | ||
/** | ||
* Screen or page owner types, for Eigen and Force respectively | ||
* All owner types available for iOS (screen) and web (page) | ||
* @packageDocumentation | ||
@@ -24,8 +24,10 @@ */ | ||
OwnerType["auctions"] = "auctions"; | ||
OwnerType["consign"] = "consign"; | ||
OwnerType["cityGuideGuide"] = "cityGuideGuide"; | ||
OwnerType["cityGuideMap"] = "cityGuideMap"; | ||
OwnerType["cityPicker"] = "cityPicker"; | ||
OwnerType["collection"] = "collection"; | ||
OwnerType["consign"] = "consign"; | ||
OwnerType["explore"] = "explore"; | ||
OwnerType["fair"] = "fair"; | ||
OwnerType["home"] = "home"; | ||
OwnerType["inbox"] = "inbox"; | ||
@@ -32,0 +34,0 @@ OwnerType["sale"] = "sale"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.0.1-canary.34.593.0", | ||
"version": "1.0.1", | ||
"description": "Analytics schema and library helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
57504
38
1336
0