@artisan-commerce/analytics-web 0.1.0-canary.11 → 0.1.0-canary.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -208,7 +208,6 @@ export interface ProvidersHandlers<T> {
|
|
|
208
208
|
* Shared params across every event.
|
|
209
209
|
*
|
|
210
210
|
* @interface EventCommonParams
|
|
211
|
-
* @author Luis Eduardo Andrade
|
|
212
211
|
* @since 0.5.14
|
|
213
212
|
* @property {string} userId The unique identifier of a user across platforms
|
|
214
213
|
* @property {boolean} isAnonymous Whether the user is registered or not
|
|
@@ -9,4 +9,4 @@ export declare const setState: (state: Partial<GlobalState>) => void;
|
|
|
9
9
|
* @since 0.5.14
|
|
10
10
|
* @param {Vendor|number} vendor New active vendor
|
|
11
11
|
*/
|
|
12
|
-
export declare const updateActiveVendor: (vendor: Vendor | Vendor["id"]) => void;
|
|
12
|
+
export declare const updateActiveVendor: (vendor: Vendor | Vendor["id"] | undefined) => void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/analytics-web",
|
|
3
3
|
"description": "Artisan commerce analytics web library",
|
|
4
|
-
"version": "0.1.0-canary.
|
|
4
|
+
"version": "0.1.0-canary.13",
|
|
5
5
|
"main": "./build/main.bundle.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"snake-case": "^3.0.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@artisan-commerce/products": "0.8.2-canary.
|
|
38
|
-
"@artisan-commerce/shopping-cart": "0.11.0-canary.
|
|
37
|
+
"@artisan-commerce/products": "0.8.2-canary.13",
|
|
38
|
+
"@artisan-commerce/shopping-cart": "0.11.0-canary.13",
|
|
39
39
|
"@artisan-commerce/types": "0.13.0-canary.7",
|
|
40
40
|
"@babel/core": "^7.10.5",
|
|
41
41
|
"@babel/preset-env": "^7.10.4",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"@artisan-commerce/products": "*",
|
|
84
84
|
"@artisan-commerce/shopping-cart": "*"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "aa40561b5711469df4f123183eaab907ee7f2312"
|
|
87
87
|
}
|