@openmrs/esm-patient-search-app 8.3.0 → 8.3.1-pre.4876
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 +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -14,7 +14,7 @@ assets by path *.js 2.29 MiB
|
|
|
14
14
|
+ 45 assets
|
|
15
15
|
assets by path *.json 26.6 KiB
|
|
16
16
|
asset openmrs-esm-patient-search-app.js.buildmanifest.json 25.9 KiB [emitted]
|
|
17
|
-
asset routes.json
|
|
17
|
+
asset routes.json 736 bytes [emitted] [from: src/routes.json] [copied]
|
|
18
18
|
orphan modules 4.58 MiB [orphan] 630 modules
|
|
19
19
|
runtime modules 42.7 KiB 30 modules
|
|
20
20
|
built modules 7.65 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
@@ -36,4 +36,4 @@ Assets:
|
|
|
36
36
|
8394.js (289 KiB)
|
|
37
37
|
130.js (1.39 MiB)
|
|
38
38
|
|
|
39
|
-
webpack 5.88.0 compiled with 1 warning in
|
|
39
|
+
webpack 5.88.0 compiled with 1 warning in 158285 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":0},{"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":"wider"}],"version":"8.3.
|
|
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":0},{"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":"wider"}],"version":"8.3.1-pre.4876"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-search-app",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1-pre.4876",
|
|
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,5 +51,6 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"webpack": "^5.74.0"
|
|
54
|
-
}
|
|
54
|
+
},
|
|
55
|
+
"stableVersion": "8.3.0"
|
|
55
56
|
}
|