@artisan-commerce/analytics-capacitor 0.1.0-canary.4 → 0.1.0-canary.6

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.
@@ -11,7 +11,7 @@ var products = require('@artisan-commerce/products');
11
11
 
12
12
  var name = "@artisan-commerce/analytics-capacitor";
13
13
  var description = "Artisn commerce analytics capacitor library";
14
- var version = "0.1.0-canary.3";
14
+ var version = "0.1.0-canary.5";
15
15
  var main = "./dist/bundle.cjs.js";
16
16
  var module$1 = "./dist/bundle.esm.js";
17
17
  var types = "./dist/bundle.d.ts";
@@ -19,13 +19,6 @@ var files = [
19
19
  "dist"
20
20
  ];
21
21
  var sideEffects = false;
22
- var exports$1 = {
23
- node: {
24
- "import": "./dist/bundle.esm.js",
25
- require: "./dist/bundle.cjs.js"
26
- },
27
- "default": "./dist/bundle.esm.js"
28
- };
29
22
  var scripts = {
30
23
  compile: "rollup -c",
31
24
  dev: "yarn compile -w",
@@ -51,14 +44,13 @@ var dependencies = {
51
44
  "snake-case": "^3.0.4"
52
45
  };
53
46
  var devDependencies = {
54
- "@artisan-commerce/products": "0.9.0-canary.45",
55
- "@artisan-commerce/shopping-cart": "0.12.0-canary.68",
56
- "@artisan-commerce/state": "0.3.0-canary.6",
57
- "@artisan-commerce/types": "0.14.0-canary.36",
47
+ "@artisan-commerce/products": "0.9.0-canary.46",
48
+ "@artisan-commerce/shopping-cart": "0.12.0-canary.69",
49
+ "@artisan-commerce/state": "0.3.0-canary.7",
50
+ "@artisan-commerce/types": "0.14.0-canary.37",
58
51
  "@capacitor-community/firebase-analytics": "^1.0.1",
59
52
  "@capacitor/core": "^3.6.0",
60
- "facebook-analytics-capacitor": "^1.0.0",
61
- "snake-case": "^3.0.4"
53
+ "facebook-analytics-capacitor": "^1.0.0"
62
54
  };
63
55
  var peerDependencies = {
64
56
  "@artisan-commerce/products": "*",
@@ -96,7 +88,6 @@ var packageJSON = {
96
88
  types: types,
97
89
  files: files,
98
90
  sideEffects: sideEffects,
99
- exports: exports$1,
100
91
  scripts: scripts,
101
92
  author: author,
102
93
  license: license,
@@ -635,7 +626,7 @@ const initAnalytics = (config) => {
635
626
  setState({ initialized: true });
636
627
  };
637
628
 
638
- /*! *****************************************************************************
629
+ /******************************************************************************
639
630
  Copyright (c) Microsoft Corporation.
640
631
 
641
632
  Permission to use, copy, modify, and/or distribute this software for any