launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.17.1 to 2.18.0-beta1
@@ -53,2 +53,3 @@ "use strict"; | ||
var utils_1 = require("./utils"); | ||
var package_json_1 = require("../package.json"); | ||
/** | ||
@@ -71,3 +72,3 @@ * Internal function to initialize the `LDClient`. | ||
return __generator(this, function (_a) { | ||
allOptions = __assign({}, options); | ||
allOptions = __assign({ wrapperName: 'react-client-sdk', wrapperVersion: package_json_1.version }, options); | ||
ldClient = launchdarkly_js_client_sdk_1.initialize(clientSideID, user, allOptions); | ||
@@ -74,0 +75,0 @@ return [2 /*return*/, new Promise(function (resolve) { |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.17.1", | ||
"version": "2.18.0-beta1", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -20,3 +20,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
"test:junit": "jest --ci --reporters=default --reporters=jest-junit", | ||
"build": "rimraf lib/* && tsc && rm -rf lib/*.test.*", | ||
"build": "rimraf lib/* && tsc && mv lib/src/* lib && rimraf lib/package.json lib/src lib/*.test.*", | ||
"lint": "tslint -p tsconfig.json 'src/**/*.ts*'", | ||
@@ -60,3 +60,3 @@ "lint:all": "npm run lint", | ||
"dependencies": { | ||
"launchdarkly-js-client-sdk": "2.16.3", | ||
"launchdarkly-js-client-sdk": "2.17.0", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -63,0 +63,0 @@ "uuid": "^3.3.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65366
827
1
+ Addedlaunchdarkly-js-client-sdk@2.17.0(transitive)
+ Addedlaunchdarkly-js-sdk-common@3.2.2(transitive)
- Removedlaunchdarkly-js-client-sdk@2.16.3(transitive)
- Removedlaunchdarkly-js-sdk-common@3.1.2(transitive)