@artisan-commerce/analytics-web 0.2.0-canary.104 → 0.2.0-canary.106

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-web";
54
54
  var description = "Artisn commerce analytics web library";
55
- var version = "0.2.0-canary.103";
56
- var main = "./dist/bundle.cjs.js";
57
- var module = "./dist/bundle.esm.js";
55
+ var version = "0.2.0-canary.105";
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",
@@ -85,10 +86,10 @@
85
86
  "snake-case": "^3.0.4"
86
87
  };
87
88
  var devDependencies = {
88
- "@artisan-commerce/products": "0.9.0-canary.65",
89
- "@artisan-commerce/shopping-cart-core": "0.12.0-canary.97",
90
- "@artisan-commerce/state": "0.3.0-canary.14",
91
- "@artisan-commerce/types": "0.14.0-canary.42"
89
+ "@artisan-commerce/products": "0.9.0-canary.66",
90
+ "@artisan-commerce/shopping-cart-core": "0.12.0-canary.99",
91
+ "@artisan-commerce/state": "0.3.0-canary.15",
92
+ "@artisan-commerce/types": "0.14.0-canary.43"
92
93
  };
93
94
  var peerDependencies = {
94
95
  "@artisan-commerce/products": "*",
@@ -118,6 +119,7 @@
118
119
  name: name,
119
120
  description: description,
120
121
  version: version,
122
+ type: type,
121
123
  main: main,
122
124
  module: module,
123
125
  types: types,
@@ -13994,7 +13996,5 @@ ${key}: ${value}`;
13994
13996
  exports.initAnalytics = initAnalytics;
13995
13997
  exports.updateActiveVendor = updateActiveVendor;
13996
13998
 
13997
- Object.defineProperty(exports, '__esModule', { value: true });
13998
-
13999
13999
  }));
14000
14000
  //# sourceMappingURL=bundle.umd.js.map