pollination-react-io 0.0.45 → 0.0.46

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.
@@ -21541,7 +21541,7 @@ var APIClient = /** @class */ (function () {
21541
21541
  };
21542
21542
  return APIClient;
21543
21543
  }());
21544
- var basePath = process.env.REACT_APP_API_BASE_PATH || 'https://api.staging.pollination.cloud';
21544
+ var basePath = process.env.REACT_APP_API_BASE_PATH || 'https://api.pollination.cloud';
21545
21545
  var useAPIClient = function (config) {
21546
21546
  var _a = useState(), authUser = _a[0], setAuthUser = _a[1];
21547
21547
  var _b = useState(false), loading = _b[0], setLoading = _b[1];