@snowplow/tracker-core
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
@@ -684,3 +684,3 @@ /** | ||
/** The number added to the cart */ | ||
quantity: string; | ||
quantity: number; | ||
/** The name of the product */ | ||
@@ -691,3 +691,3 @@ name?: string; | ||
/** The price of the product */ | ||
unitPrice?: string; | ||
unitPrice?: number; | ||
/** The currency of the product */ | ||
@@ -714,3 +714,3 @@ currency?: string; | ||
/** The number removed from the cart */ | ||
quantity: string; | ||
quantity: number; | ||
/** The name of the product */ | ||
@@ -721,3 +721,3 @@ name?: string; | ||
/** The price of the product */ | ||
unitPrice?: string; | ||
unitPrice?: number; | ||
/** The currency of the product */ | ||
@@ -724,0 +724,0 @@ currency?: string; |
/*! | ||
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.1 (http://bit.ly/sp-js) | ||
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.2 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
@@ -684,3 +684,3 @@ /** | ||
/** The number added to the cart */ | ||
quantity: string; | ||
quantity: number; | ||
/** The name of the product */ | ||
@@ -691,3 +691,3 @@ name?: string; | ||
/** The price of the product */ | ||
unitPrice?: string; | ||
unitPrice?: number; | ||
/** The currency of the product */ | ||
@@ -714,3 +714,3 @@ currency?: string; | ||
/** The number removed from the cart */ | ||
quantity: string; | ||
quantity: number; | ||
/** The name of the product */ | ||
@@ -721,3 +721,3 @@ name?: string; | ||
/** The price of the product */ | ||
unitPrice?: string; | ||
unitPrice?: number; | ||
/** The currency of the product */ | ||
@@ -724,0 +724,0 @@ currency?: string; |
/*! | ||
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.1 (http://bit.ly/sp-js) | ||
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.2 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
@@ -684,3 +684,3 @@ /** | ||
/** The number added to the cart */ | ||
quantity: string; | ||
quantity: number; | ||
/** The name of the product */ | ||
@@ -691,3 +691,3 @@ name?: string; | ||
/** The price of the product */ | ||
unitPrice?: string; | ||
unitPrice?: number; | ||
/** The currency of the product */ | ||
@@ -714,3 +714,3 @@ currency?: string; | ||
/** The number removed from the cart */ | ||
quantity: string; | ||
quantity: number; | ||
/** The name of the product */ | ||
@@ -721,3 +721,3 @@ name?: string; | ||
/** The price of the product */ | ||
unitPrice?: string; | ||
unitPrice?: number; | ||
/** The currency of the product */ | ||
@@ -724,0 +724,0 @@ currency?: string; |
/*! | ||
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.1 (http://bit.ly/sp-js) | ||
* Core functionality for Snowplow JavaScript trackers v3.0.0-beta.2 (http://bit.ly/sp-js) | ||
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
{ | ||
"name": "@snowplow/tracker-core", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "Core functionality for Snowplow JavaScript trackers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet