@kwiz/common 1.0.168 → 1.0.169
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.kwiz_cdn_root = exports.kwiz_cdn_hostname_localdev = exports.kwiz_cdn_hostname_fastring = exports.kwiz_cdn_hostname_production = void 0;
|
|
4
|
-
const
|
|
4
|
+
const _dependencies_1 = require("../_dependencies");
|
|
5
5
|
/** apps.kwizcom.com */
|
|
6
6
|
exports.kwiz_cdn_hostname_production = "apps.kwizcom.com";
|
|
7
7
|
/** kwizappsfr.azurewebsites.net */
|
|
@@ -9,9 +9,9 @@ exports.kwiz_cdn_hostname_fastring = "kwizappsfr.azurewebsites.net";
|
|
|
9
9
|
/** localhost:4433 */
|
|
10
10
|
exports.kwiz_cdn_hostname_localdev = "localhost:4433";
|
|
11
11
|
/** https://apps.kwizcom.com (or local dev/fast-ring) - runtime use only, don't use in places where this might get saved in settings */
|
|
12
|
-
exports.kwiz_cdn_root = `https://${
|
|
12
|
+
exports.kwiz_cdn_root = `https://${_dependencies_1.configInfo.IsLocalDev
|
|
13
13
|
? exports.kwiz_cdn_hostname_localdev
|
|
14
|
-
:
|
|
14
|
+
: _dependencies_1.configInfo.IsFastRing
|
|
15
15
|
? exports.kwiz_cdn_hostname_fastring
|
|
16
16
|
: exports.kwiz_cdn_hostname_production}`;
|
|
17
17
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":";;;AAAA,oDAA8C;AAE9C,uBAAuB;AACV,QAAA,4BAA4B,GAAG,kBAAkB,CAAC;AAC/D,mCAAmC;AACtB,QAAA,0BAA0B,GAAG,8BAA8B,CAAC;AACzE,qBAAqB;AACR,QAAA,0BAA0B,GAAG,gBAAgB,CAAC;AAG3D,uIAAuI;AAC1H,QAAA,aAAa,GAAG,WAAW,0BAAU,CAAC,UAAU;IACzD,CAAC,CAAC,kCAA0B;IAC5B,CAAC,CAAC,0BAAU,CAAC,UAAU;QACnB,CAAC,CAAC,kCAA0B;QAC5B,CAAC,CAAC,oCAA4B,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { configInfo } from "../_dependencies";
|
|
2
2
|
/** apps.kwizcom.com */
|
|
3
3
|
export const kwiz_cdn_hostname_production = "apps.kwizcom.com";
|
|
4
4
|
/** kwizappsfr.azurewebsites.net */
|
|
@@ -6,9 +6,9 @@ export const kwiz_cdn_hostname_fastring = "kwizappsfr.azurewebsites.net";
|
|
|
6
6
|
/** localhost:4433 */
|
|
7
7
|
export const kwiz_cdn_hostname_localdev = "localhost:4433";
|
|
8
8
|
/** https://apps.kwizcom.com (or local dev/fast-ring) - runtime use only, don't use in places where this might get saved in settings */
|
|
9
|
-
export const kwiz_cdn_root = `https://${
|
|
9
|
+
export const kwiz_cdn_root = `https://${configInfo.IsLocalDev
|
|
10
10
|
? kwiz_cdn_hostname_localdev
|
|
11
|
-
:
|
|
11
|
+
: configInfo.IsFastRing
|
|
12
12
|
? kwiz_cdn_hostname_fastring
|
|
13
13
|
: kwiz_cdn_hostname_production}`;
|
|
14
14
|
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,uBAAuB;AACvB,MAAM,CAAC,MAAM,4BAA4B,GAAG,kBAAkB,CAAC;AAC/D,mCAAmC;AACnC,MAAM,CAAC,MAAM,0BAA0B,GAAG,8BAA8B,CAAC;AACzE,qBAAqB;AACrB,MAAM,CAAC,MAAM,0BAA0B,GAAG,gBAAgB,CAAC;AAG3D,uIAAuI;AACvI,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,UAAU,CAAC,UAAU;IACzD,CAAC,CAAC,0BAA0B;IAC5B,CAAC,CAAC,UAAU,CAAC,UAAU;QACnB,CAAC,CAAC,0BAA0B;QAC5B,CAAC,CAAC,4BAA4B,EAAE,CAAC"}
|