aws-sdk-client-mock
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.5.1](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v0.5.0...v0.5.1) (2021-06-13) | ||
### Bug Fixes | ||
* move tslib to dependencies ([#31](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/31)) ([df8bd27](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/df8bd2743e4da1ad97935fede5c930d0db59bcc9)) | ||
## [0.5.0](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v0.4.0...v0.5.0) (2021-05-31) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "aws-sdk-client-mock", | ||
"description": "Easy and powerful mocking of AWS SDK v3 Clients", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"license": "MIT", | ||
@@ -45,3 +45,4 @@ "author": { | ||
"@types/sinon": "10.0.1", | ||
"sinon": "^11.1.1" | ||
"sinon": "^11.1.1", | ||
"tslib": "^2.1.0" | ||
}, | ||
@@ -72,3 +73,2 @@ "devDependencies": { | ||
"tsd": "0.16.0", | ||
"tslib": "2.1.0", | ||
"typedoc": "0.20.35", | ||
@@ -75,0 +75,0 @@ "typescript": "4.2.4" |
54283
25
3
+ Addedtslib@^2.1.0
+ Addedtslib@2.8.1(transitive)