@devcycle/react-client-sdk
Advanced tools
Comparing version 1.19.2 to 1.19.3
@@ -23,2 +23,3 @@ 'use strict'; | ||
return jsClientSdk.initializeDevCycle(sdkKey, { | ||
sdkPlatform: 'react', | ||
...options, | ||
@@ -29,3 +30,6 @@ deferInitialization: true, | ||
} | ||
return jsClientSdk.initializeDevCycle(sdkKey, user, options); | ||
return jsClientSdk.initializeDevCycle(sdkKey, user, { | ||
sdkPlatform: 'react', | ||
...options, | ||
}); | ||
}; | ||
@@ -32,0 +36,0 @@ |
@@ -15,2 +15,3 @@ import { jsx } from 'react/jsx-runtime'; | ||
return initializeDevCycle(sdkKey, { | ||
sdkPlatform: 'react', | ||
...options, | ||
@@ -21,3 +22,6 @@ deferInitialization: true, | ||
} | ||
return initializeDevCycle(sdkKey, user, options); | ||
return initializeDevCycle(sdkKey, user, { | ||
sdkPlatform: 'react', | ||
...options, | ||
}); | ||
}; | ||
@@ -24,0 +28,0 @@ |
{ | ||
"name": "@devcycle/react-client-sdk", | ||
"version": "1.19.2", | ||
"version": "1.19.3", | ||
"description": "The DevCycle React SDK used for feature management.", | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"dependencies": { | ||
"@devcycle/js-client-sdk": "^1.21.2", | ||
"@devcycle/js-client-sdk": "^1.21.3", | ||
"@devcycle/types": "^1.9.2", | ||
@@ -20,0 +20,0 @@ "hoist-non-react-statics": "^3.3.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18731
468