@cmstops/pro-compo 0.1.9 → 0.1.10

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/es/config.js CHANGED
@@ -1,3 +1,3 @@
1
- const DEFAULT_BASE_API = (process == null ? void 0 : process.env.STORYBOOK_ENV) === "dev" ? "https://site.cmstop.xyz" : "https://site.cmstop.xyz";
2
- const DEFAULT_BASE_ACCOUNT_HOST = (process == null ? void 0 : process.env.STORYBOOK_ENV) === "dev" ? "https://account.cmstop.xyz" : "";
1
+ const DEFAULT_BASE_API = {}.STORYBOOK_ENV === "dev" ? "https://site.cmstop.xyz" : "https://site.cmstop.xyz";
2
+ const DEFAULT_BASE_ACCOUNT_HOST = {}.STORYBOOK_ENV === "dev" ? "https://account.cmstop.xyz" : "";
3
3
  export { DEFAULT_BASE_ACCOUNT_HOST, DEFAULT_BASE_API };
package/lib/config.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const DEFAULT_BASE_API = (process == null ? void 0 : process.env.STORYBOOK_ENV) === "dev" ? "https://site.cmstop.xyz" : "https://site.cmstop.xyz";
4
- const DEFAULT_BASE_ACCOUNT_HOST = (process == null ? void 0 : process.env.STORYBOOK_ENV) === "dev" ? "https://account.cmstop.xyz" : "";
3
+ const DEFAULT_BASE_API = {}.STORYBOOK_ENV === "dev" ? "https://site.cmstop.xyz" : "https://site.cmstop.xyz";
4
+ const DEFAULT_BASE_ACCOUNT_HOST = {}.STORYBOOK_ENV === "dev" ? "https://account.cmstop.xyz" : "";
5
5
  exports.DEFAULT_BASE_ACCOUNT_HOST = DEFAULT_BASE_ACCOUNT_HOST;
6
6
  exports.DEFAULT_BASE_API = DEFAULT_BASE_API;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",