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",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@ -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",

View File

@ -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.