@artisan-commerce/analytics-capacitor 0.1.0-canary.90 → 0.1.0-canary.91

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 CHANGED
@@ -53,7 +53,7 @@ const _State = class {
53
53
  let State$1 = _State;
54
54
  State$1._instance = null;
55
55
 
56
- var version = "0.14.0-canary.80";
56
+ var version = "0.1.0-canary.91";
57
57
  var packageJSON = {
58
58
  version: version};
59
59
 
package/dist/bundle.d.ts CHANGED
@@ -2825,12 +2825,12 @@ interface SetPaymentInfoParams$1 extends SegmentCommonEventParams, SegmentCustom
2825
2825
  * @interface SetPaymentInfoCommonParams
2826
2826
  * @since 0.5.14
2827
2827
  * @property {number} orderTotal The total cost of the order
2828
- * @property {PaymentType} paymentType The new set payment type (e.g. Cash)
2828
+ * @property {PaymentType} selectedPaymentType The new set payment type (e.g. Cash)
2829
2829
  * @property {string} cardType If paying with card, the card provider (e.g. visa)
2830
2830
  */
2831
2831
  interface SetPaymentInfoCommonParams {
2832
2832
  orderTotal: number;
2833
- paymentType: PaymentType;
2833
+ selectedPaymentType: PaymentType;
2834
2834
  cardType?: string;
2835
2835
  }
2836
2836
  /**
package/dist/bundle.mjs CHANGED
@@ -51,7 +51,7 @@ const _State = class {
51
51
  let State$1 = _State;
52
52
  State$1._instance = null;
53
53
 
54
- var version = "0.14.0-canary.80";
54
+ var version = "0.1.0-canary.91";
55
55
  var packageJSON = {
56
56
  version: version};
57
57
 
@@ -50,7 +50,7 @@
50
50
  let State$1 = _State;
51
51
  State$1._instance = null;
52
52
 
53
- var version = "0.14.0-canary.80";
53
+ var version = "0.1.0-canary.91";
54
54
  var packageJSON = {
55
55
  version: version};
56
56
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artisan-commerce/analytics-capacitor",
3
3
  "description": "Artisn commerce analytics capacitor library",
4
- "version": "0.1.0-canary.90",
4
+ "version": "0.1.0-canary.91",
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.111",
39
- "@artisan-commerce/shopping-cart-core": "0.12.0-canary.149",
40
- "@artisan-commerce/state": "0.3.0-canary.60",
41
- "@artisan-commerce/types": "0.14.0-canary.88",
38
+ "@artisan-commerce/products": "0.9.0-canary.112",
39
+ "@artisan-commerce/shopping-cart-core": "0.12.0-canary.150",
40
+ "@artisan-commerce/state": "0.3.0-canary.61",
41
+ "@artisan-commerce/types": "0.14.0-canary.89",
42
42
  "@capacitor-firebase/analytics": "^1.3.0",
43
43
  "@capacitor/core": "^4.0.0",
44
44
  "facebook-analytics-capacitor": "^1.0.0"
@@ -70,5 +70,5 @@
70
70
  }
71
71
  }
72
72
  },
73
- "gitHead": "48e81a107fe2d3843dc3bcad04488f7a66015463"
73
+ "gitHead": "36698b0b6ad312a3384f4cebaa5444b5993e8bbb"
74
74
  }