flowershow 0.2.2 → 0.2.3
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/lib/const.d.ts.map +1 -1
- package/dist/lib/const.js +2 -2
- package/dist/lib/const.js.map +1 -1
- package/package.json +1 -1
package/dist/lib/const.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../lib/const.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../lib/const.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAEvB,eAAO,MAAM,OAAO,QAC2C,CAAC;AAChE,eAAO,MAAM,OAAO,QACwC,CAAC"}
|
package/dist/lib/const.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "dotenv/config";
|
|
2
|
-
export const API_URL = process.env.API_URL || "https://cloud.flowershow.app";
|
|
3
|
-
export const APP_URL = process.env.APP_URL || "https://my.flowershow.app";
|
|
2
|
+
export const API_URL = process.env.API_URL || "https://staging-cloud.flowershow.app";
|
|
3
|
+
export const APP_URL = process.env.APP_URL || "https://staging-my.flowershow.app";
|
|
4
4
|
//# sourceMappingURL=const.js.map
|
package/dist/lib/const.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.js","sourceRoot":"","sources":["../../lib/const.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAEvB,MAAM,CAAC,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"const.js","sourceRoot":"","sources":["../../lib/const.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAEvB,MAAM,CAAC,MAAM,OAAO,GAClB,OAAO,CAAC,GAAG,CAAC,OAAO,IAAI,sCAAsC,CAAC;AAChE,MAAM,CAAC,MAAM,OAAO,GAClB,OAAO,CAAC,GAAG,CAAC,OAAO,IAAI,mCAAmC,CAAC"}
|