Comparing version 0.12.0 to 0.13.0
{ | ||
"name": "apisauce", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Axios + standardized errors + request/response transforms.", | ||
@@ -10,6 +10,8 @@ "repository": { | ||
"main": "./dist/apisauce.js", | ||
"types": "./dist/apisauce.d.ts", | ||
"scripts": { | ||
"test": "ava -s", | ||
"coverage": "nyc ava", | ||
"dist": "npm run clean && npm run build", | ||
"dist": "npm run clean && npm run build && npm run types", | ||
"types": "cp lib/apisauce.d.ts dist/", | ||
"clean": "rm -rf dist", | ||
@@ -29,3 +31,4 @@ "build": "BABEL_ENV=production rollup -c", | ||
"files": [ | ||
"dist/apisauce.js" | ||
"dist/apisauce.js", | ||
"dist/apisauce.d.ts" | ||
], | ||
@@ -32,0 +35,0 @@ "dependencies": { |
@@ -331,2 +331,11 @@ # Apisauce | ||
### 0.12.0 - April 25, 2017 | ||
* [NEW] Bumps Axios to 0.16.1. #110 by @skellock | ||
* [NEW] Adds `deleteHeader()`. #95 by @jkeam | ||
* [FIX] Safely reads status code to support mocking environments. #97 by @ashik94vc | ||
* [SUPPORT] Uses `babel-plugin-ramda` for lighter builds. #93 by @DiscoStarslayer | ||
* [SUPPORT] Bumps all dev dependencies. #99 by @skellock | ||
* [SUPPORT] Reformats codebase with `prettier` and `standard --fix`. #98 by @skellock | ||
### 0.11.0 - March 17, 2017 | ||
@@ -333,0 +342,0 @@ |
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
29028
5
129
418