@kenyaemr/esm-pharmacy-app 5.3.9-pre.1620 → 5.3.10-pre.1623
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/routes.json +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,9 +5,9 @@ assets by path *.js 2.24 MiB
|
|
|
5
5
|
asset 157.js 140 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
6
6
|
+ 6 assets
|
|
7
7
|
+ 10 assets
|
|
8
|
-
assets by path *.json 11.
|
|
8
|
+
assets by path *.json 11.7 KiB
|
|
9
9
|
asset kenyaemr-esm-pharmacy-app.js.buildmanifest.json 11 KiB [emitted]
|
|
10
|
-
asset routes.json
|
|
10
|
+
asset routes.json 646 bytes [emitted] [from: src/routes.json] [copied]
|
|
11
11
|
orphan modules 8.37 MiB [orphan] 1027 modules
|
|
12
12
|
runtime modules 40.3 KiB 30 modules
|
|
13
13
|
built modules 8.18 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
@@ -91,4 +91,4 @@ This can impact web performance.
|
|
|
91
91
|
Assets:
|
|
92
92
|
831.js (1.37 MiB)
|
|
93
93
|
|
|
94
|
-
webpack 5.95.0 compiled with 1 warning in
|
|
94
|
+
webpack 5.95.0 compiled with 1 warning in 154246 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":"pharmacyDashboardLink","name":"pharmacy-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"pharmacy","title":"pharmacy","slot":"pharmacy-dashboard-slot"}},{"component":"root","name":"pharmacy-dashboard-root","slot":"pharmacy-dashboard-slot"},{"name":"pharmacy-assignment-form","component":"pharmacyAssignmentForm"},{"name":"pharmacy-delete-confirm-dialog","component":"pharmacyDeleteConfirmDialog"}],"pages":[{"component":"root","route":"pharmacy"}],"version":"5.3.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"component":"pharmacyDashboardLink","name":"pharmacy-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"pharmacy","title":"pharmacy","slot":"pharmacy-dashboard-slot"}},{"component":"root","name":"pharmacy-dashboard-root","slot":"pharmacy-dashboard-slot"},{"name":"pharmacy-assignment-form","component":"pharmacyAssignmentForm"},{"name":"pharmacy-delete-confirm-dialog","component":"pharmacyDeleteConfirmDialog"}],"pages":[{"component":"root","route":"pharmacy"}],"version":"5.3.10-pre.1623"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-pharmacy-app",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.10-pre.1623",
|
|
4
4
|
"description": "pharmacy app for KenyaEMR",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-pharmacy-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"webpack": "^5.74.0"
|
|
53
53
|
},
|
|
54
|
-
"stableVersion": "5.3.
|
|
54
|
+
"stableVersion": "5.3.9"
|
|
55
55
|
}
|