@peculiar/acme-protocol
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -70,3 +70,3 @@ import { Identifier } from "./identifier"; | ||
*/ | ||
notBefore?: Date; | ||
notBefore?: Date | string; | ||
/** | ||
@@ -77,3 +77,3 @@ * The requested value of the notAfter field in the certificate. | ||
*/ | ||
notAfter?: Date; | ||
notAfter?: Date | string; | ||
} | ||
@@ -80,0 +80,0 @@ /** |
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/PeculiarVentures/acme-ts/compare/v1.2.13...v1.3.0) (2020-12-09) | ||
### Features | ||
* Use string and date types for order date fields ([62f0f53](https://github.com/PeculiarVentures/acme-ts/commit/62f0f53928cf8095e4dd2fb2f7f6856347740f67)) | ||
## [1.2.3](https://github.com/PeculiarVentures/acme-ts/compare/v1.2.2...v1.2.3) (2020-10-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@peculiar/acme-protocol", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Protocol objects forAutomatic Certificate Management Environment (ACME) implementing RFC 8555 framework", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"homepage": "https://github.com/PeculiarVentures/acme-ts#readme", | ||
"gitHead": "e423e2bf1b95ca032cc533fde89f4949436274a8" | ||
"gitHead": "b011b49c4cdb6f38d34328fc352f2bd7a965ae61" | ||
} |
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
52635