@next-core/brick-container 3.10.19 → 3.11.0
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/deploy/package.conf.yaml +1 -0
- package/deploy/update_postscript.sh +1 -1
- package/dist/{core.397278c4.js → core.28607e30.js} +2 -2
- package/dist/{core.397278c4.js.map → core.28607e30.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/main.0207dc99.js +2 -0
- package/dist/{main.047aac0a.js.map → main.0207dc99.js.map} +1 -1
- package/dist/{polyfill.57c47fb5.js → polyfill.3a58761d.js} +1 -1
- package/dist/preview/{core.26fed56b.js → core.022aad19.js} +1 -1
- package/dist/preview/core.022aad19.js.map +1 -0
- package/dist/preview/index.html +1 -1
- package/dist/preview/main.d4e4fe83.js +1 -0
- package/dist/preview/{main.da0693af.js.map → main.d4e4fe83.js.map} +1 -1
- package/package.json +5 -5
- package/tools/link_static_file.py +93 -27
- package/dist/main.047aac0a.js +0 -2
- package/dist/preview/core.26fed56b.js.map +0 -1
- package/dist/preview/main.da0693af.js +0 -1
package/deploy/package.conf.yaml
CHANGED
|
@@ -20,7 +20,7 @@ function check_service_availability() {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
function check_service() {
|
|
23
|
-
associated_service=("logic.micro_app_service" "logic.user_service" "logic.artifact")
|
|
23
|
+
associated_service=("logic.micro_app_service" "logic.micro_app_standalone_service" "logic.user_service" "logic.artifact")
|
|
24
24
|
check_service_availability "${associated_service[*]}"
|
|
25
25
|
if [[ `echo $?` -eq 1 ]]; then
|
|
26
26
|
sleep 15
|