@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.
@@ -52,9 +52,10 @@
52
52
 
53
53
  var name = "@artisan-commerce/analytics-capacitor";
54
54
  var description = "Artisn commerce analytics capacitor library";
55
- var version = "0.1.0-canary.38";
56
- var main = "./dist/bundle.cjs.js";
57
- var module = "./dist/bundle.esm.js";
55
+ var version = "0.1.0-canary.39";
56
+ var type = "module";
57
+ var main = "./dist/bundle.cjs";
58
+ var module = "./dist/bundle.mjs";
58
59
  var types = "./dist/bundle.d.ts";
59
60
  var files = [
60
61
  "dist"
@@ -69,9 +70,9 @@
69
70
  test: "jest --watchAll --runInBand",
70
71
  "test:all": "yarn test --watchAll=false --coverage",
71
72
  "test:ci": "cross-env CI=true jest --runInBand",
72
- "test:staged": "yarn test:ci --findRelatedTests ./src",
73
+ "test:staged": "yarn test:ci",
73
74
  "check-types": "tsc --noEmit",
74
- lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.js --ext .js,jsx,.ts,.tsx .",
75
+ lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
75
76
  "lint:staged": "yarn lint --max-warnings=0",
76
77
  prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
77
78
  format: "yarn prettier --write",
@@ -86,7 +87,7 @@
86
87
  };
87
88
  var devDependencies = {
88
89
  "@artisan-commerce/products": "0.9.0-canary.66",
89
- "@artisan-commerce/shopping-cart-core": "0.12.0-canary.98",
90
+ "@artisan-commerce/shopping-cart-core": "0.12.0-canary.99",
90
91
  "@artisan-commerce/state": "0.3.0-canary.15",
91
92
  "@artisan-commerce/types": "0.14.0-canary.43",
92
93
  "@capacitor-firebase/analytics": "^1.3.0",
@@ -124,6 +125,7 @@
124
125
  name: name,
125
126
  description: description,
126
127
  version: version,
128
+ type: type,
127
129
  main: main,
128
130
  module: module,
129
131
  types: types,
@@ -15620,7 +15622,5 @@ ${key}: ${value}`;
15620
15622
  exports.initAnalytics = initAnalytics;
15621
15623
  exports.updateActiveVendor = updateActiveVendor;
15622
15624
 
15623
- Object.defineProperty(exports, '__esModule', { value: true });
15624
-
15625
15625
  }));
15626
15626
  //# sourceMappingURL=bundle.umd.js.map