@ewsjs/xhr
Advanced tools
Comparing version 2.0.0 to 2.0.1
import { AxiosRequestConfig } from 'axios'; | ||
import { IXHROptions, IXHRApi, IXHRProgress } from "./ews.partial"; | ||
import { IXHROptions, IXHRApi, IXHRProgress } from "../types/ews.partial"; | ||
import { IProvider } from "./IProvider"; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@ewsjs/xhr", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "alternate XHR methods for ewsjs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import * as https from 'https'; | ||
import axios, { AxiosRequestConfig, AxiosProxyConfig } from 'axios'; | ||
import { IXHROptions, IXHRApi, IXHRProgress } from "./ews.partial"; | ||
import { IXHROptions, IXHRApi, IXHRProgress } from "../types/ews.partial"; | ||
import { setupXhrResponse } from "./utils"; | ||
@@ -5,0 +5,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46498
3