@sp-api-sdk/common
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -18,9 +18,19 @@ "use strict"; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importStar = (this && this.__importStar) || (function () { | ||
var ownKeys = function(o) { | ||
ownKeys = Object.getOwnPropertyNames || function (o) { | ||
var ar = []; | ||
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; | ||
return ar; | ||
}; | ||
return ownKeys(o); | ||
}; | ||
return function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
})(); | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -27,0 +37,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Selling Parner API common library", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"main": "dist/cjs/index.js", | ||
@@ -23,4 +23,4 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/auth": "2.2.0", | ||
"axios": "^1.7.8", | ||
"@sp-api-sdk/auth": "2.2.1", | ||
"axios": "^1.7.9", | ||
"axios-logger": "^2.8.1", | ||
@@ -48,3 +48,3 @@ "axios-retry": "^4.5.0", | ||
], | ||
"gitHead": "0216c483bb4c4a7966c1d1b2eeab3572a6b40348" | ||
"gitHead": "e85bb462e81998418e804e49bb15f0f7d3b01e90" | ||
} |
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
19782
437
+ Added@sp-api-sdk/auth@2.2.1(transitive)
- Removed@sp-api-sdk/auth@2.2.0(transitive)
Updated@sp-api-sdk/auth@2.2.1
Updatedaxios@^1.7.9