@kenyaemr/esm-patient-flags-app 5.4.1-pre.1895 → 5.4.1-pre.1908

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.
@@ -24,14 +24,14 @@ built modules 11 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shar
24
24
  + 4 modules
25
25
  container entry 42 bytes [built] [code generated]
26
26
 
27
- 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
27
+ 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
28
28
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
29
29
  <w>
30
30
  <w> More info: https://sass-lang.com/d/legacy-js-api
31
31
  <w>
32
32
  <w> null
33
33
 
34
- 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
34
+ 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
35
35
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
36
36
  <w>
37
37
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -86,4 +86,4 @@ Entrypoints:
86
86
  main (281 KiB)
87
87
  main.js
88
88
 
89
- webpack 5.95.0 compiled with 2 warnings in 166623 ms
89
+ webpack 5.95.0 compiled with 2 warnings in 161327 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.1895"}
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.1908"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.4.1-pre.1895",
3
+ "version": "5.4.1-pre.1908",
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",