@openmrs/esm-utils 5.6.1-pre.1908 → 5.6.1-pre.1920
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
|
asset openmrs-esm-utils.js 54.1 KiB [emitted] [minimized] (name: main) 1 related asset
|
|
2
5
|
orphan modules 157 KiB [orphan] 12 modules
|
|
3
6
|
runtime modules 937 bytes 4 modules
|
|
@@ -14,4 +17,4 @@ modules by path ../../../node_modules/dayjs/plugin/*.js 2.56 KiB
|
|
|
14
17
|
../../../node_modules/dayjs/plugin/isToday.js 365 bytes [built] [code generated]
|
|
15
18
|
./src/index.ts + 12 modules 157 KiB [built] [code generated]
|
|
16
19
|
external "dayjs" 42 bytes [built] [code generated]
|
|
17
|
-
webpack 5.88.0 compiled successfully in
|
|
20
|
+
webpack 5.88.0 compiled successfully in 8496 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-utils",
|
|
3
|
-
"version": "5.6.1-pre.
|
|
3
|
+
"version": "5.6.1-pre.1920",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Helper utilities for OpenMRS",
|
|
6
6
|
"browser": "dist/openmrs-esm-utils.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@openmrs/esm-globals": "5.6.1-pre.
|
|
42
|
+
"@openmrs/esm-globals": "5.6.1-pre.1920",
|
|
43
43
|
"@types/semver": "^7.3.4",
|
|
44
44
|
"dayjs": "^1.10.4",
|
|
45
45
|
"rxjs": "^6.5.3"
|