@artisan-commerce/analytics-capacitor 0.1.0-canary.39 → 0.1.0-canary.40

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.
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var core = require('@capacitor/core');
6
4
  var analytics$1 = require('@capacitor-firebase/analytics');
7
5
  var snakeCase = require('snake-case');
@@ -57,9 +55,10 @@ State$1._instance = null;
57
55
 
58
56
  var name = "@artisan-commerce/analytics-capacitor";
59
57
  var description = "Artisn commerce analytics capacitor library";
60
- var version = "0.1.0-canary.38";
61
- var main = "./dist/bundle.cjs.js";
62
- var module$1 = "./dist/bundle.esm.js";
58
+ var version = "0.1.0-canary.39";
59
+ var type = "module";
60
+ var main = "./dist/bundle.cjs";
61
+ var module$1 = "./dist/bundle.mjs";
63
62
  var types = "./dist/bundle.d.ts";
64
63
  var files = [
65
64
  "dist"
@@ -74,9 +73,9 @@ var scripts = {
74
73
  test: "jest --watchAll --runInBand",
75
74
  "test:all": "yarn test --watchAll=false --coverage",
76
75
  "test:ci": "cross-env CI=true jest --runInBand",
77
- "test:staged": "yarn test:ci --findRelatedTests ./src",
76
+ "test:staged": "yarn test:ci",
78
77
  "check-types": "tsc --noEmit",
79
- lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.js --ext .js,jsx,.ts,.tsx .",
78
+ lint: "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.cjs --ext .js,jsx,.ts,.tsx .",
80
79
  "lint:staged": "yarn lint --max-warnings=0",
81
80
  prettier: "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
82
81
  format: "yarn prettier --write",
@@ -91,7 +90,7 @@ var dependencies = {
91
90
  };
92
91
  var devDependencies = {
93
92
  "@artisan-commerce/products": "0.9.0-canary.66",
94
- "@artisan-commerce/shopping-cart-core": "0.12.0-canary.98",
93
+ "@artisan-commerce/shopping-cart-core": "0.12.0-canary.99",
95
94
  "@artisan-commerce/state": "0.3.0-canary.15",
96
95
  "@artisan-commerce/types": "0.14.0-canary.43",
97
96
  "@capacitor-firebase/analytics": "^1.3.0",
@@ -129,6 +128,7 @@ var packageJSON = {
129
128
  name: name,
130
129
  description: description,
131
130
  version: version,
131
+ type: type,
132
132
  main: main,
133
133
  module: module$1,
134
134
  types: types,
@@ -15624,4 +15624,4 @@ exports.events = events;
15624
15624
  exports.identifyUser = identifyUser;
15625
15625
  exports.initAnalytics = initAnalytics;
15626
15626
  exports.updateActiveVendor = updateActiveVendor;
15627
- //# sourceMappingURL=bundle.cjs.js.map
15627
+ //# sourceMappingURL=bundle.cjs.map