@openmrs/esm-home-app 9.2.1-pre.7559 → 9.2.1-pre.7562
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/3819.js +1 -1
- package/dist/3819.js.map +1 -1
- package/dist/main.js +4 -4
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-home-app.js.buildmanifest.json +6 -6
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/dashboard-container/dashboard-not-found.scss +0 -4
|
@@ -488,9 +488,9 @@
|
|
|
488
488
|
"rendered": true,
|
|
489
489
|
"initial": false,
|
|
490
490
|
"entry": false,
|
|
491
|
-
"size":
|
|
491
|
+
"size": 70492,
|
|
492
492
|
"sizes": {
|
|
493
|
-
"javascript":
|
|
493
|
+
"javascript": 70492
|
|
494
494
|
},
|
|
495
495
|
"names": [],
|
|
496
496
|
"idHints": [],
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"auxiliaryFiles": [
|
|
504
504
|
"3819.js.map"
|
|
505
505
|
],
|
|
506
|
-
"hash": "
|
|
506
|
+
"hash": "89cf28882b33f862",
|
|
507
507
|
"childrenByOrder": {}
|
|
508
508
|
},
|
|
509
509
|
{
|
|
@@ -946,10 +946,10 @@
|
|
|
946
946
|
"rendered": true,
|
|
947
947
|
"initial": true,
|
|
948
948
|
"entry": true,
|
|
949
|
-
"size":
|
|
949
|
+
"size": 2283983,
|
|
950
950
|
"sizes": {
|
|
951
951
|
"consume-shared": 168,
|
|
952
|
-
"javascript":
|
|
952
|
+
"javascript": 2283521,
|
|
953
953
|
"runtime": 13884,
|
|
954
954
|
"share-init": 294
|
|
955
955
|
},
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
"auxiliaryFiles": [
|
|
967
967
|
"main.js.map"
|
|
968
968
|
],
|
|
969
|
-
"hash": "
|
|
969
|
+
"hash": "2cb77ddf4583e03a",
|
|
970
970
|
"childrenByOrder": {}
|
|
971
971
|
},
|
|
972
972
|
{
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.7562"}
|
package/package.json
CHANGED