@wix/be-http-client
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
const {httpBinding, wellKnownTypes, messageBuilder} = require('@wix/be-http-binding'); | ||
const {httpBinding, wellKnownTypes, messageBuilder, enumBuilder} = require('@wix/be-http-binding'); | ||
const fetchInvoker = require('./lib/fetch-invoker'); | ||
@@ -10,3 +10,8 @@ const httpClientOptions = require('./lib/http-client-options'); | ||
...wellKnownTypes, | ||
messageBuilder | ||
messageBuilder, | ||
enumBuilder, | ||
oneOf | ||
}; | ||
function oneOf(name) { | ||
} |
{ | ||
"name": "@wix/be-http-client", | ||
"version": "1.0.117", | ||
"version": "1.0.118", | ||
"author": "Mantas Indrašius <mantasi@wix.com>", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
5848
1.07%149
2.05%