Comparing version 3.0.81 to 3.0.82
{ | ||
"name": "fable", | ||
"version": "3.0.81", | ||
"version": "3.0.82", | ||
"description": "An entity behavior management and API bundling library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Fable.js", |
@@ -125,2 +125,7 @@ const libFableServiceBase = require('../Fable-ServiceManager.js').ServiceProviderBase; | ||
tmpReturnDate.setUTCDate(1); | ||
tmpReturnDate.setUTCMonth(1); | ||
tmpReturnDate.setUTCHours(0); | ||
tmpReturnDate.setUTCMinutes(0); | ||
tmpReturnDate.setUTCSeconds(0); | ||
tmpReturnDate.setUTCMilliseconds(0); | ||
@@ -127,0 +132,0 @@ // Manually parse the parts of the string and set each part for the |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
12498327
18029