@janiscommerce/api-get
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.0.1] - 2019-07-23 | ||
### Fixed | ||
- Fix for AWS request path without basePath | ||
- Removed some wrong test cases | ||
- Fixed a typo in a test case | ||
## [1.0.0] - 2019-07-22 | ||
@@ -12,0 +18,0 @@ ### Added |
@@ -13,3 +13,3 @@ 'use strict'; | ||
const sanitizedEndpoint = endpoint.replace(/^\/?[a-z-]+\/?/i, ''); | ||
const sanitizedEndpoint = endpoint.replace(/^\/?(api\/)?/i, ''); | ||
@@ -16,0 +16,0 @@ if(!sanitizedEndpoint) |
{ | ||
"name": "@janiscommerce/api-get", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A package to handle JANIS Get APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5889