TS wasn't transpiling because of an error in the tests, which haven't been adapted yet.

This commit is contained in:
David Ball 2024-08-21 15:03:08 -04:00
parent 886e1d1d2b
commit 2e7de9805c
3 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "amazon-pa-api5-node-ts", "name": "amazon-pa-api5-node-ts",
"version": "2.3.0", "version": "2.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "amazon-pa-api5-node-ts", "name": "amazon-pa-api5-node-ts",
"version": "2.3.0", "version": "2.3.1",
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.", "description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "dist/src/index.mjs", "main": "dist/src/index.mjs",

View File

@ -33,9 +33,9 @@ const REGION = 'us-east-1';
let instance; let instance;
beforeEach(function() { // beforeEach(function() {
instance = new ProductAdvertisingAPIv1.DefaultApi(); // instance = new ProductAdvertisingAPIv1.DefaultApi();
}); // });
var getProperty = function(object, getter, property) { var getProperty = function(object, getter, property) {
// Use getter method if present; otherwise, get the property directly. // Use getter method if present; otherwise, get the property directly.