@superinterface/react 2.0.0 → 2.0.1

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/dist/index.js CHANGED
@@ -286,7 +286,7 @@ var merge = function(obj) {
286
286
  // src/contexts/core/SuperinterfaceContext/index.tsx
287
287
  import { createContext } from "react";
288
288
  var SuperinterfaceContext = createContext({
289
- baseUrl: "http://localhost:3000/api/cloud",
289
+ baseUrl: "https://superinterface.ai/api/cloud",
290
290
  variables: {},
291
291
  defaultOptions: {
292
292
  queries: {},