@openmrs/esm-active-visits-app 8.1.1-pre.4555 → 8.1.1

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,7 +8,7 @@ assets by path *.js 2.32 MiB
8
8
  + 34 assets
9
9
  assets by path *.json 19.3 KiB
10
10
  asset openmrs-esm-active-visits-app.js.buildmanifest.json 18.8 KiB [emitted]
11
- asset routes.json 542 bytes [emitted] [from: src/routes.json] [copied]
11
+ asset routes.json 533 bytes [emitted] [from: src/routes.json] [copied]
12
12
  orphan modules 4.87 MiB [orphan] 601 modules
13
13
  runtime modules 42.2 KiB 30 modules
14
14
  built modules 6.96 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
@@ -34,4 +34,4 @@ Entrypoints:
34
34
  main (350 KiB)
35
35
  main.js
36
36
 
37
- webpack 5.88.0 compiled with 2 warnings in 99260 ms
37
+ webpack 5.88.0 compiled with 2 warnings in 235207 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.1.1-pre.4555"}
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.1.1"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-active-visits-app",
3
- "version": "8.1.1-pre.4555",
3
+ "version": "8.1.1",
4
4
  "description": "Active visits widget microfrontend for O3",
5
5
  "browser": "dist/openmrs-esm-active-visits-app.js",
6
6
  "main": "src/index.ts",
@@ -50,6 +50,5 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "webpack": "^5.74.0"
53
- },
54
- "stableVersion": "8.1.0"
53
+ }
55
54
  }