@libj/http
Advanced tools
Comparing version 0.0.14 to 0.0.15
import { HttpClient } from './client/HttpClient'; | ||
import { HttpClientConfig, HttpHeaders, HttpRequestOptions, HttpResponse, HttpSubmitArgs } from './client/types'; | ||
import { HttpForm } from './form/HttpForm'; | ||
export { HttpClient }; | ||
export { HttpClient, HttpRequestOptions, HttpClientConfig, HttpHeaders, HttpResponse, HttpSubmitArgs, }; | ||
export { HttpForm }; |
{ | ||
"dependencies": { | ||
"@libj/http-meta": "0.0.15", | ||
"axios": "^0.21.1", | ||
"form-data": "^4.0.0", | ||
"fs-extra": "^9.1.0", | ||
"@libj/http-meta": "0.0.15" | ||
"fs-extra": "^9.1.0" | ||
}, | ||
"name": "@libj/http", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Http toolbox", | ||
@@ -33,3 +33,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "8bb5c53b92b1569b30d329e8594dda364d5eefd4" | ||
"gitHead": "d78fa9badb4aa76f0149abf18b1cba7f2539df5e" | ||
} |
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
14816
203