diff --git a/package-lock.json b/package-lock.json index e76f9dd..037f4ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "amazon-pa-api5-node-ts", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "amazon-pa-api5-node-ts", - "version": "2.2.0", + "version": "2.2.2", "license": "Apache-2.0", "dependencies": { "superagent": "^9.0.0" diff --git a/package.json b/package.json index 9d2dcd9..7b430fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amazon-pa-api5-node-ts", - "version": "2.2.1", + "version": "2.2.2", "description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.", "license": "Apache-2.0", "main": "dist/src/index.mjs", diff --git a/tsconfig.json b/tsconfig.json index c08a48b..93b1dd7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,10 @@ { "extends": "./tsconfig.strict.json", "compilerOptions": { + "allowImportingTsExtensions": false, "declaration": true, "noImplicitAny": false, + "noEmit": false, "noEmitOnError": true, "removeComments": false, "sourceMap": true,