@flopflip/types
Advanced tools
Comparing version 1.3.0 to 1.4.0
12
index.js
@@ -26,1 +26,13 @@ export type FlagName = string; | ||
export type OnStatusStateChangeCallback = ({ [string]: boolean }) => void; | ||
export type AdapterReconfigurationOptions = { | ||
shouldOverwrite?: boolean, | ||
}; | ||
export type AdapterReconfiguration = { | ||
adapterArgs: AdapterArgs, | ||
options: AdapterReconfigurationOptions, | ||
}; | ||
export type ReconfigureAdapter = ( | ||
adapterArgs: AdapterArgs, | ||
options: AdapterReconfigurationOptions | ||
) => void; |
{ | ||
"name": "@flopflip/types", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Type definitions for flipflop", | ||
@@ -24,3 +24,3 @@ "scripts": {}, | ||
], | ||
"gitHead": "0ae85dec9551a04b9b33223cf4ff587bfebc6d46" | ||
"gitHead": "5279a61d63f8a240623c37e2faed03dd8e61cf1b" | ||
} |
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
6247
122