@kwiz/common 1.0.209 → 1.0.210

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.
@@ -16,6 +16,6 @@ function kwiz_cdn_root() {
16
16
  // : configInfo.IsFastRing
17
17
  // ? kwiz_cdn_hostname_fastring
18
18
  // : kwiz_cdn_hostname_production}`;
19
- return exports.kwiz_cdn_hostname_production;
19
+ return `https://${exports.kwiz_cdn_hostname_production}`;
20
20
  }
21
21
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":";;;AAUA,sCASC;AAlBD,uBAAuB;AACV,QAAA,4BAA4B,GAAG,kBAAkB,CAAC;AAC/D,mCAAmC;AACtB,QAAA,0BAA0B,GAAG,8BAA8B,CAAC;AACzE,qBAAqB;AACR,QAAA,0BAA0B,GAAG,kBAAkB,CAAC;AAG7D,uIAAuI;AACvI,SAAgB,aAAa;IACzB,yFAAyF;IACzF,0CAA0C;IAC1C,mCAAmC;IACnC,8BAA8B;IAC9B,uCAAuC;IACvC,4CAA4C;IAE5C,OAAO,oCAA4B,CAAC;AACxC,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":";;;AAUA,sCASC;AAlBD,uBAAuB;AACV,QAAA,4BAA4B,GAAG,kBAAkB,CAAC;AAC/D,mCAAmC;AACtB,QAAA,0BAA0B,GAAG,8BAA8B,CAAC;AACzE,qBAAqB;AACR,QAAA,0BAA0B,GAAG,kBAAkB,CAAC;AAG7D,uIAAuI;AACvI,SAAgB,aAAa;IACzB,yFAAyF;IACzF,0CAA0C;IAC1C,mCAAmC;IACnC,8BAA8B;IAC9B,uCAAuC;IACvC,4CAA4C;IAE5C,OAAO,WAAW,oCAA4B,EAAE,CAAA;AACpD,CAAC"}
@@ -12,6 +12,6 @@ export function kwiz_cdn_root() {
12
12
  // : configInfo.IsFastRing
13
13
  // ? kwiz_cdn_hostname_fastring
14
14
  // : kwiz_cdn_hostname_production}`;
15
- return kwiz_cdn_hostname_production;
15
+ return `https://${kwiz_cdn_hostname_production}`;
16
16
  }
17
17
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":"AACA,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,kBAAkB,CAAC;AAG7D,uIAAuI;AACvI,MAAM,UAAU,aAAa;IACzB,yFAAyF;IACzF,0CAA0C;IAC1C,mCAAmC;IACnC,8BAA8B;IAC9B,uCAAuC;IACvC,4CAA4C;IAE5C,OAAO,4BAA4B,CAAC;AACxC,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/helpers/constants.ts"],"names":[],"mappings":"AACA,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,kBAAkB,CAAC;AAG7D,uIAAuI;AACvI,MAAM,UAAU,aAAa;IACzB,yFAAyF;IACzF,0CAA0C;IAC1C,mCAAmC;IACnC,8BAA8B;IAC9B,uCAAuC;IACvC,4CAA4C;IAE5C,OAAO,WAAW,4BAA4B,EAAE,CAAA;AACpD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwiz/common",
3
- "version": "1.0.209",
3
+ "version": "1.0.210",
4
4
  "description": "KWIZ common utilities and helpers for M365 platform",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",