@artsy/cohesion
Advanced tools
Comparing version 0.2.1 to 0.2.2-canary.20.352.0
@@ -1,2 +0,2 @@ | ||
import { AuthContextModule, AuthImpression, AuthIntent, AuthModalType, AuthTrigger } from "Schema"; | ||
import { AuthContextModule, AuthImpression, AuthIntent, AuthModalType, AuthTrigger } from "../../Schema"; | ||
export interface AuthImpressionArgs { | ||
@@ -3,0 +3,0 @@ copy?: string; |
@@ -1,2 +0,2 @@ | ||
import { CreatedAccount } from "Schema/Event"; | ||
import { CreatedAccount } from "../../Schema/Event"; | ||
import { AccountArgs } from "./Typings"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { SuccessfullyLoggedIn } from "Schema/Event"; | ||
import { SuccessfullyLoggedIn } from "../../Schema/Event"; | ||
import { AccountArgs } from "./Typings"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,3 +0,3 @@ | ||
import { AuthContextModule, AuthIntent, AuthTrigger } from "index"; | ||
import { AuthService } from "Schema/Authentication"; | ||
import { AuthContextModule, AuthIntent, AuthTrigger } from "../../Schema"; | ||
import { AuthService } from "../../Schema/Authentication"; | ||
export interface AccountArgs { | ||
@@ -4,0 +4,0 @@ authRedirect: string; |
@@ -1,2 +0,2 @@ | ||
export * from "Events"; | ||
export * from "Schema"; | ||
export * from "./Events"; | ||
export * from "./Schema"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "0.2.1", | ||
"version": "0.2.2-canary.20.352.0", | ||
"description": "Analytics schema and library helpers", | ||
@@ -34,3 +34,2 @@ "main": "dist/index.js", | ||
"babel-jest": "25.3.0", | ||
"babel-plugin-module-resolver": "4.0.0", | ||
"concurrently": "5.1.0", | ||
@@ -37,0 +36,0 @@ "husky": "4.2.5", |
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
28621
16