@artsy/cohesion
Advanced tools
Comparing version 0.1.2-canary.12.280.0 to 0.1.2-canary.18.296.0
@@ -0,1 +1,31 @@ | ||
# v0.1.1 (Mon Apr 20 2020) | ||
#### 🐛 Bug Fix | ||
- Adds createdAccount and successfullyLoggedIn to Schema [#16](https://github.com/artsy/cohesion/pull/16) ([@abhitip](https://github.com/abhitip)) | ||
#### Authors: 1 | ||
- Abhiti Prabahar ([@abhitip](https://github.com/abhitip)) | ||
--- | ||
# v0.1.0 (Fri Apr 17 2020) | ||
#### 🚀 Enhancement | ||
- Update auction results tracking strings [#15](https://github.com/artsy/cohesion/pull/15) ([@lilyfromseattle](https://github.com/lilyfromseattle)) | ||
#### 🏠 Internal | ||
- Pin dep @artsy/auto-config from ^1.0.2 to 1.0.2 [#11](https://github.com/artsy/cohesion/pull/11) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot])) | ||
#### Authors: 3 | ||
- [@renovate[bot]](https://github.com/renovate[bot]) | ||
- Lily Pace ([@lilyfromseattle](https://github.com/lilyfromseattle)) | ||
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot)) | ||
--- | ||
# v0.0.2 (Thu Apr 16 2020) | ||
@@ -2,0 +32,0 @@ |
@@ -19,2 +19,4 @@ "use strict"; | ||
ActionType["authImpression"] = "authImpression"; | ||
ActionType["createdAccount"] = "createdAccount"; | ||
ActionType["successfullyLoggedIn"] = "successfullyLoggedIn"; | ||
})(ActionType || (exports.ActionType = ActionType = {})); |
@@ -50,5 +50,5 @@ "use strict"; | ||
AuthIntent["login"] = "login"; | ||
AuthIntent["loginToSeeEstimate"] = "loginToSeeEstimate"; | ||
AuthIntent["loginToSeePrice"] = "loginToSeePrice"; | ||
AuthIntent["loginToSeeRealizedPrice"] = "loginToSeeRealizedPrice"; | ||
AuthIntent["seeEstimateAuctionRecords"] = "seeEstimateAuctionRecords"; | ||
AuthIntent["seePriceAuctionRecords"] = "seePriceAuctionRecords"; | ||
AuthIntent["seeRealizedPriceAuctionRecords"] = "seeRealizedPriceAuctionRecords"; | ||
AuthIntent["makeOffer"] = "makeOffer"; | ||
@@ -55,0 +55,0 @@ AuthIntent["registerToBid"] = "registerToBid"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "0.1.2-canary.12.280.0", | ||
"version": "0.1.2-canary.18.296.0", | ||
"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
15343
242