@google-cloud/paginator
Advanced tools
Comparing version 3.0.7 to 4.0.0
@@ -7,2 +7,13 @@ # Changelog | ||
## [4.0.0](https://github.com/googleapis/nodejs-paginator/compare/v3.0.7...v4.0.0) (2022-05-17) | ||
### ⚠ BREAKING CHANGES | ||
* update library to use Node 12 (#325) | ||
### Build System | ||
* update library to use Node 12 ([#325](https://github.com/googleapis/nodejs-paginator/issues/325)) ([02887ae](https://github.com/googleapis/nodejs-paginator/commit/02887ae2b370bff18cae7fe1d434ecdf663b5748)) | ||
### [3.0.7](https://github.com/googleapis/nodejs-paginator/compare/v3.0.6...v3.0.7) (2022-02-14) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/paginator", | ||
"version": "3.0.7", | ||
"version": "4.0.0", | ||
"description": "A result paging utility used by Google node.js modules", | ||
@@ -35,3 +35,3 @@ "main": "build/src/index.js", | ||
"@types/extend": "^3.0.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.0.0", | ||
@@ -45,6 +45,6 @@ "@types/proxyquire": "^1.3.28", | ||
"linkinator": "^2.0.0", | ||
"mocha": "^8.0.0", | ||
"mocha": "^9.2.2", | ||
"proxyquire": "^2.0.1", | ||
"sinon": "^13.0.0", | ||
"typescript": "^3.8.3", | ||
"sinon": "^14.0.0", | ||
"typescript": "^4.6.4", | ||
"uuid": "^8.0.0" | ||
@@ -57,4 +57,4 @@ }, | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12.0.0" | ||
} | ||
} |
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
49136