@kenyaemr/esm-morgue-app 5.2.1-pre.776 → 5.2.1-pre.797
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.2 MiB
|
|
2
5
|
assets by chunk 1.1 MiB (id hint: vendors)
|
|
3
6
|
asset [1m[33m130.js[39m[22m [1m[33m630 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
@@ -29,4 +32,4 @@ Assets:
|
|
|
29
32
|
130.js (630 KiB)
|
|
30
33
|
726.js (442 KiB)[39m[22m
|
|
31
34
|
|
|
32
|
-
webpack 5.88.0 compiled with [1m[33m1 warning[39m[22m in
|
|
35
|
+
webpack 5.88.0 compiled with [1m[33m1 warning[39m[22m in 133064 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-morgue-app",
|
|
3
|
-
"version": "5.2.1-pre.
|
|
3
|
+
"version": "5.2.1-pre.797",
|
|
4
4
|
"description": "morgue app for KenyaEMR",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-morgue-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"webpack": "^5.74.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2db46d5a0f19136f67d16dbe79d3c68dc34e932e"
|
|
55
55
|
}
|