asma-core-helpers 0.4.4 → 0.4.6
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.
package/README.md
CHANGED
|
@@ -97,7 +97,7 @@ If you're migrating from `asma-helpers`:
|
|
|
97
97
|
|
|
98
98
|
This is a test message to verify parallel AI commit message generation and git push operations work correctly with up to 20 workers. 🚀
|
|
99
99
|
|
|
100
|
-
**Update 2**: Testing after fixing GitHub workflow access and adopus-
|
|
100
|
+
**Update 2**: Testing after fixing GitHub workflow access and adopus-hsr-directory remote URL! ✨
|
|
101
101
|
|
|
102
102
|
## License
|
|
103
103
|
|
|
@@ -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/
|
|
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
|
@@ -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/
|
|
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`,
|