@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -428,7 +428,7 @@ var merge = function(obj) {
|
|
|
428
428
|
// src/contexts/core/SuperinterfaceContext/index.tsx
|
|
429
429
|
var import_react = require("react");
|
|
430
430
|
var SuperinterfaceContext = (0, import_react.createContext)({
|
|
431
|
-
baseUrl: "
|
|
431
|
+
baseUrl: "https://superinterface.ai/api/cloud",
|
|
432
432
|
variables: {},
|
|
433
433
|
defaultOptions: {
|
|
434
434
|
queries: {},
|