@google-cloud/precise-date
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -7,2 +7,9 @@ # Changelog | ||
### [2.0.4](https://www.github.com/googleapis/nodejs-precise-date/compare/v2.0.3...v2.0.4) (2021-09-09) | ||
### Bug Fixes | ||
* **build:** switch primary branch to main ([#186](https://www.github.com/googleapis/nodejs-precise-date/issues/186)) ([aaa4044](https://www.github.com/googleapis/nodejs-precise-date/commit/aaa4044fdf81aaeee8b62e00f71abd9b9d1a0827)) | ||
### [2.0.3](https://www.github.com/googleapis/nodejs-precise-date/compare/v2.0.2...v2.0.3) (2020-07-24) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/precise-date", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A simple utility for precise-dateing functions and classes.", | ||
@@ -22,5 +22,3 @@ "main": "build/src/index.js", | ||
"prelint": "cd samples; npm link ../; npm install", | ||
"precompile": "gts clean", | ||
"api-extractor": "api-extractor run --local", | ||
"api-documenter": "api-documenter yaml --input-folder=temp" | ||
"precompile": "gts clean" | ||
}, | ||
@@ -41,12 +39,10 @@ "keywords": [ | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^10.5.2", | ||
"@types/sinon": "^9.0.0", | ||
"@types/node": "^14.0.0", | ||
"@types/sinon": "^10.0.0", | ||
"c8": "^7.0.0", | ||
"codecov": "^3.0.4", | ||
"gts": "^2.0.0", | ||
"gts": "^3.0.0", | ||
"mocha": "^8.0.0", | ||
"sinon": "^9.0.0", | ||
"typescript": "^3.8.3", | ||
"@microsoft/api-documenter": "^7.8.10", | ||
"@microsoft/api-extractor": "^7.8.10" | ||
"sinon": "^11.0.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -53,0 +49,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
53803
9