@artisan-commerce/analytics-rn 0.3.0-canary.73 → 0.3.0-canary.75

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.
@@ -8,11 +8,10 @@ import { getProductTotals } from '@artisan-commerce/products';
8
8
 
9
9
  var name = "@artisan-commerce/analytics-rn";
10
10
  var description = "Artisn commerce analytics react native library";
11
- var version = "0.3.0-canary.73";
11
+ var version = "0.3.0-canary.75";
12
12
  var main = "./dist/bundle.cjs.js";
13
13
  var module = "./dist/bundle.esm.js";
14
14
  var types = "./dist/bundle.d.ts";
15
- var browser = "./dist/bundle.umd.js";
16
15
  var files = [
17
16
  "dist"
18
17
  ];
@@ -43,9 +42,9 @@ var dependencies = {
43
42
  "snake-case": "^3.0.4"
44
43
  };
45
44
  var devDependencies = {
46
- "@artisan-commerce/products": "0.9.0-canary.46",
47
- "@artisan-commerce/shopping-cart": "0.12.0-canary.69",
48
- "@artisan-commerce/state": "0.3.0-canary.7",
45
+ "@artisan-commerce/products": "0.9.0-canary.48",
46
+ "@artisan-commerce/shopping-cart": "0.12.0-canary.71",
47
+ "@artisan-commerce/state": "0.3.0-canary.8",
49
48
  "@artisan-commerce/types": "0.14.0-canary.37",
50
49
  "@babel/core": "^7.13.15",
51
50
  "@babel/preset-env": "^7.10.4",
@@ -87,7 +86,7 @@ var nx = {
87
86
  }
88
87
  }
89
88
  };
90
- var gitHead = "edb3b09a6fcccfbf5e1112ec9bd62e6814686bc4";
89
+ var gitHead = "25af34fd4c25f1d34cf09358c0bb82b43da946ab";
91
90
  var packageJSON = {
92
91
  name: name,
93
92
  description: description,
@@ -95,7 +94,6 @@ var packageJSON = {
95
94
  main: main,
96
95
  module: module,
97
96
  types: types,
98
- browser: browser,
99
97
  files: files,
100
98
  sideEffects: sideEffects,
101
99
  scripts: scripts,