@openmrs/esm-react-utils 5.7.1 → 5.7.2-pre.2092

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,17 +1,17 @@
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-react-utils.js 66 KiB [emitted] [minimized] (name: main) 1 related asset
5
- orphan modules 179 KiB [orphan] 127 modules
6
- runtime modules 937 bytes 4 modules
7
- built modules 186 KiB [built]
8
- modules by path external "@openmrs/ 336 bytes
9
- external "@openmrs/esm-navigation" 42 bytes [built] [code generated]
10
- external "@openmrs/esm-extensions" 42 bytes [built] [code generated]
11
- + 6 modules
12
- cacheable modules 186 KiB
13
- modules by path ../../../node_modules/ 984 bytes 2 modules
14
- ./src/index.ts + 127 modules 180 KiB [built] [code generated]
15
- ../esm-state/dist/openmrs-esm-state.js 4.66 KiB [built] [code generated]
16
- + 5 modules
17
- webpack 5.88.0 compiled successfully in 1493 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-react-utils.js 66 KiB [emitted] [minimized] (name: main) 1 related asset
5
+ orphan modules 179 KiB [orphan] 127 modules
6
+ runtime modules 937 bytes 4 modules
7
+ built modules 186 KiB [built]
8
+ modules by path external "@openmrs/ 336 bytes
9
+ external "@openmrs/esm-navigation" 42 bytes [built] [code generated]
10
+ external "@openmrs/esm-extensions" 42 bytes [built] [code generated]
11
+ + 6 modules
12
+ cacheable modules 186 KiB
13
+ modules by path ../../../node_modules/ 984 bytes 2 modules
14
+ ./src/index.ts + 127 modules 180 KiB [built] [code generated]
15
+ ../esm-state/dist/openmrs-esm-state.js 4.66 KiB [built] [code generated]
16
+ + 5 modules
17
+ webpack 5.88.0 compiled successfully in 4655 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-react-utils",
3
- "version": "5.7.1",
3
+ "version": "5.7.2-pre.2092",
4
4
  "license": "MPL-2.0",
5
5
  "description": "React utilities for OpenMRS.",
6
6
  "browser": "dist/openmrs-esm-react-utils.js",
@@ -61,15 +61,15 @@
61
61
  "swr": "2.x"
62
62
  },
63
63
  "devDependencies": {
64
- "@openmrs/esm-api": "5.7.1",
65
- "@openmrs/esm-config": "5.7.1",
66
- "@openmrs/esm-context": "5.7.1",
67
- "@openmrs/esm-error-handling": "5.7.1",
68
- "@openmrs/esm-extensions": "5.7.1",
69
- "@openmrs/esm-feature-flags": "5.7.1",
70
- "@openmrs/esm-globals": "5.7.1",
71
- "@openmrs/esm-navigation": "5.7.1",
72
- "@openmrs/esm-utils": "5.7.1",
64
+ "@openmrs/esm-api": "5.7.2-pre.2092",
65
+ "@openmrs/esm-config": "5.7.2-pre.2092",
66
+ "@openmrs/esm-context": "5.7.2-pre.2092",
67
+ "@openmrs/esm-error-handling": "5.7.2-pre.2092",
68
+ "@openmrs/esm-extensions": "5.7.2-pre.2092",
69
+ "@openmrs/esm-feature-flags": "5.7.2-pre.2092",
70
+ "@openmrs/esm-globals": "5.7.2-pre.2092",
71
+ "@openmrs/esm-navigation": "5.7.2-pre.2092",
72
+ "@openmrs/esm-utils": "5.7.2-pre.2092",
73
73
  "dayjs": "^1.10.8",
74
74
  "i18next": "^21.10.0",
75
75
  "react": "^18.1.0",
@@ -78,5 +78,6 @@
78
78
  "rxjs": "^6.5.3",
79
79
  "swr": "^2.2.2",
80
80
  "webpack": "^5.88.0"
81
- }
81
+ },
82
+ "stableVersion": "5.7.1"
82
83
  }
File without changes
@@ -1,14 +0,0 @@
1
-  PASS  src/useSession.test.tsx
2
-  PASS  src/useAbortController.test.tsx
3
-  PASS  src/ConfigurableLink.test.tsx
4
-  PASS  src/useConfig.test.tsx
5
-  PASS  src/useOnClickOutside.test.tsx
6
-  PASS  src/openmrsComponentDecorator.test.tsx
7
-  PASS  src/useStore.test.ts
8
-  PASS  src/extensions.test.tsx
9
-
10
- Test Suites: 8 passed, 8 total
11
- Tests: 37 passed, 37 total
12
- Snapshots: 0 total
13
- Time: 3.551 s
14
- Ran all test suites.