@artisan-commerce/analytics-capacitor 0.1.0-canary.39 → 0.1.0-canary.40
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.js → bundle.cjs} +9 -9
- package/dist/bundle.cjs.map +1 -0
- package/dist/bundle.d.ts +90 -90
- package/dist/{bundle.esm.js → bundle.mjs} +9 -7
- package/dist/bundle.mjs.map +1 -0
- package/dist/bundle.umd.js +8 -8
- package/dist/bundle.umd.js.map +1 -1
- package/package.json +11 -10
- package/dist/bundle.cjs.js.map +0 -1
- package/dist/bundle.esm.js.map +0 -1
|
@@ -53,9 +53,10 @@ State$1._instance = null;
|
|
|
53
53
|
|
|
54
54
|
var name = "@artisan-commerce/analytics-capacitor";
|
|
55
55
|
var description = "Artisn commerce analytics capacitor library";
|
|
56
|
-
var version = "0.1.0-canary.
|
|
57
|
-
var
|
|
58
|
-
var
|
|
56
|
+
var version = "0.1.0-canary.39";
|
|
57
|
+
var type = "module";
|
|
58
|
+
var main = "./dist/bundle.cjs";
|
|
59
|
+
var module = "./dist/bundle.mjs";
|
|
59
60
|
var types = "./dist/bundle.d.ts";
|
|
60
61
|
var files = [
|
|
61
62
|
"dist"
|
|
@@ -70,9 +71,9 @@ var scripts = {
|
|
|
70
71
|
test: "jest --watchAll --runInBand",
|
|
71
72
|
"test:all": "yarn test --watchAll=false --coverage",
|
|
72
73
|
"test:ci": "cross-env CI=true jest --runInBand",
|
|
73
|
-
"test:staged": "yarn test:ci
|
|
74
|
+
"test:staged": "yarn test:ci",
|
|
74
75
|
"check-types": "tsc --noEmit",
|
|
75
|
-
lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.
|
|
76
|
+
lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
|
|
76
77
|
"lint:staged": "yarn lint --max-warnings=0",
|
|
77
78
|
prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
|
|
78
79
|
format: "yarn prettier --write",
|
|
@@ -87,7 +88,7 @@ var dependencies = {
|
|
|
87
88
|
};
|
|
88
89
|
var devDependencies = {
|
|
89
90
|
"@artisan-commerce/products": "0.9.0-canary.66",
|
|
90
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
91
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.99",
|
|
91
92
|
"@artisan-commerce/state": "0.3.0-canary.15",
|
|
92
93
|
"@artisan-commerce/types": "0.14.0-canary.43",
|
|
93
94
|
"@capacitor-firebase/analytics": "^1.3.0",
|
|
@@ -125,6 +126,7 @@ var packageJSON = {
|
|
|
125
126
|
name: name,
|
|
126
127
|
description: description,
|
|
127
128
|
version: version,
|
|
129
|
+
type: type,
|
|
128
130
|
main: main,
|
|
129
131
|
module: module,
|
|
130
132
|
types: types,
|
|
@@ -15615,4 +15617,4 @@ const identifyUser = (identify) => {
|
|
|
15615
15617
|
};
|
|
15616
15618
|
|
|
15617
15619
|
export { Providers, checkInit, events, identifyUser, initAnalytics, updateActiveVendor };
|
|
15618
|
-
//# sourceMappingURL=bundle.
|
|
15620
|
+
//# sourceMappingURL=bundle.mjs.map
|