@google-cloud/paginator
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -7,2 +7,9 @@ # Changelog | ||
### [2.0.1](https://www.github.com/googleapis/nodejs-paginator/compare/v2.0.0...v2.0.1) (2019-08-25) | ||
### Bug Fixes | ||
* **deps:** use the latest extend ([#141](https://www.github.com/googleapis/nodejs-paginator/issues/141)) ([61b383e](https://www.github.com/googleapis/nodejs-paginator/commit/61b383e)) | ||
## [2.0.0](https://www.github.com/googleapis/nodejs-paginator/compare/v1.0.2...v2.0.0) (2019-07-12) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/paginator", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A result paging utility used by Google node.js modules", | ||
@@ -38,3 +38,2 @@ "main": "build/src/index.js", | ||
"@types/sinon": "^7.0.0", | ||
"@types/through2": "^2.0.34", | ||
"@types/uuid": "^3.4.3", | ||
@@ -50,3 +49,2 @@ "codecov": "^3.0.4", | ||
"source-map-support": "^0.5.6", | ||
"through2": "^3.0.0", | ||
"typescript": "^3.0.0", | ||
@@ -57,3 +55,3 @@ "uuid": "^3.3.2" | ||
"arrify": "^2.0.0", | ||
"extend": "^3.0.1" | ||
"extend": "^3.0.2" | ||
}, | ||
@@ -60,0 +58,0 @@ "engines": { |
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
42746
18
Updatedextend@^3.0.2