@openmrs/esm-home-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
|
@@ -7,7 +7,7 @@ assets by path *.js 2.4 MiB
|
|
|
7
7
|
+ 50 assets
|
|
8
8
|
assets by path *.json 25.7 KiB
|
|
9
9
|
asset openmrs-esm-home-app.js.buildmanifest.json 25.4 KiB [emitted]
|
|
10
|
-
asset routes.json
|
|
10
|
+
asset routes.json 325 bytes [emitted] [from: src/routes.json] [copied]
|
|
11
11
|
orphan modules 10.3 MiB [orphan] 3099 modules
|
|
12
12
|
runtime modules 41.5 KiB 28 modules
|
|
13
13
|
built modules 6.3 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
@@ -28,4 +28,4 @@ This can impact web performance.
|
|
|
28
28
|
Assets:
|
|
29
29
|
7386.js (2.05 MiB)
|
|
30
30
|
|
|
31
|
-
webpack 5.99.9 compiled with 1 warning in
|
|
31
|
+
webpack 5.99.9 compiled with 1 warning in 310544 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-home-app",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.0",
|
|
4
4
|
"description": "Homepage microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/openmrs-esm-home-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -44,6 +44,5 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"webpack": "^5.74.0"
|
|
47
|
-
}
|
|
48
|
-
"stableVersion": "9.1.1"
|
|
47
|
+
}
|
|
49
48
|
}
|