@artisan-commerce/analytics-web 0.2.0-canary.105 → 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.
@@ -50,9 +50,10 @@ State$1._instance = null;
50
50
 
51
51
  var name = "@artisan-commerce/analytics-web";
52
52
  var description = "Artisn commerce analytics web library";
53
- var version = "0.2.0-canary.104";
54
- var main = "./dist/bundle.cjs.js";
55
- var module = "./dist/bundle.esm.js";
53
+ var version = "0.2.0-canary.105";
54
+ var type = "module";
55
+ var main = "./dist/bundle.cjs";
56
+ var module = "./dist/bundle.mjs";
56
57
  var types = "./dist/bundle.d.ts";
57
58
  var files = [
58
59
  "dist"
@@ -67,9 +68,9 @@ var scripts = {
67
68
  test: "jest --watchAll --runInBand",
68
69
  "test:all": "yarn test --watchAll=false --coverage",
69
70
  "test:ci": "cross-env CI=true jest --runInBand",
70
- "test:staged": "yarn test:ci --findRelatedTests ./src",
71
+ "test:staged": "yarn test:ci",
71
72
  "check-types": "tsc --noEmit",
72
- lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.js --ext .js,jsx,.ts,.tsx .",
73
+ lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
73
74
  "lint:staged": "yarn lint --max-warnings=0",
74
75
  prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
75
76
  format: "yarn prettier --write",
@@ -84,7 +85,7 @@ var dependencies = {
84
85
  };
85
86
  var devDependencies = {
86
87
  "@artisan-commerce/products": "0.9.0-canary.66",
87
- "@artisan-commerce/shopping-cart-core": "0.12.0-canary.98",
88
+ "@artisan-commerce/shopping-cart-core": "0.12.0-canary.99",
88
89
  "@artisan-commerce/state": "0.3.0-canary.15",
89
90
  "@artisan-commerce/types": "0.14.0-canary.43"
90
91
  };
@@ -116,6 +117,7 @@ var packageJSON = {
116
117
  name: name,
117
118
  description: description,
118
119
  version: version,
120
+ type: type,
119
121
  main: main,
120
122
  module: module,
121
123
  types: types,
@@ -13986,4 +13988,4 @@ const identifyUser = (identify) => {
13986
13988
  };
13987
13989
 
13988
13990
  export { Providers, checkInit, events, identifyUser, initAnalytics, updateActiveVendor };
13989
- //# sourceMappingURL=bundle.esm.js.map
13991
+ //# sourceMappingURL=bundle.mjs.map