@kenyaemr/esm-patient-flags-app 5.3.4 → 5.3.5-pre.1064
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/.turbo/turbo-build.log +3 -3
- package/dist/routes.json +1 -1
- package/package-lock.json +5657 -0
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,9 +8,9 @@ assets by path [1m[32m*.js[39m[22m 1.36 MiB
|
|
|
8
8
|
asset [1m[32m591.js[39m[22m 50.8 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 2 related assets
|
|
9
9
|
asset [1m[32m419.js[39m[22m 19.8 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 1 related asset
|
|
10
10
|
+ 8 assets
|
|
11
|
-
assets by path [1m[32m*.json[39m[22m 6.
|
|
11
|
+
assets by path [1m[32m*.json[39m[22m 6.85 KiB
|
|
12
12
|
asset [1m[32mopenmrs-esm-patient-flags-app.js.buildmanifest.json[39m[22m 6.44 KiB [1m[32m[emitted][39m[22m
|
|
13
|
-
asset [1m[32mroutes.json[39m[22m
|
|
13
|
+
asset [1m[32mroutes.json[39m[22m 419 bytes [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
14
14
|
orphan modules 3.08 MiB [1m[33m[orphan][39m[22m 630 modules
|
|
15
15
|
runtime modules 38 KiB 28 modules
|
|
16
16
|
built modules 4.15 MiB (javascript) 168 bytes (share-init) 168 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
@@ -39,4 +39,4 @@ Entrypoints:
|
|
|
39
39
|
main.js
|
|
40
40
|
[39m[22m
|
|
41
41
|
|
|
42
|
-
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in
|
|
42
|
+
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in 83967 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.3.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.3.5-pre.1064"}
|