@kenyaemr/esm-morgue-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 +2 -2
- package/dist/routes.json +1 -1
- package/package-lock.json +5669 -0
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,7 +9,7 @@ assets by path [1m[32m*.js[39m[22m 1.38 MiB
|
|
|
9
9
|
+ 8 assets
|
|
10
10
|
assets by path [1m[32m*.json[39m[22m 6.38 KiB
|
|
11
11
|
asset [1m[32mkenyaemr-esm-morgue-app.js.buildmanifest.json[39m[22m 5.92 KiB [1m[32m[emitted][39m[22m
|
|
12
|
-
asset [1m[32mroutes.json[39m[22m
|
|
12
|
+
asset [1m[32mroutes.json[39m[22m 472 bytes [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
13
13
|
orphan modules 3.53 MiB [1m[33m[orphan][39m[22m 562 modules
|
|
14
14
|
runtime modules 38 KiB 28 modules
|
|
15
15
|
built modules 4.7 MiB (javascript) 168 bytes (share-init) 168 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
@@ -32,4 +32,4 @@ Assets:
|
|
|
32
32
|
130.js (729 KiB)
|
|
33
33
|
663.js (433 KiB)[39m[22m
|
|
34
34
|
|
|
35
|
-
webpack 5.88.0 compiled with [1m[33m1 warning[39m[22m in
|
|
35
|
+
webpack 5.88.0 compiled with [1m[33m1 warning[39m[22m in 84108 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"component":"morgueDashboardLink","name":"morgue-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"morgue","title":"morgue","slot":"morgue-dashboard-slot"}},{"component":"root","name":"morgue-dashboard-root","slot":"morgue-dashboard-slot"}],"pages":[{"component":"root","route":"morgue"}],"version":"5.3.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"component":"morgueDashboardLink","name":"morgue-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"morgue","title":"morgue","slot":"morgue-dashboard-slot"}},{"component":"root","name":"morgue-dashboard-root","slot":"morgue-dashboard-slot"}],"pages":[{"component":"root","route":"morgue"}],"version":"5.3.5-pre.1064"}
|