launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.12.4 to 2.12.5
@@ -11,3 +11,3 @@ "use strict"; | ||
// Exclude system keys | ||
if (!rawFlag.startsWith('$')) { | ||
if (rawFlag.indexOf('$') !== 0) { | ||
var camelCasedKey = lodash_camelcase_1.default(rawFlag); | ||
@@ -14,0 +14,0 @@ flags[camelCasedKey] = rawFlags[rawFlag]; |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.12.4", | ||
"version": "2.12.5", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -56,3 +56,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
"dependencies": { | ||
"launchdarkly-js-client-sdk": "^2.12.4", | ||
"launchdarkly-js-client-sdk": "^2.12.5", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -59,0 +59,0 @@ "uuid": "^3.3.2" |
Sorry, the diff of this file is not supported yet
37903