@pristy/pristy-libvue 0.14.2 → 0.14.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.
@@ -1710,7 +1710,7 @@ const Be = q, et = vt({
1710
1710
  ESPACES_HOST: "http://espaces",
1711
1711
  ACTES_HOST: "http://actes",
1712
1712
  PORTAIL_HOST: "http://portail",
1713
- COLLABORA_HOST: "http://collabora:9980",
1713
+ COLLABORA_HOSTING_DISCOVERY: "http://collabora:9980/hosting/discovery",
1714
1714
  ALFRESCO_AUTH: "BASIC",
1715
1715
  ALFRESCO_ROOT: "alfresco",
1716
1716
  AUTH: "basic",
@@ -6996,8 +6996,8 @@ const yo = new bo(), uo = vt({
6996
6996
  loadExtensionsXML() {
6997
6997
  const e = et();
6998
6998
  return console.log(
6999
- `Loading collabora extensions: ${e.COLLABORA_HOST}/hosting/discovery`
7000
- ), Be.get(`${e.COLLABORA_HOST}/hosting/discovery`).then((t) => new DOMParser().parseFromString(t.data, "text/xml")).catch((t) => {
6999
+ `Loading collabora extensions: ${e.COLLABORA_HOSTING_DISCOVERY}`
7000
+ ), Be.get(`${e.COLLABORA_HOSTING_DISCOVERY}`).then((t) => new DOMParser().parseFromString(t.data, "text/xml")).catch((t) => {
7001
7001
  vu(t);
7002
7002
  });
7003
7003
  },