@lion/ajax
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.1...@lion/ajax@0.1.2) (2019-04-27) | ||
### Bug Fixes | ||
* **ajax:** add setAjax to public api ([9a69b1a](https://github.com/ing-bank/lion/commit/9a69b1a)) | ||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.0...@lion/ajax@0.1.1) (2019-04-26) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
export { ajax } from './src/ajax.js'; | ||
export { ajax, setAjax } from './src/ajax.js'; | ||
@@ -3,0 +3,0 @@ export { AjaxClass } from './src/AjaxClass.js'; |
{ | ||
"name": "@lion/ajax", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Thin wrapper around axios to allow for custom interceptors", | ||
@@ -41,3 +41,3 @@ "author": "ing-bank", | ||
}, | ||
"gitHead": "a0651d3e076cb7a456acc7ac0bf5ed89ecec7d9f" | ||
"gitHead": "c4e7a1631c74993e0e3c12761098e52f815ef96d" | ||
} |
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
42418