@openmrs/esm-utils 5.7.1-pre.2091 → 5.7.1

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.
@@ -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 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 8954 ms
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 1244 ms
File without changes
@@ -0,0 +1,9 @@
1
+  PASS  src/omrs-dates.test.ts
2
+  PASS  src/patient-helpers.test.ts
3
+  PASS  src/version.test.ts
4
+
5
+ Test Suites: 3 passed, 3 total
6
+ Tests: 44 passed, 44 total
7
+ Snapshots: 0 total
8
+ Time: 1.307 s
9
+ Ran all test suites.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-utils",
3
- "version": "5.7.1-pre.2091",
3
+ "version": "5.7.1",
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.1-pre.2091",
42
+ "@openmrs/esm-globals": "5.7.1",
43
43
  "@types/semver": "^7.3.4",
44
44
  "dayjs": "^1.10.4",
45
45
  "rxjs": "^6.5.3"
@@ -53,6 +53,5 @@
53
53
  "dependencies": {
54
54
  "@internationalized/date": "^3.5.4",
55
55
  "semver": "7.3.2"
56
- },
57
- "stableVersion": "5.7.0"
56
+ }
58
57
  }