rest-client-sdk
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Changelog | ||
## 4.0.1 | ||
### Changed | ||
- downgraded jest and babel-jest to ^23.6.0 in order to fix tests | ||
## 4.0.0 | ||
@@ -7,3 +13,3 @@ | ||
- Do not generate token expires_at in _storeAccessToken since it is sometimes used from outside, in tests for instance (even though it is supposed to be private) | ||
- Do not generate token expires_at in \_storeAccessToken since it is sometimes used from outside, in tests for instance (even though it is supposed to be private) | ||
- [Breaking] throw new error types when oauth calls fail, they all wrap the originalError => InvalidGrantError, InvalidScopeError which both extend OauthError. Original error can be found at error.previousError. If it was an HttpError the response is at error.previousError.baseResponse | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "rest-client-sdk", | ||
"version": "v4.0.0", | ||
"version": "v4.0.1", | ||
"description": "Rest Client SDK for API", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"babel-core": "^6.24.1", | ||
"babel-jest": "^23.0.1", | ||
"babel-jest": "^23.6.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -41,4 +41,4 @@ "babel-preset-env": "^1.7.0", | ||
"husky": "^1.1.4", | ||
"immutable": "^4.0.0-rc.12", | ||
"jest": "^24.0.0", | ||
"immutable": "^4.0.1-rc.12", | ||
"jest": "^23.6.0", | ||
"jest-fetch-mock": "^1.7.4", | ||
@@ -52,3 +52,3 @@ "lint-staged": "^8.0.4", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
"rollup-plugin-node-resolve": "^4.0.0" | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
}, | ||
@@ -55,0 +55,0 @@ "optionalDependencies": { |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
359478