@openmrs/esm-patient-search-app 9.2.1-pre.6905 → 9.2.1-pre.6909
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.json +1 -1
- package/src/routes.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,7 +10,7 @@ assets by path *.js 3.06 MiB
|
|
|
10
10
|
+ 53 assets
|
|
11
11
|
assets by path *.json 31.4 KiB
|
|
12
12
|
asset openmrs-esm-patient-search-app.js.buildmanifest.json 30.7 KiB [emitted]
|
|
13
|
-
asset routes.json
|
|
13
|
+
asset routes.json 739 bytes [emitted] [from: src/routes.json] [copied]
|
|
14
14
|
orphan modules 9.79 MiB [orphan] 3152 modules
|
|
15
15
|
runtime modules 42 KiB 28 modules
|
|
16
16
|
built modules 7.69 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
@@ -31,4 +31,4 @@ This can impact web performance.
|
|
|
31
31
|
Assets:
|
|
32
32
|
1408.js (2.05 MiB)
|
|
33
33
|
|
|
34
|
-
webpack 5.99.9 compiled with 1 warning in
|
|
34
|
+
webpack 5.99.9 compiled with 1 warning in 143338 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"search"}],"extensions":[{"name":"patient-search-icon","component":"patientSearchIcon","slot":"top-nav-actions-slot","order":10},{"name":"patient-search-button","component":"patientSearchButton","slot":"patient-search-button-slot","offline":true},{"name":"patient-search-bar","component":"patientSearchBar","slot":"patient-search-bar-slot","offline":true}],"workspaces":[{"component":"patientSearchWorkspace","groups":["ward-patient-admission-requests"],"name":"patient-search-workspace","title":"searchPatient","type":"patient-search-workspace","width":"narrow"}],"version":"9.2.1-pre.6909"}
|
package/package.json
CHANGED