@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.
@@ -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.38";
57
- var main = "./dist/bundle.cjs.js";
58
- var module = "./dist/bundle.esm.js";
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 --findRelatedTests ./src",
74
+ "test:staged": "yarn test:ci",
74
75
  "check-types": "tsc --noEmit",
75
- lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.js --ext .js,jsx,.ts,.tsx .",
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.98",
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.esm.js.map
15620
+ //# sourceMappingURL=bundle.mjs.map