@kenyaemr/esm-patient-flags-app 5.4.1-pre.1743 → 5.4.1-pre.1744

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.
@@ -25,14 +25,14 @@ built modules 7.62 MiB (javascript) 168 bytes (share-init) 168 bytes (consume-sh
25
25
  + 2 modules
26
26
  container entry 42 bytes [built] [code generated]
27
27
 
28
- 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]!./src/navbar/navbar-action-button.scss
28
+ 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]!./src/patient-flags/patient-flags.scss
29
29
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
30
30
  <w>
31
31
  <w> More info: https://sass-lang.com/d/legacy-js-api
32
32
  <w>
33
33
  <w> null
34
34
 
35
- 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]!./src/patient-flags/patient-flags.scss
35
+ 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]!./src/navbar/navbar-action-button.scss
36
36
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
37
37
  <w>
38
38
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -85,4 +85,4 @@ Entrypoints:
85
85
  main (467 KiB)
86
86
  main.js
87
87
 
88
- webpack 5.95.0 compiled with 2 warnings in 153557 ms
88
+ webpack 5.95.0 compiled with 2 warnings in 173255 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.1-pre.1743"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.1-pre.1744"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.4.1-pre.1743",
3
+ "version": "5.4.1-pre.1744",
4
4
  "description": "Patient flags microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-patient-flags-app.js",
6
6
  "main": "src/index.ts",