@openmrs/esm-utils 6.2.1-pre.2796 → 6.2.1-pre.2805
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 -10
- package/dist/openmrs-esm-utils.js +2 -1
- package/dist/openmrs-esm-utils.js.LICENSE.txt +7 -0
- package/dist/openmrs-esm-utils.js.map +1 -1
- package/jest.config.js +3 -0
- package/package.json +8 -4
- package/src/age-helpers.test.ts +89 -26
- package/src/age-helpers.ts +38 -6
- package/src/dates/date-util.ts +116 -57
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
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 225 KiB [emitted] [minimized] (name: main) 2 related assets
|
|
5
|
+
orphan modules 1.14 MiB [orphan] 736 modules
|
|
6
6
|
runtime modules 937 bytes 4 modules
|
|
7
|
-
built modules
|
|
8
|
-
modules by path ./
|
|
9
|
-
modules by path ../../../node_modules/
|
|
10
|
-
modules by path ../../../node_modules/@formatjs/intl-durationformat/
|
|
11
|
-
modules by path ../../../node_modules/dayjs/plugin/*.js
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
built modules 791 KiB [built]
|
|
8
|
+
modules by path ./ 318 KiB 44 modules
|
|
9
|
+
modules by path ../../../node_modules/ 473 KiB
|
|
10
|
+
modules by path ../../../node_modules/@formatjs/intl-durationformat/ 340 KiB 14 modules
|
|
11
|
+
modules by path ../../../node_modules/dayjs/plugin/*.js 3.82 KiB
|
|
12
|
+
../../../node_modules/dayjs/plugin/objectSupport.js 1.26 KiB [built] [code generated]
|
|
13
|
+
+ 2 modules
|
|
14
|
+
../../../node_modules/@formatjs/intl-localematcher/lib/index.js + 14 modules 130 KiB [built] [code generated]
|
|
14
15
|
external "dayjs" 42 bytes [built] [code generated]
|
|
15
|
-
webpack 5.88.0 compiled successfully in
|
|
16
|
+
webpack 5.88.0 compiled successfully in 9640 ms
|