@kenyaemr/esm-active-visits-app 8.0.0 → 8.0.1-pre.99

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.
@@ -9,7 +9,7 @@ assets by path *.js 1.91 MiB
9
9
  + 19 assets
10
10
  assets by path *.json 13.5 KiB
11
11
  asset kenyaemr-esm-active-visits-app.js.buildmanifest.json 12.9 KiB [emitted]
12
- asset routes.json 533 bytes [emitted] [from: src/routes.json] [copied]
12
+ asset routes.json 540 bytes [emitted] [from: src/routes.json] [copied]
13
13
  orphan modules 4.12 MiB [orphan] 567 modules
14
14
  runtime modules 40 KiB 28 modules
15
15
  built modules 5.33 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
@@ -35,4 +35,4 @@ Entrypoints:
35
35
  main (304 KiB)
36
36
  main.js
37
37
 
38
- webpack 5.88.0 compiled with 2 warnings in 195137 ms
38
+ webpack 5.88.0 compiled with 2 warnings in 65100 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":"active-visits-widget","slot":"homepage-widgets-slot","component":"activeVisits","order":0},{"name":"visit-summary-widget","slot":"visit-summary-slot","component":"visitDetail"},{"name":"active-visits-tile","slot":"home-metrics-tiles-slot","component":"homeActiveVisitsTile"},{"name":"total-visits-tile","slot":"home-metrics-tiles-slot","component":"homeTotalVisitsTile"}],"pages":[],"version":"8.0.0"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"active-visits-widget","slot":"homepage-widgets-slot","component":"activeVisits","order":0},{"name":"visit-summary-widget","slot":"visit-summary-slot","component":"visitDetail"},{"name":"active-visits-tile","slot":"home-metrics-tiles-slot","component":"homeActiveVisitsTile"},{"name":"total-visits-tile","slot":"home-metrics-tiles-slot","component":"homeTotalVisitsTile"}],"pages":[],"version":"8.0.1-pre.99"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-active-visits-app",
3
- "version": "8.0.0",
3
+ "version": "8.0.1-pre.99",
4
4
  "description": "Active visits widget microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/kenyaemr-esm-active-visits-app.js",
6
6
  "main": "src/index.ts",
@@ -50,5 +50,6 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "webpack": "^5.74.0"
53
- }
53
+ },
54
+ "stableVersion": "8.0.0"
54
55
  }