@nexushub/client 0.8.9 → 0.9.0

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,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }// src/config.ts
2
- var DEFAULT_API_URL = "https://gnapex.gnexus.co.tz";
3
- var DEFAULT_ANALYTICS_URL = "https://sentry.gnexus.co.tz";
4
- var LOCAL_NEST_URL = "https://gnapex.gnexus.co.tz";
5
- var LOCAL_RUST_URL = "https://sentry.gnexus.co.tz";
2
+ var DEFAULT_API_URL = "https://api.gnapex.com";
3
+ var DEFAULT_ANALYTICS_URL = "https://sentry.gnapex.com";
4
+ var LOCAL_NEST_URL = "https://api.gnapex.com";
5
+ var LOCAL_RUST_URL = "https://sentry.gnapex.com";
6
6
  var getEnvConfig = () => {
7
7
  const NEXT_PUBLIC_ID = typeof process !== "undefined" ? process.env.NEXT_PUBLIC_NEXUS_ID : void 0;
8
8
  const NEXT_PUBLIC_KEY = typeof process !== "undefined" ? process.env.NEXT_PUBLIC_NEXUS_KEY : void 0;
@@ -1,8 +1,8 @@
1
1
  // src/config.ts
2
- var DEFAULT_API_URL = "https://gnapex.gnexus.co.tz";
3
- var DEFAULT_ANALYTICS_URL = "https://sentry.gnexus.co.tz";
4
- var LOCAL_NEST_URL = "https://gnapex.gnexus.co.tz";
5
- var LOCAL_RUST_URL = "https://sentry.gnexus.co.tz";
2
+ var DEFAULT_API_URL = "https://api.gnapex.com";
3
+ var DEFAULT_ANALYTICS_URL = "https://sentry.gnapex.com";
4
+ var LOCAL_NEST_URL = "https://api.gnapex.com";
5
+ var LOCAL_RUST_URL = "https://sentry.gnapex.com";
6
6
  var getEnvConfig = () => {
7
7
  const NEXT_PUBLIC_ID = typeof process !== "undefined" ? process.env.NEXT_PUBLIC_NEXUS_ID : void 0;
8
8
  const NEXT_PUBLIC_KEY = typeof process !== "undefined" ? process.env.NEXT_PUBLIC_NEXUS_KEY : void 0;