@openmrs/esm-home-app 4.0.1-pre.150 → 4.0.1-pre.151
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/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[35m@openmrs/esm-home-app:build[0m: cache hit, replaying output [
|
|
1
|
+
[35m@openmrs/esm-home-app:build[0m: cache hit, replaying output [2m0574109d136c78a7[0m
|
|
2
2
|
[35m@openmrs/esm-home-app:build: [0massets by chunk 443 KiB (id hint: vendors)
|
|
3
3
|
[35m@openmrs/esm-home-app:build: [0m asset [1m[33m858.js[39m[22m [1m[33m407 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 1 related asset
|
|
4
4
|
[35m@openmrs/esm-home-app:build: [0m asset [1m[32m709.js[39m[22m 19 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors)
|
|
@@ -25,4 +25,4 @@
|
|
|
25
25
|
[35m@openmrs/esm-home-app:build: [0mAssets:
|
|
26
26
|
[35m@openmrs/esm-home-app:build: [0m 858.js (407 KiB)[39m[22m
|
|
27
27
|
[35m@openmrs/esm-home-app:build: [0m
|
|
28
|
-
[35m@openmrs/esm-home-app:build: [0mwebpack 5.74.0 compiled with [1m[33m1 warning[39m[22m in
|
|
28
|
+
[35m@openmrs/esm-home-app:build: [0mwebpack 5.74.0 compiled with [1m[33m1 warning[39m[22m in 11470 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-home-app",
|
|
3
|
-
"version": "4.0.1-pre.
|
|
3
|
+
"version": "4.0.1-pre.151",
|
|
4
4
|
"description": "Homepage microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/openmrs-esm-home-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"react-i18next": "11.x",
|
|
44
44
|
"react-router-dom": "6.x"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "09e0b09d2ed7376c8bf63b9028ec6d50be7e6950"
|
|
47
47
|
}
|