@foxiko/client
Advanced tools
Comparing version 1.0.68 to 1.0.69
@@ -122,3 +122,3 @@ const {APIEntity} = require("../../APIEntity"); | ||
id: String, | ||
paid: Date, | ||
paid: paid => !paid ? null : new Date(paid), | ||
due: Date, | ||
@@ -125,0 +125,0 @@ invoice_id: String, |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.68", | ||
"version": "1.0.69", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
175826