@openmrs/esm-active-visits-app 9.1.2-pre.6598 → 9.2.0
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 +2 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,7 +8,7 @@ assets by path *.js 2.63 MiB
|
|
|
8
8
|
+ 52 assets
|
|
9
9
|
assets by path *.json 29.4 KiB
|
|
10
10
|
asset openmrs-esm-active-visits-app.js.buildmanifest.json 28.9 KiB [emitted]
|
|
11
|
-
asset routes.json
|
|
11
|
+
asset routes.json 533 bytes [emitted] [from: src/routes.json] [copied]
|
|
12
12
|
orphan modules 10 MiB [orphan] 3088 modules
|
|
13
13
|
runtime modules 42.4 KiB 28 modules
|
|
14
14
|
built modules 7.02 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-shared) [built]
|
|
@@ -29,4 +29,4 @@ This can impact web performance.
|
|
|
29
29
|
Assets:
|
|
30
30
|
1522.js (1.93 MiB)
|
|
31
31
|
|
|
32
|
-
webpack 5.99.9 compiled with 1 warning in
|
|
32
|
+
webpack 5.99.9 compiled with 1 warning in 304431 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":"9.
|
|
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":"9.2.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-active-visits-app",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.0",
|
|
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,6 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"webpack": "^5.99.9"
|
|
54
|
-
}
|
|
55
|
-
"stableVersion": "9.1.1"
|
|
54
|
+
}
|
|
56
55
|
}
|