@kenyaemr/esm-pharmacy-app 5.4.2-pre.2196 → 5.4.2-pre.2202
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 +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -103,14 +103,14 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
|
|
|
103
103
|
<w>
|
|
104
104
|
<w> null
|
|
105
105
|
|
|
106
|
-
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/
|
|
106
|
+
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/error-state/error-state.scss
|
|
107
107
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
108
108
|
<w>
|
|
109
109
|
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
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
|
|
@@ -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 218431 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","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.
|
|
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","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.2202"}
|