@pixwel/pixwel-sdk 2.1.36 → 2.1.37

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/.babelrc CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "presets": ["env"],
3
- "plugins": ["transform-runtime"]
3
+ "plugins": ["transform-runtime", "istanbul"]
4
4
  }
package/dist/index.js CHANGED
@@ -1,5 +1,44 @@
1
1
  'use strict';
2
2
 
3
+ var cov_16fubbq9ph = function () {
4
+ var path = '/home/ec2-user/platform/pixwel-sdk/index.js',
5
+ hash = 'b10d45e42d63234dc36f09b26676b2980ea495a2',
6
+ Function = function () {}.constructor,
7
+ global = new Function('return this')(),
8
+ gcv = '__coverage__',
9
+ coverageData = {
10
+ path: '/home/ec2-user/platform/pixwel-sdk/index.js',
11
+ statementMap: {
12
+ '0': {
13
+ start: {
14
+ line: 1,
15
+ column: 20
16
+ },
17
+ end: {
18
+ line: 6,
19
+ column: 1
20
+ }
21
+ }
22
+ },
23
+ fnMap: {},
24
+ branchMap: {},
25
+ s: {
26
+ '0': 0
27
+ },
28
+ f: {},
29
+ b: {},
30
+ _coverageSchema: '332fd63041d2c1bcb487cc26dd0d5f7d97098a6c'
31
+ },
32
+ coverage = global[gcv] || (global[gcv] = {});
33
+
34
+ if (coverage[path] && coverage[path].hash === hash) {
35
+ return coverage[path];
36
+ }
37
+
38
+ coverageData.hash = hash;
39
+ return coverage[path] = coverageData;
40
+ }();
41
+
3
42
  Object.defineProperty(exports, "__esModule", {
4
43
  value: true
5
44
  });
@@ -105,9 +144,9 @@ Object.defineProperty(exports, 'TimeFormat', {
105
144
 
106
145
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
107
146
 
108
- var Pixwel = exports.Pixwel = {
147
+ var Pixwel = exports.Pixwel = (cov_16fubbq9ph.s[0]++, {
109
148
  credentials: {
110
149
  token: null
111
150
  },
112
151
  endpoint: 'https://api.pixwel.com/api'
113
- };
152
+ });