@openmrs/esm-active-visits-app 4.5.1-pre.1710 → 4.5.1-pre.1714
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 -2
- package/src/routes.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,7 +10,7 @@ assets by path [1m[32m*.js[39m[22m 930 KiB
|
|
|
10
10
|
+ 12 assets
|
|
11
11
|
assets by path [1m[32m*.json[39m[22m 9.05 KiB
|
|
12
12
|
asset [1m[32mopenmrs-esm-active-visits-app.js.buildmanifest.json[39m[22m 8.71 KiB [1m[32m[emitted][39m[22m
|
|
13
|
-
asset [1m[32mroutes.json[39m[22m
|
|
13
|
+
asset [1m[32mroutes.json[39m[22m 348 bytes [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
14
14
|
orphan modules 3.96 MiB [1m[33m[orphan][39m[22m 415 modules
|
|
15
15
|
runtime modules 38.7 KiB 28 modules
|
|
16
16
|
built modules 3.32 MiB (javascript) 210 bytes (share-init) 210 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
@@ -32,4 +32,4 @@ This can impact web performance.
|
|
|
32
32
|
Assets:
|
|
33
33
|
130.js (496 KiB)[39m[22m
|
|
34
34
|
|
|
35
|
-
webpack 5.86.0 compiled with [1m[33m1 warning[39m[22m in
|
|
35
|
+
webpack 5.86.0 compiled with [1m[33m1 warning[39m[22m in 109948 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-
|
|
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"}],"pages":[],"version":"4.5.1-pre.1714"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-active-visits-app",
|
|
3
|
-
"version": "4.5.1-pre.
|
|
3
|
+
"version": "4.5.1-pre.1714",
|
|
4
4
|
"description": "Active visits widget microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/openmrs-esm-active-visits-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"webpack": "^5.74.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "317eaec4010408abf00984d065a1a04ae319b12a"
|
|
51
51
|
}
|
package/src/routes.json
CHANGED