@firestitch/analytics
Advanced tools
Comparing version 12.3.12 to 13.0.0
@@ -1,5 +0,6 @@ | ||
import { PurchaseEvent } from "../interfaces"; | ||
import { PurchaseEvent } from '../interfaces'; | ||
import { Provider } from "./provider"; | ||
export declare class KlaviyoProvider extends Provider { | ||
init(): void; | ||
get klaviyo(): any; | ||
trackPage(path: string): void; | ||
@@ -6,0 +7,0 @@ purchase(data: PurchaseEvent): void; |
{ | ||
"name": "@firestitch/analytics", | ||
"version": "12.3.12", | ||
"version": "13.0.0", | ||
"repository": { | ||
@@ -20,8 +20,21 @@ "type": "git", | ||
"sideEffects": false, | ||
"main": "bundles/firestitch-analytics.umd.js", | ||
"module": "fesm2015/firestitch-analytics.js", | ||
"es2015": "fesm2015/firestitch-analytics.js", | ||
"esm2015": "esm2015/firestitch-analytics.js", | ||
"fesm2015": "fesm2015/firestitch-analytics.js", | ||
"typings": "firestitch-analytics.d.ts" | ||
"module": "fesm2015/firestitch-analytics.mjs", | ||
"es2020": "fesm2020/firestitch-analytics.mjs", | ||
"esm2020": "esm2020/firestitch-analytics.mjs", | ||
"fesm2020": "fesm2020/firestitch-analytics.mjs", | ||
"fesm2015": "fesm2015/firestitch-analytics.mjs", | ||
"typings": "firestitch-analytics.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./firestitch-analytics.d.ts", | ||
"esm2020": "./esm2020/firestitch-analytics.mjs", | ||
"es2020": "./fesm2020/firestitch-analytics.mjs", | ||
"es2015": "./fesm2015/firestitch-analytics.mjs", | ||
"node": "./fesm2015/firestitch-analytics.mjs", | ||
"default": "./fesm2020/firestitch-analytics.mjs" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
200841
1871
1