diff --git a/package-lock.json b/package-lock.json index a94360c..e727da8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "amazon-pa-api5-node-ts", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8c9022f..ac182b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amazon-pa-api5-node-ts", - "version": "2.3.0", + "version": "2.3.1", "description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.", "license": "Apache-2.0", "main": "dist/src/index.mjs", diff --git a/tests/api/DefaultApi.mts b/tests/api/DefaultApi.mts index 7adc2d4..67a2e98 100644 --- a/tests/api/DefaultApi.mts +++ b/tests/api/DefaultApi.mts @@ -33,9 +33,9 @@ const REGION = 'us-east-1'; let instance; -beforeEach(function() { - instance = new ProductAdvertisingAPIv1.DefaultApi(); -}); +// beforeEach(function() { +// instance = new ProductAdvertisingAPIv1.DefaultApi(); +// }); var getProperty = function(object, getter, property) { // Use getter method if present; otherwise, get the property directly.