@openmrs/esm-utils 5.7.3-pre.2135 → 5.7.3-pre.2139
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 +11 -16
- package/dist/openmrs-esm-utils.js +1 -1
- package/dist/openmrs-esm-utils.js.map +1 -1
- package/package.json +2 -2
- package/src/age-helpers.test.ts +37 -0
- package/src/age-helpers.ts +41 -87
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
2
|
npx update-browserslist-db@latest
|
|
3
3
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
-
asset openmrs-esm-utils.js
|
|
5
|
-
orphan modules
|
|
4
|
+
asset openmrs-esm-utils.js 151 KiB [emitted] [minimized] (name: main) 1 related asset
|
|
5
|
+
orphan modules 366 KiB [orphan] 84 modules
|
|
6
6
|
runtime modules 937 bytes 4 modules
|
|
7
|
-
modules
|
|
8
|
-
modules by path ./
|
|
9
|
-
modules by path
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
+
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
modules by path ../../../node_modules/dayjs/plugin/*.js 2.56 KiB
|
|
17
|
-
../../../node_modules/dayjs/plugin/utc.js 2.2 KiB [built] [code generated]
|
|
18
|
-
../../../node_modules/dayjs/plugin/isToday.js 365 bytes [built] [code generated]
|
|
19
|
-
external "dayjs" 42 bytes [built] [code generated]
|
|
20
|
-
webpack 5.88.0 compiled successfully in 8682 ms
|
|
7
|
+
built modules 506 KiB [built]
|
|
8
|
+
modules by path ./ 208 KiB 44 modules
|
|
9
|
+
modules by path ../../../node_modules/ 298 KiB
|
|
10
|
+
modules by path ../../../node_modules/@formatjs/intl-durationformat/ 170 KiB 13 modules
|
|
11
|
+
modules by path ../../../node_modules/dayjs/plugin/*.js 2.56 KiB 2 modules
|
|
12
|
+
../../../node_modules/tslib/tslib.es6.mjs 15.9 KiB [built] [code generated]
|
|
13
|
+
../../../node_modules/@formatjs/intl-localematcher/lib/index.js + 10 modules 110 KiB [built] [code generated]
|
|
14
|
+
external "dayjs" 42 bytes [built] [code generated]
|
|
15
|
+
webpack 5.88.0 compiled successfully in 9755 ms
|