@bucketco/node-sdk
Advanced tools
Comparing version 0.1.0 to 1.0.0-alpha.1
{ | ||
"name": "@bucketco/node-sdk", | ||
"version": "0.1.0", | ||
"version": "1.0.0-alpha.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -396,3 +396,7 @@ "use strict"; | ||
var _a, _b; | ||
const mergedContext = Object.assign({ user: this._user && Object.assign({ id: this._user.userId }, this._user.attrs), company: this._company && Object.assign({ id: this._company.companyId }, this._company.attrs) }, this._otherContext); | ||
const mergedContext = { | ||
user: this._user && Object.assign({ id: this._user.userId }, this._user.attrs), | ||
company: this._company && Object.assign({ id: this._company.companyId }, this._company.attrs), | ||
other: this._otherContext, | ||
}; | ||
const flagDefinitions = this.getFeatureFlagDefinitionCache().get(); | ||
@@ -399,0 +403,0 @@ let evaluatedFlags = this._shared.fallbackFlags || {}; |
{ | ||
"name": "@bucketco/node-sdk", | ||
"version": "0.1.0", | ||
"version": "1.0.0-alpha.1", | ||
"license": "MIT", | ||
@@ -49,3 +49,3 @@ "repository": { | ||
}, | ||
"gitHead": "3e627413a0a2d52213e468b2be5c39f5b64f41a5" | ||
"gitHead": "425a9f3d7124f6d87d0de52ae21cbaeabb11664c" | ||
} |
Sorry, the diff of this file is not supported yet
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
80435
1305