unleash-client
Advanced tools
Comparing version 2.1.2 to 2.1.3
# Changelog | ||
## 2.1.3 | ||
- Bugfix: Must export Strategy interface to allow custom implementations. | ||
## 2.1.2 | ||
@@ -4,0 +7,0 @@ - Unleash should not throw if os.userInfo throws #35 |
import { Unleash, UnleashConfig } from './unleash'; | ||
export { Strategy } from './strategy'; | ||
export { Unleash } from './unleash'; | ||
@@ -3,0 +4,0 @@ export declare function initialize(options: UnleashConfig): Unleash; |
"use strict"; | ||
exports.__esModule = true; | ||
var unleash_1 = require("./unleash"); | ||
var strategy_1 = require("./strategy"); | ||
exports.Strategy = strategy_1.Strategy; | ||
var unleash_2 = require("./unleash"); | ||
@@ -5,0 +7,0 @@ exports.Unleash = unleash_2.Unleash; |
{ | ||
"name": "unleash-client", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Unleash Client for Node", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
76662
1205