@artisan-commerce/analytics-web 0.1.0-canary.4 → 0.1.0-canary.7
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.
|
@@ -11,7 +11,7 @@ export declare const checkUniqueProviderNames: (providers: AnalyticsProviderType
|
|
|
11
11
|
* Check if the given providers tracker ids are unique.
|
|
12
12
|
*
|
|
13
13
|
* @since 0.5.14
|
|
14
|
-
* @param {
|
|
14
|
+
* @param {AnalyticsProviderTypes[]} providers Providers list
|
|
15
15
|
* @returns {boolean} true if no provider trackerId clashes with another
|
|
16
16
|
*/
|
|
17
17
|
export declare const checkUniqueProviderTrackerIds: (providers: AnalyticsProviderTypes[]) => boolean;
|
|
@@ -22,7 +22,7 @@ export declare const noActiveVendor: () => void;
|
|
|
22
22
|
*
|
|
23
23
|
* @since 0.5.14
|
|
24
24
|
* @param {string} eventName The name of the event
|
|
25
|
-
* @param {
|
|
25
|
+
* @param {AnalyticsProviderTypes} provider the provider that will emit the event
|
|
26
26
|
*/
|
|
27
27
|
export declare const vendorNotIncluded: (eventName: string, provider: AnalyticsProviderTypes) => void;
|
|
28
28
|
/**
|
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.7",
|
|
5
5
|
"main": "./build/main.bundle.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"author": "Luis Eduardo Andrade",
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@artisan-commerce/state": "0.2.2-canary.
|
|
33
|
+
"@artisan-commerce/state": "0.2.2-canary.3",
|
|
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.
|
|
39
|
-
"@artisan-commerce/types": "0.13.0-canary.
|
|
37
|
+
"@artisan-commerce/products": "0.8.2-canary.9",
|
|
38
|
+
"@artisan-commerce/shopping-cart": "0.11.0-canary.9",
|
|
39
|
+
"@artisan-commerce/types": "0.13.0-canary.5",
|
|
40
40
|
"@babel/core": "^7.10.5",
|
|
41
41
|
"@babel/preset-env": "^7.10.4",
|
|
42
42
|
"@babel/preset-react": "^7.10.4",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"avn": "^0.2.4",
|
|
50
50
|
"avn-nvm": "^0.2.2",
|
|
51
51
|
"clean-webpack-plugin": "^3.0.0",
|
|
52
|
-
"cross-env": "^7.0.2",
|
|
53
52
|
"dotenv-webpack": "^2.0.0",
|
|
54
53
|
"env-cmd": "^10.1.0",
|
|
55
54
|
"eslint": "^7.5.0",
|
|
@@ -84,5 +83,5 @@
|
|
|
84
83
|
"@artisan-commerce/products": "*",
|
|
85
84
|
"@artisan-commerce/shopping-cart": "*"
|
|
86
85
|
},
|
|
87
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "300cc3ac5ee7cbec431b343043bafd1a79fbec58"
|
|
88
87
|
}
|