@artisan-commerce/analytics-web 0.2.0-canary.124 → 0.2.0-canary.129

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
@@ -50,7 +50,7 @@ const _State = class {
50
50
  let State$1 = _State;
51
51
  State$1._instance = null;
52
52
 
53
- var version = "0.2.0-canary.123";
53
+ var version = "0.2.0-canary.125";
54
54
  var packageJSON = {
55
55
  version: version};
56
56
 
package/dist/bundle.d.ts CHANGED
@@ -556,7 +556,7 @@ type SupportedProviders = "GOOGLE_ANALYTICS" | "FACEBOOK_PIXEL" | "SEGMENT";
556
556
  * @typedef AuthProviderMethods
557
557
  * @since 0.1.0
558
558
  */
559
- type AuthProviderMethods = "Google" | "Facebook" | "Apple" | "Email and Password" | "Phone";
559
+ type AuthProviderMethods = "Google" | "Facebook" | "Apple" | "Email and Password" | "Phone" | "OTP";
560
560
 
561
561
  /**
562
562
  * Analytics Provider base intance config.
package/dist/bundle.mjs CHANGED
@@ -48,7 +48,7 @@ const _State = class {
48
48
  let State$1 = _State;
49
49
  State$1._instance = null;
50
50
 
51
- var version = "0.2.0-canary.123";
51
+ var version = "0.2.0-canary.125";
52
52
  var packageJSON = {
53
53
  version: version};
54
54
 
@@ -50,7 +50,7 @@
50
50
  let State$1 = _State;
51
51
  State$1._instance = null;
52
52
 
53
- var version = "0.2.0-canary.123";
53
+ var version = "0.2.0-canary.125";
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-web",
3
3
  "description": "Artisn commerce analytics web library",
4
- "version": "0.2.0-canary.124",
4
+ "version": "0.2.0-canary.129",
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.80",
39
- "@artisan-commerce/shopping-cart-core": "0.12.0-canary.117",
40
- "@artisan-commerce/state": "0.3.0-canary.29",
41
- "@artisan-commerce/types": "0.14.0-canary.57"
38
+ "@artisan-commerce/products": "0.9.0-canary.85",
39
+ "@artisan-commerce/shopping-cart-core": "0.12.0-canary.122",
40
+ "@artisan-commerce/state": "0.3.0-canary.34",
41
+ "@artisan-commerce/types": "0.14.0-canary.62"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@artisan-commerce/products": "*",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  }
66
66
  },
67
- "gitHead": "9f584ae7a9834d06fe6dab12b110a0ba2c63d93d"
67
+ "gitHead": "da3b607a50be5f075bfc8bebc8d737ab151e42b5"
68
68
  }