@sprucelabs/mercury-client 43.1.2 → 43.1.4

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,3 +1,4 @@
1
+ import 'dotenv/config';
1
2
  export declare const TEST_HOST: string;
2
3
  export declare const DEMO_PHONE: string;
3
4
  export declare const DEMO_PHONE_REAUTH: string;
@@ -1,5 +1,5 @@
1
1
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2
- require('dotenv').config();
2
+ import 'dotenv/config';
3
3
  export const TEST_HOST = (_a = process.env.TEST_HOST) !== null && _a !== void 0 ? _a : 'https://localhost:8081';
4
4
  export const DEMO_PHONE = (_b = process.env.DEMO_PHONE) !== null && _b !== void 0 ? _b : '';
5
5
  export const DEMO_PHONE_REAUTH = (_c = process.env.DEMO_PHONE_REAUTH) !== null && _c !== void 0 ? _c : '**MISSING**';
@@ -1,3 +1,4 @@
1
+ import 'dotenv/config';
1
2
  export declare const TEST_HOST: string;
2
3
  export declare const DEMO_PHONE: string;
3
4
  export declare const DEMO_PHONE_REAUTH: string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEMO_PHONE_RECONNECT = exports.DEMO_PHONE_FLATTEN_2 = exports.DEMO_PHONE_FLATTEN_1 = exports.DEMO_PHONE_PROXY = exports.DEMO_PHONE_TEAMMATE = exports.DEMO_PHONE_GUEST = exports.DEMO_PHONE_REAUTH = exports.DEMO_PHONE = exports.TEST_HOST = void 0;
4
- require('dotenv').config();
4
+ require("dotenv/config");
5
5
  exports.TEST_HOST = process.env.TEST_HOST ?? 'https://localhost:8081';
6
6
  exports.DEMO_PHONE = process.env.DEMO_PHONE ?? '';
7
7
  exports.DEMO_PHONE_REAUTH = process.env.DEMO_PHONE_REAUTH ?? '**MISSING**';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "43.1.2",
6
+ "version": "43.1.4",
7
7
  "files": [
8
8
  "build"
9
9
  ],
@@ -72,7 +72,7 @@
72
72
  "@sprucelabs/esm-postbuild": "^7.0.44",
73
73
  "@sprucelabs/jest-json-reporter": "^9.0.65",
74
74
  "@sprucelabs/mercury-core-events": "^27.4.21",
75
- "@sprucelabs/mercury-event-emitter": "^43.1.2",
75
+ "@sprucelabs/mercury-event-emitter": "^43.1.4",
76
76
  "@sprucelabs/mercury-types": "^48.0.124",
77
77
  "@sprucelabs/resolve-path-aliases": "^3.0.28",
78
78
  "@sprucelabs/semantic-release": "^5.0.2",
@@ -108,5 +108,5 @@
108
108
  "^#spruce/(.*)$": "<rootDir>/build/.spruce/$1"
109
109
  }
110
110
  },
111
- "gitHead": "7ea9012416ffb342892765863d76ae438ea95d8d"
111
+ "gitHead": "50811ba91ae9e1208cb92781ce8581b9ff51f40a"
112
112
  }