flowstudio 0.0.25 → 0.0.26
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/constants.js +4 -5
- package/dist/constants.js.map +1 -1
- package/package.json +1 -1
package/dist/constants.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
const endpoint_1 =
|
|
1
|
+
const endpoint_1 = "https://flow-back.osanim.com/v1"; //"http://localhost:8000/v1"
|
|
2
2
|
const endpoint_2 = "https://flow-back.osanim.com/v1";
|
|
3
|
-
const endpoint_3 = "https://flowstudio-backend.vercel.app/v1";
|
|
4
3
|
const flow_constants = {
|
|
5
|
-
BACKEND_ENDPOINT: `${endpoint_1}` || `${endpoint_2}
|
|
6
|
-
SIMULATOR_ENDPOINT: `${endpoint_1}/engine/simulator` || `${endpoint_2}/engine/simulator
|
|
7
|
-
ENGINE_ENDPOINT: `${endpoint_1}/engine` || `${endpoint_2}/engine`
|
|
4
|
+
BACKEND_ENDPOINT: `${endpoint_1}` || `${endpoint_2}`,
|
|
5
|
+
SIMULATOR_ENDPOINT: `${endpoint_1}/engine/simulator` || `${endpoint_2}/engine/simulator`,
|
|
6
|
+
ENGINE_ENDPOINT: `${endpoint_1}/engine` || `${endpoint_2}/engine`
|
|
8
7
|
};
|
|
9
8
|
export default flow_constants;
|
|
10
9
|
//# sourceMappingURL=constants.js.map
|
package/dist/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,GAAG,iCAAiC,CAAA,CAAC,4BAA4B;AACjF,MAAM,UAAU,GAAG,iCAAiC,CAAA;AAEpD,MAAM,cAAc,GAAG;IACnB,gBAAgB,EAAE,GAAG,UAAU,EAAE,IAAI,GAAG,UAAU,EAAE;IACpD,kBAAkB,EAAE,GAAG,UAAU,mBAAmB,IAAI,GAAG,UAAU,mBAAmB;IACxF,eAAe,EAAE,GAAG,UAAU,SAAS,IAAI,GAAG,UAAU,SAAS;CACpE,CAAA;AAED,eAAe,cAAc,CAAA"}
|