@openmrs/esm-patient-banner-app 11.3.1-pre.9383 → 11.3.1-pre.9390

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,6 +1,3 @@
1
- Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
2
- npx update-browserslist-db@latest
3
- Why you should do it regularly: https://github.com/browserslist/update-db#readme
4
1
  assets by path *.js 2.89 MiB
5
2
  assets by chunk 2.44 MiB (id hint: vendors)
6
3
  assets by status 2.31 MiB [big]
@@ -42,4 +39,4 @@ Entrypoints:
42
39
  main.js
43
40
  
44
41
 
45
- webpack 5.99.9 compiled with 2 warnings in 130942 ms
42
+ webpack 5.99.9 compiled with 2 warnings in 131621 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"extensions":[{"name":"visit-tag","slot":"patient-banner-tags-slot","component":"visitTag","online":true,"offline":true},{"name":"deceased-patient-tag","slot":"patient-banner-tags-slot","component":"deceasedPatientTag","online":true,"offline":true},{"name":"patient-banner","slot":"patient-header-slot","component":"patientBanner","online":true,"offline":true}],"version":"11.3.1-pre.9383"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"extensions":[{"name":"visit-tag","slot":"patient-banner-tags-slot","component":"visitTag","online":true,"offline":true},{"name":"deceased-patient-tag","slot":"patient-banner-tags-slot","component":"deceasedPatientTag","online":true,"offline":true},{"name":"patient-banner","slot":"patient-header-slot","component":"patientBanner","online":true,"offline":true}],"version":"11.3.1-pre.9390"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-banner-app",
3
- "version": "11.3.1-pre.9383",
3
+ "version": "11.3.1-pre.9390",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Patient banner microfrontend for the OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-patient-banner-app.js",
@@ -52,7 +52,7 @@
52
52
  "swr": "2.x"
53
53
  },
54
54
  "devDependencies": {
55
- "@openmrs/esm-patient-common-lib": "11.3.1-pre.9383",
55
+ "@openmrs/esm-patient-common-lib": "11.3.1-pre.9390",
56
56
  "webpack": "^5.99.9"
57
57
  },
58
58
  "stableVersion": "11.3.0"