@devcycle/nodejs-server-sdk
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@devcycle/nodejs-server-sdk", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "The DevCycle NodeJS Server SDK used for feature management.", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
"axios": "^0.24.0", | ||
"@devcycle/types": "1.0.1", | ||
"@devcycle/types": "1.0.2", | ||
"class-validator": "^0.13.1", | ||
@@ -16,3 +16,3 @@ "reflect-metadata": "^0.1.13", | ||
"class-transformer": "0.5.1", | ||
"@devcycle/bucketing": "1.0.1", | ||
"@devcycle/bucketing": "1.0.2", | ||
"moment": "^2.29.1", | ||
@@ -19,0 +19,0 @@ "uuid": "^8.3.2", |
@@ -1,2 +0,2 @@ | ||
import { DVCClient as DVCClientInterface, DVCOptions, DVCVariableValue, DVCVariable as DVCVariableInterface, DVCVariableSet, DVCFeatureSet, DVCEvent, DVCUser } from './types'; | ||
import { DVCOptions, DVCClient as DVCClientInterface, DVCVariableValue, DVCVariable as DVCVariableInterface, DVCVariableSet, DVCFeatureSet, DVCEvent, DVCUser } from './types'; | ||
export declare class DVCClient implements DVCClientInterface { | ||
@@ -3,0 +3,0 @@ environmentKey: string; |
@@ -1,6 +0,4 @@ | ||
import { DVCOptions } from './types'; | ||
import { DVCClient } from './client'; | ||
export { DVCClient } from './client'; | ||
import { DVCOptions, DVCClient as DVCClientInterface } from './types'; | ||
export { defaultLogger } from './utils/logger'; | ||
export * from './types'; | ||
export declare function initialize(environmentKey: string, options?: DVCOptions): DVCClient; | ||
export declare function initialize(environmentKey: string, options?: DVCOptions): DVCClientInterface; |
@@ -13,6 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.initialize = exports.defaultLogger = exports.DVCClient = void 0; | ||
exports.initialize = exports.defaultLogger = void 0; | ||
const client_1 = require("./client"); | ||
var client_2 = require("./client"); | ||
Object.defineProperty(exports, "DVCClient", { enumerable: true, get: function () { return client_2.DVCClient; } }); | ||
var logger_1 = require("./utils/logger"); | ||
@@ -19,0 +17,0 @@ Object.defineProperty(exports, "defaultLogger", { enumerable: true, get: function () { return logger_1.defaultLogger; } }); |
@@ -45,8 +45,2 @@ export interface DVCUser { | ||
/** | ||
* Initialize the SDK | ||
* @param environmentKey | ||
* @param options | ||
*/ | ||
export declare type initialize = (environmentKey: string, options?: DVCOptions) => Promise<DVCClient>; | ||
/** | ||
* Options to control the setup of the DevCycle NodeJS Server SDK. | ||
@@ -53,0 +47,0 @@ */ |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
64714
991
+ Added@devcycle/bucketing@1.0.2(transitive)
+ Added@devcycle/types@1.0.2(transitive)
- Removed@devcycle/bucketing@1.0.1(transitive)
- Removed@devcycle/types@1.0.1(transitive)
Updated@devcycle/bucketing@1.0.2
Updated@devcycle/types@1.0.2