unleash-client
Advanced tools
Comparing version 3.10.0 to 3.10.1
@@ -1,1 +0,1 @@ | ||
{ "name": "unleash-client-node", "version": "3.10.0", "sdkVersion": "unleash-client-node:3.10.0" } | ||
{ "name": "unleash-client-node", "version": "3.10.1", "sdkVersion": "unleash-client-node:3.10.1" } |
import { Unleash, UnleashConfig } from './unleash'; | ||
import { Variant } from './variant'; | ||
import { Context } from './context'; | ||
import { TagFilter } from './tags'; | ||
export { Strategy } from './strategy/index'; | ||
export { Context, Variant, Unleash }; | ||
export { Context, Variant, Unleash, TagFilter }; | ||
export declare function initialize(options: UnleashConfig): Unleash; | ||
@@ -7,0 +8,0 @@ export declare function startUnleash(options: UnleashConfig): Promise<Unleash>; |
{ | ||
"name": "unleash-client", | ||
"version": "3.10.0", | ||
"version": "3.10.1", | ||
"description": "Unleash Client for Node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -136,2 +136,4 @@ # Unleash Client SDK for Node.js | ||
options as they may compromise your application security | ||
- **namePrefix** - Only fetch feature toggles with the provided name prefix. | ||
- **tags** - Only fetch feature toggles tagged with the list of tags. Eg: `[{type: 'simple', value: 'proxy'}]`. | ||
@@ -138,0 +140,0 @@ ## Custom strategies |
Sorry, the diff of this file is not supported yet
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
2207
269
173507
118