@google-cloud/precise-date
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -18,2 +18,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PreciseDate = void 0; | ||
const FULL_ISO_REG = /\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d{4,9}Z/; | ||
@@ -20,0 +21,0 @@ const NO_BIG_INT = 'BigInt only available in Node >= v10.7. Consider using getFullTimeString instead.'; |
@@ -7,2 +7,9 @@ # Changelog | ||
### [2.0.1](https://www.github.com/googleapis/nodejs-precise-date/compare/v2.0.0...v2.0.1) (2020-05-08) | ||
### Bug Fixes | ||
* apache license URL ([#468](https://www.github.com/googleapis/nodejs-precise-date/issues/468)) ([#103](https://www.github.com/googleapis/nodejs-precise-date/issues/103)) ([efdc8c6](https://www.github.com/googleapis/nodejs-precise-date/commit/efdc8c6a1e5f8b35da4c5e6ff03fa1f2be6c790f)) | ||
## [2.0.0](https://www.github.com/googleapis/nodejs-precise-date/compare/v1.0.3...v2.0.0) (2020-03-26) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/precise-date", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A simple utility for precise-dateing functions and classes.", | ||
@@ -21,3 +21,4 @@ "main": "build/src/index.js", | ||
"system-test": "mocha build/system-test", | ||
"prelint": "cd samples; npm link ../; npm i" | ||
"prelint": "cd samples; npm link ../; npm install", | ||
"precompile": "gts clean" | ||
}, | ||
@@ -39,6 +40,6 @@ "keywords": [ | ||
"@types/node": "^10.5.2", | ||
"@types/sinon": "^7.0.5", | ||
"@types/sinon": "^9.0.0", | ||
"c8": "^7.0.0", | ||
"codecov": "^3.0.4", | ||
"gts": "next", | ||
"gts": "^2.0.0", | ||
"mocha": "^7.0.0", | ||
@@ -45,0 +46,0 @@ "sinon": "^9.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
52748
922