@lion/ajax
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.4...@lion/ajax@0.2.5) (2020-02-19) | ||
### Bug Fixes | ||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046)) | ||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.3...@lion/ajax@0.2.4) (2020-02-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/ajax", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Thin wrapper around axios to allow for custom interceptors", | ||
@@ -17,3 +17,5 @@ "author": "ing-bank", | ||
"scripts": { | ||
"prepublishOnly": "../../scripts/npm-prepublish.js" | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"test": "cd ../../ && yarn test --grep \"packages/ajax/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/ajax/test/**/*.test.js\"" | ||
}, | ||
@@ -37,10 +39,10 @@ "keywords": [ | ||
"@bundled-es-modules/axios": "0.18.1", | ||
"@lion/core": "0.4.3" | ||
"@lion/core": "0.4.4" | ||
}, | ||
"devDependencies": { | ||
"@open-wc/demoing-storybook": "^1.8.3", | ||
"@open-wc/demoing-storybook": "^1.10.4", | ||
"@open-wc/testing": "^2.5.0", | ||
"sinon": "^7.2.2" | ||
}, | ||
"gitHead": "d67225984ce359c421e1c1e350da98819f83e452" | ||
"gitHead": "417b37a61695128619c6040a6523819c51f51651" | ||
} |
@@ -78,3 +78,2 @@ import { axios } from '@bundled-es-modules/axios'; | ||
* Sets the config for the instance | ||
* TODO: rename to 'config', because of conflict with options() request method on axios | ||
*/ | ||
@@ -134,3 +133,2 @@ set options(config) { | ||
* @returns {AxiosResponseSchema} | ||
* TODO: consider reenable after rename of options to config | ||
*/ | ||
@@ -137,0 +135,0 @@ // options(url, config) { |
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
47340
916
+ Added@lion/core@0.4.4(transitive)
- Removed@lion/core@0.4.3(transitive)
Updated@lion/core@0.4.4