@scaleleap/amazon-marketplaces
Advanced tools
Comparing version 18.0.1 to 18.0.2
@@ -6,2 +6,9 @@ # Changelog | ||
## [18.0.2](https://github.com/ScaleLeap/amazon-marketplaces/compare/v18.0.1...v18.0.2) (2025-01-24) | ||
### Bug Fixes | ||
* update advertising country code from DE to IT for Italian Amazon… ([#730](https://github.com/ScaleLeap/amazon-marketplaces/issues/730)) ([6e312b9](https://github.com/ScaleLeap/amazon-marketplaces/commit/6e312b9b754e1dd8541172175ba3d3ea203a65b1)) | ||
## [18.0.1](https://github.com/ScaleLeap/amazon-marketplaces/compare/v18.0.0...v18.0.1) (2024-05-13) | ||
@@ -8,0 +15,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.amazonVendorCentralUriFactory = void 0; | ||
exports.amazonVendorCentralUriFactory = amazonVendorCentralUriFactory; | ||
function amazonVendorCentralUriFactory(countryCode) { | ||
return `https://vendorcentral.amazon.${countryCode.toLowerCase()}`; | ||
} | ||
exports.amazonVendorCentralUriFactory = amazonVendorCentralUriFactory; | ||
//# sourceMappingURL=amazon-vendor-central-uri-factory.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.europeanAdvertisingFactory = void 0; | ||
exports.europeanAdvertisingFactory = europeanAdvertisingFactory; | ||
const amazon_marketplace_1 = require("./amazon-marketplace"); | ||
@@ -23,3 +23,2 @@ const marketplace_advertising_regions_1 = require("./marketplace-advertising-regions"); | ||
} | ||
exports.europeanAdvertisingFactory = europeanAdvertisingFactory; | ||
//# sourceMappingURL=european-advertising-factory.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.europeanSellerCentralUriFactory = void 0; | ||
exports.europeanSellerCentralUriFactory = europeanSellerCentralUriFactory; | ||
function europeanSellerCentralUriFactory() { | ||
return 'https://sellercentral-europe.amazon.com'; | ||
} | ||
exports.europeanSellerCentralUriFactory = europeanSellerCentralUriFactory; | ||
//# sourceMappingURL=european-seller-central-uri-factory.js.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
launchDate: '2010-11-01', | ||
advertising: (0, european_advertising_factory_1.europeanAdvertisingFactory)(amazon_marketplace_1.AmazonMarketplaceAdvertisingCountryCode.DE), | ||
advertising: (0, european_advertising_factory_1.europeanAdvertisingFactory)(amazon_marketplace_1.AmazonMarketplaceAdvertisingCountryCode.IT), | ||
sellingPartner: { | ||
@@ -23,0 +23,0 @@ region: selling_partner_api_regions_1.sellingPartnerRegions.EU, |
@@ -6,3 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.assertMarketplaceHasSellingPartner = exports.assertMarketplaceHasAdvertising = exports.findAmazonMarketplaceOrFail = exports.findAmazonMarketplace = void 0; | ||
exports.findAmazonMarketplace = findAmazonMarketplace; | ||
exports.findAmazonMarketplaceOrFail = findAmazonMarketplaceOrFail; | ||
exports.assertMarketplaceHasAdvertising = assertMarketplaceHasAdvertising; | ||
exports.assertMarketplaceHasSellingPartner = assertMarketplaceHasSellingPartner; | ||
const ensure_1 = __importDefault(require("@lavadrop/ensure")); | ||
@@ -16,3 +19,2 @@ const marketplaces_1 = require("./marketplaces"); | ||
} | ||
exports.findAmazonMarketplace = findAmazonMarketplace; | ||
/** | ||
@@ -26,3 +28,2 @@ * Finds an Amazon Marketplace based on provided search parameter. | ||
} | ||
exports.findAmazonMarketplaceOrFail = findAmazonMarketplaceOrFail; | ||
/** | ||
@@ -38,3 +39,2 @@ * Assert function that guards the marketplace and asserts that it has the advertising capability. | ||
} | ||
exports.assertMarketplaceHasAdvertising = assertMarketplaceHasAdvertising; | ||
/** | ||
@@ -50,3 +50,2 @@ * Assert function that guards the marketplace and asserts that it has the selling partner api capability. | ||
} | ||
exports.assertMarketplaceHasSellingPartner = assertMarketplaceHasSellingPartner; | ||
//# sourceMappingURL=utils.js.map |
@@ -18,3 +18,3 @@ { | ||
}, | ||
"version": "18.0.1", | ||
"version": "18.0.2", | ||
"main": "lib/index.js", | ||
@@ -38,23 +38,23 @@ "scripts": { | ||
"@scaleleap/semantic-release-config": "1.1.41", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.12.10", | ||
"@typescript-eslint/eslint-plugin": "7.8.0", | ||
"@typescript-eslint/parser": "7.8.0", | ||
"danger": "12.2.0", | ||
"@types/jest": "29.5.14", | ||
"@types/node": "22.10.3", | ||
"@typescript-eslint/eslint-plugin": "8.21.0", | ||
"@typescript-eslint/parser": "8.21.0", | ||
"danger": "12.3.3", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-config-prettier": "10.0.1", | ||
"eslint-import-resolver-typescript": "3.7.0", | ||
"eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-jest": "28.5.0", | ||
"eslint-plugin-jest": "28.11.0", | ||
"eslint-plugin-jest-formatting": "3.1.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-simple-import-sort": "12.1.0", | ||
"eslint-plugin-sonarjs": "1.0.3", | ||
"eslint-plugin-unicorn": "53.0.0", | ||
"eslint-plugin-prettier": "5.2.3", | ||
"eslint-plugin-simple-import-sort": "12.1.1", | ||
"eslint-plugin-sonarjs": "3.0.1", | ||
"eslint-plugin-unicorn": "56.0.1", | ||
"jest": "29.7.0", | ||
"rimraf": "5.0.7", | ||
"ts-jest": "29.1.2", | ||
"rimraf": "6.0.1", | ||
"ts-jest": "29.2.5", | ||
"tsconfigs": "4.0.2", | ||
"typedoc": "0.25.13", | ||
"typescript": "5.4.5" | ||
"typedoc": "0.27.6", | ||
"typescript": "5.7.3" | ||
}, | ||
@@ -61,0 +61,0 @@ "keywords": [ |
@@ -24,3 +24,3 @@ import { | ||
launchDate: '2010-11-01', | ||
advertising: europeanAdvertisingFactory(AmazonMarketplaceAdvertisingCountryCode.DE), | ||
advertising: europeanAdvertisingFactory(AmazonMarketplaceAdvertisingCountryCode.IT), | ||
sellingPartner: { | ||
@@ -27,0 +27,0 @@ region: sellingPartnerRegions.EU, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
226022
0
3584