@kenyaemr/esm-shr-app 5.2.1-pre.779 → 5.2.1-pre.802
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 +4 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
|
+
npx update-browserslist-db@latest
|
|
3
|
+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
1
4
|
assets by path [1m[32m*.js[39m[22m 1.46 MiB
|
|
2
5
|
assets by chunk 1.02 MiB (id hint: vendors)
|
|
3
6
|
assets by status [1m[33m974 KiB[39m[22m [1m[33m[big][39m[22m 2 assets
|
|
@@ -40,4 +43,4 @@ Entrypoints:
|
|
|
40
43
|
main.js
|
|
41
44
|
[39m[22m
|
|
42
45
|
|
|
43
|
-
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in
|
|
46
|
+
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in 141220 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-shr-app",
|
|
3
|
-
"version": "5.2.1-pre.
|
|
3
|
+
"version": "5.2.1-pre.802",
|
|
4
4
|
"description": "Patient care panels microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-shr-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"webpack": "^5.74.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d1a58ed7edacc172f2e6e78b8f5a9902b52ffe7a"
|
|
54
54
|
}
|