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

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.2.0-canary.31](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/analytics-web@0.2.0-canary.30...@artisan-commerce/analytics-web@0.2.0-canary.31) (2021-10-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **global:** make export not module by default ([4e701b1](https://bitbucket.org/tradesystem/artisn_sdk/commit/4e701b1b59df89cf8358cf500984b1c2c4f42c60))
12
+
13
+
14
+
6
15
  ## [0.2.0-canary.30](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/analytics-web@0.2.0-canary.29...@artisan-commerce/analytics-web@0.2.0-canary.30) (2021-10-14)
7
16
 
8
17
  **Note:** Version bump only for package @artisan-commerce/analytics-web
@@ -39,7 +39,7 @@ const getState$1 = () => {
39
39
 
40
40
  var name = "@artisan-commerce/analytics-web";
41
41
  var description = "Artisn commerce analytics web library";
42
- var version = "0.2.0-canary.29";
42
+ var version = "0.2.0-canary.30";
43
43
  var main = "./dist/bundle.cjs.js";
44
44
  var module$1 = "./dist/bundle.esm.js";
45
45
  var types = "./dist/bundle.d.ts";
@@ -47,7 +47,6 @@ var files = [
47
47
  "dist"
48
48
  ];
49
49
  var sideEffects = false;
50
- var type = "module";
51
50
  var exports$1 = {
52
51
  node: {
53
52
  "import": "./dist/bundle.esm.js",
@@ -81,9 +80,9 @@ var dependencies = {
81
80
  "snake-case": "^3.0.4"
82
81
  };
83
82
  var devDependencies = {
84
- "@artisan-commerce/products": "0.9.0-canary.21",
85
- "@artisan-commerce/shopping-cart": "0.12.0-canary.28",
86
- "@artisan-commerce/types": "0.14.0-canary.17",
83
+ "@artisan-commerce/products": "0.9.0-canary.22",
84
+ "@artisan-commerce/shopping-cart": "0.12.0-canary.29",
85
+ "@artisan-commerce/types": "0.14.0-canary.18",
87
86
  "@babel/core": "^7.10.5",
88
87
  "@babel/preset-env": "^7.10.4",
89
88
  "@babel/preset-react": "^7.10.4",
@@ -132,7 +131,6 @@ var packageJSON = {
132
131
  types: types,
133
132
  files: files,
134
133
  sideEffects: sideEffects,
135
- type: type,
136
134
  exports: exports$1,
137
135
  scripts: scripts,
138
136
  author: author,