@flopflip/types
Advanced tools
Comparing version 3.0.2 to 3.0.3
# @flopflip/types | ||
## 3.0.3 | ||
### Patch Changes | ||
- [`fb8d122`](https://github.com/tdeekens/flopflip/commit/fb8d12285062e0af4a9e66f6e5d7d1e9196a0ac2) [#1323](https://github.com/tdeekens/flopflip/pull/1323) Thanks [@tdeekens](https://github.com/tdeekens)! - fix: to not infer returns | ||
## 3.0.2 | ||
@@ -4,0 +10,0 @@ |
@@ -25,6 +25,5 @@ 'use strict'; | ||
memory: 'memory', | ||
splitio: 'splitio' // eslint-disable-next-line no-undef | ||
splitio: 'splitio' | ||
}; | ||
exports.interfaceIdentifiers = interfaceIdentifiers; |
@@ -25,6 +25,5 @@ 'use strict'; | ||
memory: 'memory', | ||
splitio: 'splitio' // eslint-disable-next-line no-undef | ||
splitio: 'splitio' | ||
}; | ||
exports.interfaceIdentifiers = interfaceIdentifiers; |
@@ -27,6 +27,5 @@ var AdapterSubscriptionStatus; | ||
memory: 'memory', | ||
splitio: 'splitio' // eslint-disable-next-line no-undef | ||
splitio: 'splitio' | ||
}; | ||
export { AdapterConfigurationStatus, AdapterInitializationStatus, AdapterSubscriptionStatus, interfaceIdentifiers }; |
{ | ||
"name": "@flopflip/types", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Type definitions for flipflop", | ||
@@ -5,0 +5,0 @@ "main": "dist/flopflip-types.cjs.js", |
18959