@google-cloud/precise-date
Advanced tools
Comparing version 2.0.4 to 3.0.0
@@ -7,2 +7,13 @@ # Changelog | ||
## [3.0.0](https://github.com/googleapis/nodejs-precise-date/compare/v2.0.4...v3.0.0) (2022-06-07) | ||
### ⚠ BREAKING CHANGES | ||
* update library to use Node 12 (#215) | ||
### Build System | ||
* update library to use Node 12 ([#215](https://github.com/googleapis/nodejs-precise-date/issues/215)) ([209a3d1](https://github.com/googleapis/nodejs-precise-date/commit/209a3d1a8a0bf4841c695c6fffe5ef663857161f)) | ||
### [2.0.4](https://www.github.com/googleapis/nodejs-precise-date/compare/v2.0.3...v2.0.4) (2021-09-09) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "@google-cloud/precise-date", | ||
"version": "2.0.4", | ||
"version": "3.0.0", | ||
"description": "A simple utility for precise-dateing functions and classes.", | ||
@@ -16,3 +16,3 @@ "main": "build/src/index.js", | ||
"pretest": "npm run compile", | ||
"docs": "echo no docs 👻", | ||
"docs": "mkdir docs && touch docs/noop.html", | ||
"docs-test": "echo no docs 👻", | ||
@@ -38,15 +38,15 @@ "presystem-test": "npm run compile", | ||
"devDependencies": { | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.0.0", | ||
"@types/sinon": "^10.0.0", | ||
"c8": "^7.0.0", | ||
"codecov": "^3.0.4", | ||
"gts": "^3.0.0", | ||
"mocha": "^8.0.0", | ||
"sinon": "^11.0.0", | ||
"typescript": "^3.8.3" | ||
"gts": "^3.1.0", | ||
"mocha": "^9.2.2", | ||
"sinon": "^14.0.0", | ||
"typescript": "^4.6.4" | ||
}, | ||
"engines": { | ||
"node": ">=10.4.0" | ||
"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
54220