@artisan-commerce/analytics-web 0.2.0-canary.30 → 0.2.0-canary.32

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.
@@ -35,7 +35,7 @@ const getState$1 = () => {
35
35
 
36
36
  var name = "@artisan-commerce/analytics-web";
37
37
  var description = "Artisn commerce analytics web library";
38
- var version = "0.2.0-canary.29";
38
+ var version = "0.2.0-canary.31";
39
39
  var main = "./dist/bundle.cjs.js";
40
40
  var module = "./dist/bundle.esm.js";
41
41
  var types = "./dist/bundle.d.ts";
@@ -43,7 +43,6 @@ var files = [
43
43
  "dist"
44
44
  ];
45
45
  var sideEffects = false;
46
- var type = "module";
47
46
  var exports = {
48
47
  node: {
49
48
  "import": "./dist/bundle.esm.js",
@@ -73,13 +72,13 @@ var scripts = {
73
72
  var author = "Luis Eduardo Andrade";
74
73
  var license = "MIT";
75
74
  var dependencies = {
76
- "@artisan-commerce/state": "0.3.0-canary.2",
75
+ "@artisan-commerce/state": "0.3.0-canary.3",
77
76
  "snake-case": "^3.0.4"
78
77
  };
79
78
  var devDependencies = {
80
- "@artisan-commerce/products": "0.9.0-canary.21",
81
- "@artisan-commerce/shopping-cart": "0.12.0-canary.28",
82
- "@artisan-commerce/types": "0.14.0-canary.17",
79
+ "@artisan-commerce/products": "0.9.0-canary.23",
80
+ "@artisan-commerce/shopping-cart": "0.12.0-canary.30",
81
+ "@artisan-commerce/types": "0.14.0-canary.19",
83
82
  "@babel/core": "^7.10.5",
84
83
  "@babel/preset-env": "^7.10.4",
85
84
  "@babel/preset-react": "^7.10.4",
@@ -128,7 +127,6 @@ var packageJSON = {
128
127
  types: types,
129
128
  files: files,
130
129
  sideEffects: sideEffects,
131
- type: type,
132
130
  exports: exports,
133
131
  scripts: scripts,
134
132
  author: author,