@google-cloud/promisify
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -7,2 +7,13 @@ # Changelog | ||
## [4.0.0](https://github.com/googleapis/nodejs-promisify/compare/v3.0.1...v4.0.0) (2023-08-08) | ||
### ⚠ BREAKING CHANGES | ||
* upgrade to Node 14 ([#325](https://github.com/googleapis/nodejs-promisify/issues/325)) | ||
### Miscellaneous Chores | ||
* Upgrade to Node 14 ([#325](https://github.com/googleapis/nodejs-promisify/issues/325)) ([57d02c1](https://github.com/googleapis/nodejs-promisify/commit/57d02c1c23c65d63131bb99c07919ff80e5604cd)) | ||
## [3.0.1](https://github.com/googleapis/nodejs-promisify/compare/v3.0.0...v3.0.1) (2022-08-23) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/promisify", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "A simple utility for promisifying functions and classes.", | ||
@@ -35,17 +35,17 @@ "main": "build/src/index.js", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^17.0.25", | ||
"@types/node": "^20.4.8", | ||
"@types/sinon": "^10.0.0", | ||
"c8": "^7.0.0", | ||
"c8": "^8.0.1", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.0.4", | ||
"gts": "^3.1.0", | ||
"gts": "^5.0.0", | ||
"hard-rejection": "^2.1.0", | ||
"linkinator": "^4.0.0", | ||
"linkinator": "^5.0.1", | ||
"mocha": "^8.0.0", | ||
"sinon": "^14.0.0", | ||
"typescript": "^4.6.3" | ||
"sinon": "^15.0.0", | ||
"typescript": "^5.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
} | ||
} |
@@ -95,3 +95,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). | ||
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). | ||
Libraries are compatible with all current _active_ and _maintenance_ versions of | ||
@@ -98,0 +98,0 @@ Node.js. |
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
36535