@artisan-commerce/analytics-web 0.2.0-canary.154 → 0.2.0-canary.155
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.
- package/dist/bundle.cjs +1 -1
- package/dist/bundle.d.ts +0 -2
- package/dist/bundle.mjs +1 -1
- package/dist/bundle.umd.js +1 -1
- package/package.json +6 -6
package/dist/bundle.cjs
CHANGED
package/dist/bundle.d.ts
CHANGED
|
@@ -52,8 +52,6 @@ interface GoogleAnalyticsCustomEventParams {
|
|
|
52
52
|
[key: string]: any;
|
|
53
53
|
}
|
|
54
54
|
interface CommonGoogleAnalyticsEventParams {
|
|
55
|
-
/** The item that the user is selecting */
|
|
56
|
-
item: Gtag.Item;
|
|
57
55
|
/** Param used to add `item_list_name` outside the items array */
|
|
58
56
|
list?: string;
|
|
59
57
|
}
|
package/dist/bundle.mjs
CHANGED
package/dist/bundle.umd.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/analytics-web",
|
|
3
3
|
"description": "Artisn commerce analytics web library",
|
|
4
|
-
"version": "0.2.0-canary.
|
|
4
|
+
"version": "0.2.0-canary.155",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/bundle.cjs",
|
|
7
7
|
"module": "./dist/bundle.mjs",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"snake-case": "^3.0.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
39
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
40
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
41
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
38
|
+
"@artisan-commerce/products": "0.9.0-canary.110",
|
|
39
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.148",
|
|
40
|
+
"@artisan-commerce/state": "0.3.0-canary.59",
|
|
41
|
+
"@artisan-commerce/types": "0.14.0-canary.87"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@artisan-commerce/products": "*",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "252305499d465ee4d374f22b1a8576cc54d2e157"
|
|
68
68
|
}
|