@dotdev/apparel21-sdk
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -5,2 +5,8 @@ # Changelog | ||
### [0.0.11](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.10...v0.0.11) (2021-04-30) | ||
### Bug Fixes | ||
- request module regular expression ([a9cf4a4](https://gitlab.com/dotdevv/packages/apparel21-sdk/commit/a9cf4a43e94ac2be9af42d106d2b7f4689a1337f)) | ||
### [0.0.10](https://gitlab.com/dotdevv/packages/apparel21-sdk/compare/v0.0.9...v0.0.10) (2021-04-30) | ||
@@ -7,0 +13,0 @@ |
@@ -50,3 +50,3 @@ "use strict"; | ||
if ('POST' === config.method) { | ||
const moduleMatches = config.url.match(/\/(?<module>\w+)\?/); | ||
const moduleMatches = config.url.match(/\/(?<module>\w+)$/); | ||
const module = moduleMatches && moduleMatches.groups ? moduleMatches.groups.module : ""; | ||
@@ -53,0 +53,0 @@ if (module) { |
{ | ||
"name": "@dotdev/apparel21-sdk", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "description": "Apparel21 Interface Library", |
Sorry, the diff of this file is not supported yet
199264