@openmrs/esm-react-utils 5.5.1-pre.1771 → 5.6.0

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,4 +1,4 @@
1
- @openmrs/esm-react-utils:build: cache hit, replaying output 4f279726f903f149
1
+ @openmrs/esm-react-utils:build: cache hit, replaying output 8b46462cedf9dc3e
2
2
  @openmrs/esm-react-utils:build: asset openmrs-esm-react-utils.js 65.5 KiB [emitted] [minimized] (name: main) 1 related asset
3
3
  @openmrs/esm-react-utils:build: orphan modules 178 KiB [orphan] 126 modules
4
4
  @openmrs/esm-react-utils:build: runtime modules 937 bytes 4 modules
@@ -12,4 +12,4 @@
12
12
  @openmrs/esm-react-utils:build:  ./src/index.ts + 126 modules 179 KiB [built] [code generated]
13
13
  @openmrs/esm-react-utils:build:  ../esm-state/dist/openmrs-esm-state.js 4.66 KiB [built] [code generated]
14
14
  @openmrs/esm-react-utils:build:  + 5 modules
15
- @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 4723 ms
15
+ @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 4636 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-react-utils",
3
- "version": "5.5.1-pre.1771",
3
+ "version": "5.6.0",
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.5.1-pre.1771",
65
- "@openmrs/esm-config": "5.5.1-pre.1771",
66
- "@openmrs/esm-context": "5.5.1-pre.1771",
67
- "@openmrs/esm-error-handling": "5.5.1-pre.1771",
68
- "@openmrs/esm-extensions": "5.5.1-pre.1771",
69
- "@openmrs/esm-feature-flags": "5.5.1-pre.1771",
70
- "@openmrs/esm-globals": "5.5.1-pre.1771",
71
- "@openmrs/esm-navigation": "5.5.1-pre.1771",
72
- "@openmrs/esm-utils": "5.5.1-pre.1771",
64
+ "@openmrs/esm-api": "5.6.0",
65
+ "@openmrs/esm-config": "5.6.0",
66
+ "@openmrs/esm-context": "5.6.0",
67
+ "@openmrs/esm-error-handling": "5.6.0",
68
+ "@openmrs/esm-extensions": "5.6.0",
69
+ "@openmrs/esm-feature-flags": "5.6.0",
70
+ "@openmrs/esm-globals": "5.6.0",
71
+ "@openmrs/esm-navigation": "5.6.0",
72
+ "@openmrs/esm-utils": "5.6.0",
73
73
  "dayjs": "^1.10.8",
74
74
  "i18next": "^21.10.0",
75
75
  "react": "^18.1.0",
@@ -78,6 +78,5 @@
78
78
  "rxjs": "^6.5.3",
79
79
  "swr": "^2.2.2",
80
80
  "webpack": "^5.88.0"
81
- },
82
- "stableVersion": "5.5.0"
81
+ }
83
82
  }