@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 +1 -1
- package/dist/bundle.d.ts +1 -1
- 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
|
@@ -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
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.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.
|
|
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.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": "
|
|
67
|
+
"gitHead": "da3b607a50be5f075bfc8bebc8d737ab151e42b5"
|
|
68
68
|
}
|