@google-cloud/paginator
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -7,2 +7,9 @@ # Changelog | ||
## [4.0.1](https://github.com/googleapis/nodejs-paginator/compare/v4.0.0...v4.0.1) (2022-09-09) | ||
### Bug Fixes | ||
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-paginator/issues/1546)) ([#329](https://github.com/googleapis/nodejs-paginator/issues/329)) ([697567b](https://github.com/googleapis/nodejs-paginator/commit/697567bdd86226b740304734b9562a2f2241a96f)) | ||
## [4.0.0](https://github.com/googleapis/nodejs-paginator/compare/v3.0.7...v4.0.0) (2022-05-17) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/paginator", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A result paging utility used by Google node.js modules", | ||
@@ -43,3 +43,3 @@ "main": "build/src/index.js", | ||
"gts": "^3.0.0", | ||
"linkinator": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"mocha": "^9.2.2", | ||
@@ -49,3 +49,3 @@ "proxyquire": "^2.0.1", | ||
"typescript": "^4.6.4", | ||
"uuid": "^8.0.0" | ||
"uuid": "^9.0.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "dependencies": { |
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
49528