@kenyaemr/esm-patient-flags-app 5.2.1-pre.779 → 5.2.1-pre.802

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 908 KiB
2
5
  assets by chunk 776 KiB (id hint: vendors)
3
6
  asset 130.js 629 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
@@ -29,4 +32,4 @@ This can impact web performance.
29
32
  Assets:
30
33
  130.js (629 KiB)
31
34
 
32
- webpack 5.88.0 compiled with 1 warning in 131739 ms
35
+ webpack 5.88.0 compiled with 1 warning in 132013 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.2.1-pre.779",
3
+ "version": "5.2.1-pre.802",
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",
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "webpack": "^5.74.0"
51
51
  },
52
- "gitHead": "22664efdf83961781ff652a49ebb1cb0214cfb4a"
52
+ "gitHead": "d1a58ed7edacc172f2e6e78b8f5a9902b52ffe7a"
53
53
  }