@openmrs/esm-patient-banner-app 11.3.1-pre.9418 → 11.3.1-pre.9428

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.
@@ -39,4 +39,4 @@ Entrypoints:
39
39
  main.js
40
40
  
41
41
 
42
- webpack 5.99.9 compiled with 2 warnings in 142855 ms
42
+ webpack 5.99.9 compiled with 2 warnings in 124013 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.9418"}
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.9428"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-banner-app",
3
- "version": "11.3.1-pre.9418",
3
+ "version": "11.3.1-pre.9428",
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.9418",
55
+ "@openmrs/esm-patient-common-lib": "11.3.1-pre.9428",
56
56
  "webpack": "^5.99.9"
57
57
  },
58
58
  "stableVersion": "11.3.0"