@devcycle/nodejs-server-sdk
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "@devcycle/nodejs-server-sdk", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "The DevCycle NodeJS Server SDK used for feature management.", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@devcycle/bucketing-test-data": "^1.2.1" | ||
"@devcycle/bucketing-test-data": "^1.2.2" | ||
}, | ||
"dependencies": { | ||
"@devcycle/bucketing-assembly-script": "^1.6.0", | ||
"@devcycle/types": "1.0.65", | ||
"@devcycle/bucketing-assembly-script": "^1.6.1", | ||
"@devcycle/types": "1.0.66", | ||
"class-transformer": "0.5.1", | ||
@@ -13,0 +13,0 @@ "@nestjs/class-validator": "^0.13.4", |
@@ -12,3 +12,4 @@ "use strict"; | ||
} | ||
InstantiatePromise = (0, bucketing_assembly_script_1.instantiate)().then((exports) => { | ||
const debugWASM = (options === null || options === void 0 ? void 0 : options.logLevel) === 'debug'; | ||
InstantiatePromise = (0, bucketing_assembly_script_1.instantiate)(debugWASM).then((exports) => { | ||
Bucketing = exports; | ||
@@ -15,0 +16,0 @@ return Bucketing; |
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
111725
1653
+ Added@devcycle/types@1.0.66(transitive)
- Removed@devcycle/types@1.0.65(transitive)
Updated@devcycle/types@1.0.66