@openmrs/esm-react-utils 5.0.3-pre.903 → 5.1.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 45fd16cd77ca403d
1
+ @openmrs/esm-react-utils:build: cache hit, replaying output c8d4ef7ec07ffea0
2
2
  @openmrs/esm-react-utils:build: asset openmrs-esm-react-utils.js 72.8 KiB [emitted] [minimized] (name: main) 2 related assets
3
3
  @openmrs/esm-react-utils:build: orphan modules 204 KiB [orphan] 121 modules
4
4
  @openmrs/esm-react-utils:build: runtime modules 937 bytes 4 modules
@@ -15,4 +15,4 @@
15
15
  @openmrs/esm-react-utils:build:  external "react-i18next" 42 bytes [built] [code generated]
16
16
  @openmrs/esm-react-utils:build:  external "dayjs" 42 bytes [built] [code generated]
17
17
  @openmrs/esm-react-utils:build:  external "react-dom" 42 bytes [built] [code generated]
18
- @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 9749 ms
18
+ @openmrs/esm-react-utils:build: webpack 5.88.0 compiled successfully in 6423 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-react-utils",
3
- "version": "5.0.3-pre.903",
3
+ "version": "5.1.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "React utilities for OpenMRS.",
6
6
  "browser": "dist/openmrs-esm-react-utils.js",
@@ -56,12 +56,12 @@
56
56
  "react-i18next": "11.x"
57
57
  },
58
58
  "devDependencies": {
59
- "@openmrs/esm-api": "^5.0.3-pre.903",
60
- "@openmrs/esm-config": "^5.0.3-pre.903",
61
- "@openmrs/esm-error-handling": "^5.0.3-pre.903",
62
- "@openmrs/esm-extensions": "^5.0.3-pre.903",
63
- "@openmrs/esm-feature-flags": "^5.0.3-pre.903",
64
- "@openmrs/esm-globals": "^5.0.3-pre.903",
59
+ "@openmrs/esm-api": "^5.1.0",
60
+ "@openmrs/esm-config": "^5.1.0",
61
+ "@openmrs/esm-error-handling": "^5.1.0",
62
+ "@openmrs/esm-extensions": "^5.1.0",
63
+ "@openmrs/esm-feature-flags": "^5.1.0",
64
+ "@openmrs/esm-globals": "^5.1.0",
65
65
  "dayjs": "^1.10.8",
66
66
  "i18next": "^19.6.0",
67
67
  "react": "^18.1.0",
@@ -70,5 +70,5 @@
70
70
  "rxjs": "^6.5.3",
71
71
  "webpack": "^5.88.0"
72
72
  },
73
- "gitHead": "3997dbe2ecfa124b4ed8a79e6e61f7d6584786b2"
73
+ "gitHead": "b3a3b5208270447ef1fd85b2f7e4ce55e717b9ec"
74
74
  }
package/src/public.ts CHANGED
@@ -13,6 +13,7 @@ export * from "./useConnectivity";
13
13
  export * from "./usePatient";
14
14
  export * from "./useExtensionSlotMeta";
15
15
  export * from "./useExtensionStore";
16
+ export * from "./useFeatureFlag";
16
17
  export * from "./useLayoutType";
17
18
  export * from "./useLocations";
18
19
  export * from "./useOnClickOutside";