Comparing version 0.0.5 to 0.0.6
@@ -114,3 +114,4 @@ "use strict"; | ||
referenceNumber: m.referenceNumber.trim() ? parseInt(m.referenceNumber, 10) + '' : '', | ||
valueDate: stringToDateString(m.valueDate) | ||
valueDate: stringToDateString(m.valueDate), | ||
id: Number(m.entryNumber) | ||
}); | ||
@@ -117,0 +118,0 @@ } else if (additionalEntryInfoRe.test(line)) { |
{ | ||
"name": "corporate", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A module for parsing (mostly) ISO20022 messages", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
92364
536
1