@kenyaemr/esm-pharmacy-app 5.4.1 → 5.4.2-pre.2117
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 +4 -4
- package/dist/routes.json +1 -1
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,7 +7,7 @@ assets by path *.js 2.86 MiB
|
|
|
7
7
|
+ 10 assets
|
|
8
8
|
assets by path *.json 11.7 KiB
|
|
9
9
|
asset kenyaemr-esm-pharmacy-app.js.buildmanifest.json 11.1 KiB [emitted]
|
|
10
|
-
asset routes.json
|
|
10
|
+
asset routes.json 645 bytes [emitted] [from: src/routes.json] [copied]
|
|
11
11
|
orphan modules 4.92 MiB [orphan] 1133 modules
|
|
12
12
|
runtime modules 42 KiB 30 modules
|
|
13
13
|
built modules 10.5 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
@@ -110,14 +110,14 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
|
|
|
110
110
|
<w>
|
|
111
111
|
<w> null
|
|
112
112
|
|
|
113
|
-
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/
|
|
113
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/pagination/pagination.scss
|
|
114
114
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
115
115
|
<w>
|
|
116
116
|
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
117
117
|
<w>
|
|
118
118
|
<w> null
|
|
119
119
|
|
|
120
|
-
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/
|
|
120
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/empty-state/empty-state.scss
|
|
121
121
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
122
122
|
<w>
|
|
123
123
|
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
@@ -130,4 +130,4 @@ Assets:
|
|
|
130
130
|
130.js (1.54 MiB)
|
|
131
131
|
112.js (636 KiB)
|
|
132
132
|
|
|
133
|
-
webpack 5.74.0 compiled with 1 warning in
|
|
133
|
+
webpack 5.74.0 compiled with 1 warning in 235768 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.4.
|
|
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.4.2-pre.2117"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-pharmacy-app",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.2-pre.2117",
|
|
4
4
|
"description": "pharmacy app for KenyaEMR",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-pharmacy-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -47,5 +47,6 @@
|
|
|
47
47
|
"react-i18next": "11.x",
|
|
48
48
|
"react-router-dom": "6.x",
|
|
49
49
|
"swr": "2.x"
|
|
50
|
-
}
|
|
50
|
+
},
|
|
51
|
+
"stableVersion": "5.4.1"
|
|
51
52
|
}
|