@kenyaemr/esm-patient-flags-app 5.3.3-pre.1060 → 5.3.4

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.
@@ -8,9 +8,9 @@ assets by path *.js 1.36 MiB
8
8
  asset 591.js 50.8 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
9
9
  asset 419.js 19.8 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
10
10
  + 8 assets
11
- assets by path *.json 6.85 KiB
11
+ assets by path *.json 6.84 KiB
12
12
  asset openmrs-esm-patient-flags-app.js.buildmanifest.json 6.44 KiB [emitted]
13
- asset routes.json 419 bytes [emitted] [from: src/routes.json] [copied]
13
+ asset routes.json 410 bytes [emitted] [from: src/routes.json] [copied]
14
14
  orphan modules 3.08 MiB [orphan] 630 modules
15
15
  runtime modules 38 KiB 28 modules
16
16
  built modules 4.15 MiB (javascript) 168 bytes (share-init) 168 bytes (consume-shared) [built]
@@ -39,4 +39,4 @@ Entrypoints:
39
39
  main.js
40
40
  
41
41
 
42
- webpack 5.88.0 compiled with 2 warnings in 98917 ms
42
+ webpack 5.88.0 compiled with 2 warnings in 188840 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.3.3-pre.1060"}
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.3.4"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.3.3-pre.1060",
3
+ "version": "5.3.4",
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",
@@ -48,6 +48,5 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "webpack": "^5.74.0"
51
- },
52
- "stableVersion": "5.3.2"
51
+ }
53
52
  }