inspector-api
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,21 @@ | ||
# Version 1.4.1 released on 2021-06-10 | ||
## Features | ||
**Add TS config and types** | ||
This feature will facilitate the work of the devs when they use this module. | ||
[6f932d3](https://github.com/wallet77/v8-inspector-api/releases/tag/1.4.1) - Version 1.4.1 | ||
# Version 1.4.0 released on 2021-06-01 | ||
## Features | ||
**Switch to the new AWS SDK** | ||
This feature will reduce package size and improve performances. | ||
[9be9b5d](https://github.com/wallet77/v8-inspector-api/releases/tag/1.4.0) - Version 1.4.0 | ||
# Version 1.x released on 2019-10-03 | ||
@@ -2,0 +22,0 @@ |
{ | ||
"name": "inspector-api", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"main": "index.js", | ||
@@ -12,5 +12,8 @@ "bin": "./index.js", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"src/**" | ||
], | ||
"scripts": { | ||
"types": "tsc -p tsconfig.json", | ||
"test": "NODE_ENV=test ./node_modules/.bin/jest", | ||
@@ -45,12 +48,13 @@ "linter": "./node_modules/.bin/eslint ./" | ||
"devDependencies": { | ||
"eslint": "^7.27.0", | ||
"eslint": "^7.28.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.23.3", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"jest": "27.0.1" | ||
"jest": "27.0.4", | ||
"typescript": "^4.3.2" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.17.0" | ||
"@aws-sdk/client-s3": "^3.18.0" | ||
} | ||
} |
@@ -45,3 +45,3 @@ 'use strict' | ||
utils.writeData(JSON.parse(res.join('')), fileName, this.config, this.s3Tools).then((data) => { | ||
utils.writeData(JSON.parse(res.join('')), fileName, this.config, this.s3Client).then((data) => { | ||
resolve(data) | ||
@@ -48,0 +48,0 @@ }).catch(err => reject(err)) |
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
14744
12
186
7
Updated@aws-sdk/client-s3@^3.18.0