@openmrs/esm-patient-banner-app 11.3.1-pre.9304 → 11.3.1-pre.9309

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.
@@ -43,4 +43,4 @@ Entrypoints:
43
43
  main.js
44
44
  
45
45
 
46
- webpack 5.99.9 compiled with 2 warnings in 133511 ms
46
+ webpack 5.99.9 compiled with 2 warnings in 149484 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},{"name":"print-identifier-sticker-button","slot":"patient-actions-slot","component":"printIdentifierStickerActionButton","online":true,"offline":true}],"modals":[{"name":"print-identifier-sticker-modal","component":"printIdentifierStickerModal"}],"featureFlags":[{"description":"Features to support printing a patient identifier sticker","flagName":"print-patient-identifier-sticker","label":"Print patient identifier sticker"}],"version":"11.3.1-pre.9304"}
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},{"name":"print-identifier-sticker-button","slot":"patient-actions-slot","component":"printIdentifierStickerActionButton","online":true,"offline":true}],"modals":[{"name":"print-identifier-sticker-modal","component":"printIdentifierStickerModal"}],"featureFlags":[{"description":"Features to support printing a patient identifier sticker","flagName":"print-patient-identifier-sticker","label":"Print patient identifier sticker"}],"version":"11.3.1-pre.9309"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-banner-app",
3
- "version": "11.3.1-pre.9304",
3
+ "version": "11.3.1-pre.9309",
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.9304",
55
+ "@openmrs/esm-patient-common-lib": "11.3.1-pre.9309",
56
56
  "webpack": "^5.99.9"
57
57
  },
58
58
  "stableVersion": "11.3.0"