asma-core-helpers 0.4.3 → 0.4.5

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.
@@ -23,7 +23,7 @@ export const EnvironmentsUrls1 = (adcuris_subdomains) => {
23
23
  SRV_CONNECTOR: srvConnector(env, env_to_operate),
24
24
  SRV_ARTIFACT: '',
25
25
  SRV_ADVOCA: `${ac_prefix}/api/service`,
26
- SRV_PROXY: `${ac_prefix}/api/srvproxy`,
26
+ SRV_PROXY: `${ac_prefix}/api/artifact`,
27
27
  SRV_NOTIFICATION: `${ac_prefix}/api/notification`,
28
28
  SRV_ACTIVITIES: `${ac_prefix}/api/activities`,
29
29
  SRV_WOPI: `${ac_prefix}/wopi`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asma-core-helpers",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Core helper utilities for ASMA applications",
5
5
  "files": [
6
6
  "lib/**/*",
@@ -34,7 +34,7 @@ export const EnvironmentsUrls1 = (adcuris_subdomains?: string[]) => {
34
34
  SRV_CONNECTOR: srvConnector(env, env_to_operate),
35
35
  SRV_ARTIFACT: '',
36
36
  SRV_ADVOCA: `${ac_prefix}/api/service`,
37
- SRV_PROXY: `${ac_prefix}/api/srvproxy`,
37
+ SRV_PROXY: `${ac_prefix}/api/artifact`,
38
38
  SRV_NOTIFICATION: `${ac_prefix}/api/notification`,
39
39
  SRV_ACTIVITIES: `${ac_prefix}/api/activities`,
40
40
  SRV_WOPI: `${ac_prefix}/wopi`,