@openmrs/esm-active-visits-app 8.5.0 → 8.5.1-pre.5347
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.
- package/.turbo/turbo-build.log +2 -2
- package/dist/routes.json +1 -1
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,7 +11,7 @@ assets by path *.js 2.21 MiB
|
|
|
11
11
|
+ 48 assets
|
|
12
12
|
assets by path *.json 26.3 KiB
|
|
13
13
|
asset openmrs-esm-active-visits-app.js.buildmanifest.json 25.8 KiB [emitted]
|
|
14
|
-
asset routes.json
|
|
14
|
+
asset routes.json 542 bytes [emitted] [from: src/routes.json] [copied]
|
|
15
15
|
orphan modules 4.77 MiB [orphan] 452 modules
|
|
16
16
|
runtime modules 42.4 KiB 30 modules
|
|
17
17
|
built modules 7.45 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
@@ -32,4 +32,4 @@ This can impact web performance.
|
|
|
32
32
|
Assets:
|
|
33
33
|
130.js (1.55 MiB)
|
|
34
34
|
|
|
35
|
-
webpack 5.88.0 compiled with 1 warning in
|
|
35
|
+
webpack 5.88.0 compiled with 1 warning in 92297 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.5.
|
|
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.5.1-pre.5347"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-active-visits-app",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.1-pre.5347",
|
|
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",
|
|
@@ -51,5 +51,6 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"webpack": "^5.74.0"
|
|
54
|
-
}
|
|
54
|
+
},
|
|
55
|
+
"stableVersion": "8.5.0"
|
|
55
56
|
}
|