@pushrocks/smarttime
Advanced tools
Comparing version 3.0.44 to 3.0.45
@@ -77,3 +77,3 @@ "use strict"; | ||
const units = this.exportToUnits(); | ||
return `${units.yearString}-${units.monthString}.${units.dayString}`; | ||
return `${units.yearString}-${units.monthString}-${units.dayString}`; | ||
} | ||
@@ -80,0 +80,0 @@ /** |
{ | ||
"name": "@pushrocks/smarttime", | ||
"private": false, | ||
"version": "3.0.44", | ||
"version": "3.0.45", | ||
"description": "handle time in smart ways", | ||
@@ -6,0 +6,0 @@ "main": "dist_ts/index.js", |
@@ -88,3 +88,3 @@ import * as plugins from './smarttime.plugins'; | ||
const units = this.exportToUnits(); | ||
return `${units.yearString}-${units.monthString}.${units.dayString}`; | ||
return `${units.yearString}-${units.monthString}-${units.dayString}`; | ||
} | ||
@@ -91,0 +91,0 @@ |
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
0