@kenyaemr/esm-patient-flags-app 5.4.1-pre.1927 → 5.4.1-pre.1935

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.
@@ -1,3 +1,6 @@
1
+ Browserslist: caniuse-lite is outdated. Please run:
2
+ npx update-browserslist-db@latest
3
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
1
4
  assets by path *.js 3.22 MiB
2
5
  assets by chunk 2.83 MiB (id hint: vendors)
3
6
  assets by status 2.38 MiB [big]
@@ -45,7 +48,7 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
45
48
  <w>
46
49
  <w> null
47
50
 
48
- 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/cards/card-header.scss
51
+ 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
49
52
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
50
53
  <w>
51
54
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -66,7 +69,7 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
66
69
  <w>
67
70
  <w> null
68
71
 
69
- 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
72
+ 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/cards/card-header.scss
70
73
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
71
74
  <w>
72
75
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -86,4 +89,4 @@ Entrypoints:
86
89
  main (281 KiB)
87
90
  main.js
88
91
 
89
- webpack 5.95.0 compiled with 2 warnings in 174787 ms
92
+ webpack 5.95.0 compiled with 2 warnings in 169576 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.1927"}
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.1935"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.4.1-pre.1927",
3
+ "version": "5.4.1-pre.1935",
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",