@openmrs/esm-utils 5.7.1 → 5.7.2-pre.2094
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 +20 -20
- package/package.json +4 -3
- package/.turbo/turbo-lint.log +0 -0
- package/.turbo/turbo-test.log +0 -9
- package/.turbo/turbo-typescript.log +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
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
|
|
4
|
-
asset
|
|
5
|
-
orphan modules 175 KiB
|
|
6
|
-
runtime modules 937 bytes 4 modules
|
|
7
|
-
modules by path
|
|
8
|
-
modules by path
|
|
9
|
-
modules by path
|
|
10
|
-
modules by path
|
|
11
|
-
modules by path
|
|
12
|
-
|
|
13
|
-
+ 2 modules
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
modules by path
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
webpack 5.88.0 compiled
|
|
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
|
|
4
|
+
asset openmrs-esm-utils.js 54 KiB [emitted] [minimized] (name: main) 1 related asset
|
|
5
|
+
orphan modules 175 KiB [orphan] 30 modules
|
|
6
|
+
runtime modules 937 bytes 4 modules
|
|
7
|
+
modules by path ./ 209 KiB
|
|
8
|
+
modules by path ./node_modules/semver/functions/*.js 6.71 KiB 24 modules
|
|
9
|
+
modules by path ./node_modules/semver/ranges/*.js 11.8 KiB 11 modules
|
|
10
|
+
modules by path ./node_modules/semver/internal/*.js 7.58 KiB 4 modules
|
|
11
|
+
modules by path ./node_modules/semver/classes/*.js 23.5 KiB
|
|
12
|
+
./node_modules/semver/classes/semver.js 7.84 KiB [built] [code generated]
|
|
13
|
+
+ 2 modules
|
|
14
|
+
./src/index.ts + 27 modules 157 KiB [built] [code generated]
|
|
15
|
+
./node_modules/semver/index.js 1.94 KiB [built] [code generated]
|
|
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 8402 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-utils",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.2-pre.2094",
|
|
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.7.
|
|
42
|
+
"@openmrs/esm-globals": "5.7.2-pre.2094",
|
|
43
43
|
"@types/semver": "^7.3.4",
|
|
44
44
|
"dayjs": "^1.10.4",
|
|
45
45
|
"rxjs": "^6.5.3"
|
|
@@ -53,5 +53,6 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@internationalized/date": "^3.5.4",
|
|
55
55
|
"semver": "7.3.2"
|
|
56
|
-
}
|
|
56
|
+
},
|
|
57
|
+
"stableVersion": "5.7.1"
|
|
57
58
|
}
|
package/.turbo/turbo-lint.log
DELETED
|
File without changes
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1momrs-dates.test.ts[22m
|
|
2
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mpatient-helpers.test.ts[22m
|
|
3
|
-
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2msrc/[22m[1mversion.test.ts[22m
|
|
4
|
-
|
|
5
|
-
[1mTest Suites: [22m[1m[32m3 passed[39m[22m, 3 total
|
|
6
|
-
[1mTests: [22m[1m[32m44 passed[39m[22m, 44 total
|
|
7
|
-
[1mSnapshots: [22m0 total
|
|
8
|
-
[1mTime:[22m 1.307 s
|
|
9
|
-
[2mRan all test suites[22m[2m.[22m
|
|
File without changes
|