@esri/hub-common 15.23.0 → 15.23.2

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.
@@ -2,8 +2,8 @@
2
2
  * Mapping between the AGO Env's and the Hub's asset CDNs
3
3
  */
4
4
  export const HUB_CDN_URLMAP = {
5
- devext: "https://d1011m9qpnz5mw.cloudfront.net",
6
- qaext: "https://dyq9ux9ryu4qj.cloudfront.net",
7
- www: "https://d1iq7pbacwn5rb.cloudfront.net"
5
+ devext: "https://hubdevcdn.arcgis.com",
6
+ qaext: "https://hubqacdn.arcgis.com",
7
+ www: "https://hubcdn.arcgis.com",
8
8
  };
9
9
  //# sourceMappingURL=hub-cdn-urlmap.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"hub-cdn-urlmap.js","sourceRoot":"","sources":["../../../src/urls/hub-cdn-urlmap.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,MAAM,EAAE,uCAAuC;IAC/C,KAAK,EAAE,sCAAsC;IAC7C,GAAG,EAAE,uCAAuC;CAC7C,CAAC"}
1
+ {"version":3,"file":"hub-cdn-urlmap.js","sourceRoot":"","sources":["../../../src/urls/hub-cdn-urlmap.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,MAAM,EAAE,8BAA8B;IACtC,KAAK,EAAE,6BAA6B;IACpC,GAAG,EAAE,2BAA2B;CACjC,CAAC"}
@@ -5,8 +5,8 @@ exports.HUB_CDN_URLMAP = void 0;
5
5
  * Mapping between the AGO Env's and the Hub's asset CDNs
6
6
  */
7
7
  exports.HUB_CDN_URLMAP = {
8
- devext: "https://d1011m9qpnz5mw.cloudfront.net",
9
- qaext: "https://dyq9ux9ryu4qj.cloudfront.net",
10
- www: "https://d1iq7pbacwn5rb.cloudfront.net"
8
+ devext: "https://hubdevcdn.arcgis.com",
9
+ qaext: "https://hubqacdn.arcgis.com",
10
+ www: "https://hubcdn.arcgis.com",
11
11
  };
12
12
  //# sourceMappingURL=hub-cdn-urlmap.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"hub-cdn-urlmap.js","sourceRoot":"","sources":["../../../src/urls/hub-cdn-urlmap.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,MAAM,EAAE,uCAAuC;IAC/C,KAAK,EAAE,sCAAsC;IAC7C,GAAG,EAAE,uCAAuC;CAC7C,CAAC"}
1
+ {"version":3,"file":"hub-cdn-urlmap.js","sourceRoot":"","sources":["../../../src/urls/hub-cdn-urlmap.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,MAAM,EAAE,8BAA8B;IACtC,KAAK,EAAE,6BAA6B;IACpC,GAAG,EAAE,2BAA2B;CACjC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "15.23.0",
3
+ "version": "15.23.2",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",