@artsy/cohesion
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -0,1 +1,13 @@ | ||
# v0.2.4 (Wed Apr 22 2020) | ||
#### ⚠️ Pushed to `master` | ||
- fix example comment formatting ([@eessex](https://github.com/eessex)) | ||
#### Authors: 1 | ||
- Eve Essex ([@eessex](https://github.com/eessex)) | ||
--- | ||
# v0.2.3 (Wed Apr 22 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -7,2 +7,3 @@ import { CreatedAccount } from "../../Schema/Event"; | ||
* @example | ||
* ``` | ||
* createdAccount({ | ||
@@ -15,3 +16,4 @@ * authRedirect: "https://artsy.net/artist/andy-warhol" | ||
* }) | ||
* ``` | ||
*/ | ||
export declare const createdAccount: ({ authRedirect, contextModule, intent, service, triggerSeconds, }: AccountArgs) => CreatedAccount; |
@@ -14,2 +14,3 @@ "use strict"; | ||
* @example | ||
* ``` | ||
* createdAccount({ | ||
@@ -22,2 +23,3 @@ * authRedirect: "https://artsy.net/artist/andy-warhol" | ||
* }) | ||
* ``` | ||
*/ | ||
@@ -24,0 +26,0 @@ const createdAccount = ({ |
@@ -7,2 +7,3 @@ import { SuccessfullyLoggedIn } from "../../Schema/Event"; | ||
* @example | ||
* ``` | ||
* successfullyLoggedIn({ | ||
@@ -15,3 +16,4 @@ * authRedirect: "https://artsy.net/artist/andy-warhol" | ||
* }) | ||
* ``` | ||
*/ | ||
export declare const successfullyLoggedIn: ({ authRedirect, contextModule, intent, service, triggerSeconds, }: AccountArgs) => SuccessfullyLoggedIn; |
@@ -14,2 +14,3 @@ "use strict"; | ||
* @example | ||
* ``` | ||
* successfullyLoggedIn({ | ||
@@ -22,2 +23,3 @@ * authRedirect: "https://artsy.net/artist/andy-warhol" | ||
* }) | ||
* ``` | ||
*/ | ||
@@ -24,0 +26,0 @@ const successfullyLoggedIn = ({ |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"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
29406
617