@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.
@@ -41,7 +41,7 @@
41
41
 
42
42
  var name = "@artisan-commerce/analytics-web";
43
43
  var description = "Artisn commerce analytics web library";
44
- var version = "0.2.0-canary.29";
44
+ var version = "0.2.0-canary.31";
45
45
  var main = "./dist/bundle.cjs.js";
46
46
  var module = "./dist/bundle.esm.js";
47
47
  var types = "./dist/bundle.d.ts";
@@ -49,7 +49,6 @@
49
49
  "dist"
50
50
  ];
51
51
  var sideEffects = false;
52
- var type = "module";
53
52
  var exports$1 = {
54
53
  node: {
55
54
  "import": "./dist/bundle.esm.js",
@@ -79,13 +78,13 @@
79
78
  var author = "Luis Eduardo Andrade";
80
79
  var license = "MIT";
81
80
  var dependencies = {
82
- "@artisan-commerce/state": "0.3.0-canary.2",
81
+ "@artisan-commerce/state": "0.3.0-canary.3",
83
82
  "snake-case": "^3.0.4"
84
83
  };
85
84
  var devDependencies = {
86
- "@artisan-commerce/products": "0.9.0-canary.21",
87
- "@artisan-commerce/shopping-cart": "0.12.0-canary.28",
88
- "@artisan-commerce/types": "0.14.0-canary.17",
85
+ "@artisan-commerce/products": "0.9.0-canary.23",
86
+ "@artisan-commerce/shopping-cart": "0.12.0-canary.30",
87
+ "@artisan-commerce/types": "0.14.0-canary.19",
89
88
  "@babel/core": "^7.10.5",
90
89
  "@babel/preset-env": "^7.10.4",
91
90
  "@babel/preset-react": "^7.10.4",
@@ -134,7 +133,6 @@
134
133
  types: types,
135
134
  files: files,
136
135
  sideEffects: sideEffects,
137
- type: type,
138
136
  exports: exports$1,
139
137
  scripts: scripts,
140
138
  author: author,