Comparing version 6.3.0 to 6.3.1
@@ -34,3 +34,3 @@ "use strict"; | ||
} | ||
return Array.from(accountsSet); | ||
return Array.from(accountsSet).sort(); | ||
} | ||
@@ -37,0 +37,0 @@ class Book { |
{ | ||
"name": "medici", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "Double-entry accounting ledger for Node + Mongoose", | ||
@@ -5,0 +5,0 @@ "main": "build/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
84835