@scaleleap/amazon-marketplaces
Advanced tools
Comparing version 6.1.0 to 7.0.0
@@ -6,2 +6,14 @@ # Changelog | ||
# [7.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v6.1.0...v7.0.0) (2020-09-18) | ||
### Features | ||
* adds Sweden marketplace ([85969e9](https://github.com/ScaleLeap/amazon-marketplaces/commit/85969e95f97401f086d49658548778d690128fe4)) | ||
### BREAKING CHANGES | ||
* adds Sweden marketplace | ||
# [6.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v6.0.0...v6.1.0) (2020-09-02) | ||
@@ -8,0 +20,0 @@ |
@@ -22,2 +22,3 @@ import { AmazonMarketplaceAdvertisingRegion } from './amazon-marketplace-advertising-region'; | ||
SA = "SA", | ||
SE = "SE", | ||
SG = "SG", | ||
@@ -43,2 +44,3 @@ TR = "TR", | ||
SAR = "SAR", | ||
SEK = "SEK", | ||
SGD = "SGD", | ||
@@ -45,0 +47,0 @@ TRY = "TRY", |
@@ -25,2 +25,3 @@ "use strict"; | ||
AmazonMarketplaceCountryCode["SA"] = "SA"; | ||
AmazonMarketplaceCountryCode["SE"] = "SE"; | ||
AmazonMarketplaceCountryCode["SG"] = "SG"; | ||
@@ -47,2 +48,3 @@ AmazonMarketplaceCountryCode["TR"] = "TR"; | ||
AmazonMarketplaceAdvertisingCurrency["SAR"] = "SAR"; | ||
AmazonMarketplaceAdvertisingCurrency["SEK"] = "SEK"; | ||
AmazonMarketplaceAdvertisingCurrency["SGD"] = "SGD"; | ||
@@ -49,0 +51,0 @@ AmazonMarketplaceAdvertisingCurrency["TRY"] = "TRY"; |
@@ -67,2 +67,6 @@ export declare const amazonMarketplaces: { | ||
/** | ||
* Sweden | ||
*/ | ||
readonly SE: import("..").AmazonMarketplace; | ||
/** | ||
* Singapore | ||
@@ -69,0 +73,0 @@ */ |
@@ -20,2 +20,3 @@ "use strict"; | ||
const sa_1 = require("./sa"); | ||
const se_1 = require("./se"); | ||
const sg_1 = require("./sg"); | ||
@@ -90,2 +91,6 @@ const tr_1 = require("./tr"); | ||
/** | ||
* Sweden | ||
*/ | ||
SE: se_1.SE, | ||
/** | ||
* Singapore | ||
@@ -92,0 +97,0 @@ */ |
@@ -11,3 +11,3 @@ { | ||
"homepage": "https://github.com/ScaleLeap/amazon-marketplaces#readme", | ||
"version": "6.1.0", | ||
"version": "7.0.0", | ||
"main": "lib/index.js", | ||
@@ -29,3 +29,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@scaleleap/utils": "1.8.11", | ||
"@scaleleap/utils": "1.8.15", | ||
"@types/jest": "26.0.12", | ||
@@ -35,7 +35,7 @@ "@types/node": "13.13.4", | ||
"jest": "26.4.2", | ||
"prettier": "2.1.1", | ||
"prettier": "2.1.2", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "26.3.0", | ||
"tsconfigs": "4.0.2", | ||
"typedoc": "0.19.0", | ||
"typedoc": "0.19.1", | ||
"typescript": "4.0.2" | ||
@@ -42,0 +42,0 @@ }, |
@@ -23,2 +23,3 @@ import { AmazonMarketplaceAdvertisingRegion } from './amazon-marketplace-advertising-region' | ||
SA = 'SA', | ||
SE = 'SE', | ||
SG = 'SG', | ||
@@ -45,2 +46,3 @@ TR = 'TR', | ||
SAR = 'SAR', | ||
SEK = 'SEK', | ||
SGD = 'SGD', | ||
@@ -47,0 +49,0 @@ TRY = 'TRY', |
@@ -17,2 +17,3 @@ import { AE } from './ae' | ||
import { SA } from './sa' | ||
import { SE } from './se' | ||
import { SG } from './sg' | ||
@@ -104,2 +105,7 @@ import { TR } from './tr' | ||
/** | ||
* Sweden | ||
*/ | ||
SE, | ||
/** | ||
* Singapore | ||
@@ -106,0 +112,0 @@ */ |
@@ -29,4 +29,4 @@ import { | ||
expect(Array.isArray(amazonMarketplacesList)).toBeDefined() | ||
expect(amazonMarketplacesList).toHaveLength(19) | ||
expect(amazonMarketplacesList).toHaveLength(20) | ||
}) | ||
}) |
@@ -15,3 +15,3 @@ import { readdirSync } from 'fs' | ||
expect(countryCodes).toHaveLength(19) | ||
expect(countryCodes).toHaveLength(20) | ||
}) | ||
@@ -18,0 +18,0 @@ |
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
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
124987
145
2071