@vendit-dev/thirdparty-adapters 0.7.25 → 0.7.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,7 +177,7 @@ var AmanoKoreaAdapter = /** @class */ (function () {
177
177
  Authorization: this.authorization,
178
178
  },
179
179
  body: JSON.stringify(__assign({}, resources)),
180
- agent: agent,
180
+ agent: this.API_HOST.includes('https') ? agent : undefined,
181
181
  })];
182
182
  case 2:
183
183
  fetchResult = _b.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.7.25",
3
+ "version": "0.7.26",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {