@openmrs/esm-patient-search-app 8.3.2-pre.5224 → 8.4.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/.turbo/turbo-build.log +2 -2
- package/dist/routes.json +1 -1
- package/package.json +2 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,7 +13,7 @@ assets by path *.js 2.46 MiB
|
|
|
13
13
|
+ 48 assets
|
|
14
14
|
assets by path *.json 27 KiB
|
|
15
15
|
asset openmrs-esm-patient-search-app.js.buildmanifest.json 26.3 KiB [emitted]
|
|
16
|
-
asset routes.json
|
|
16
|
+
asset routes.json 729 bytes [emitted] [from: src/routes.json] [copied]
|
|
17
17
|
orphan modules 4.49 MiB [orphan] 458 modules
|
|
18
18
|
runtime modules 42.7 KiB 30 modules
|
|
19
19
|
built modules 8.04 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
@@ -35,4 +35,4 @@ Assets:
|
|
|
35
35
|
5546.js (277 KiB)
|
|
36
36
|
130.js (1.55 MiB)
|
|
37
37
|
|
|
38
|
-
webpack 5.88.0 compiled with 1 warning in
|
|
38
|
+
webpack 5.88.0 compiled with 1 warning in 221584 ms
|
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":"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":"8.
|
|
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":"8.4.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-search-app",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.0",
|
|
4
4
|
"description": "Patient search microfrontend for O3",
|
|
5
5
|
"browser": "dist/openmrs-esm-patient-search-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -51,6 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"webpack": "^5.74.0"
|
|
54
|
-
}
|
|
55
|
-
"stableVersion": "8.3.1"
|
|
54
|
+
}
|
|
56
55
|
}
|