Skip to content

Commit 99260e6

Browse files
LaunchDarklyCIbwoskow-ldeli-darkly
authored
prepare 2.17.1 release (#25)
* Update withLDProvider.tsx (#18) * update JS SDK dependency to 2.16.3 Co-authored-by: Ben Woskow <[email protected]> Co-authored-by: Eli Bishop <[email protected]>
1 parent d2c9318 commit 99260e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "^3.6.2"
5757
},
5858
"dependencies": {
59-
"launchdarkly-js-client-sdk": "2.16.0",
59+
"launchdarkly-js-client-sdk": "2.16.3",
6060
"lodash.camelcase": "^4.3.0",
6161
"uuid": "^3.3.2"
6262
},

src/withLDProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { camelCaseKeys } from './utils';
2727
* @return A function which accepts your root React component and returns a HOC
2828
*/
2929
export function withLDProvider(config: ProviderConfig) {
30-
return function withLDPoviderHoc<P>(WrappedComponent: React.ComponentType<P>) {
30+
return function withLDProviderHoc<P>(WrappedComponent: React.ComponentType<P>) {
3131
const { options, reactOptions: userReactOptions } = config;
3232
const reactOptions = { ...defaultReactOptions, ...userReactOptions };
3333

0 commit comments

Comments
 (0)