@shopify/dates
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -7,2 +7,3 @@ 'use strict'; | ||
var index = require('./constants/index.js'); | ||
var getDateDiff = require('./get-date-diff.js'); | ||
var getDateTimeParts = require('./get-date-time-parts.js'); | ||
@@ -18,2 +19,3 @@ var getTimeZoneOffset = require('./get-time-zone-offset.js'); | ||
var isLessThanOneYearAway = require('./is-less-than-one-year-away.js'); | ||
var isPastDate = require('./is-past-date.js'); | ||
var isSameDay = require('./is-same-day.js'); | ||
@@ -40,2 +42,3 @@ var isSameMonth = require('./is-same-month.js'); | ||
}); | ||
exports.getDateDiff = getDateDiff.getDateDiff; | ||
exports.getDateTimeParts = getDateTimeParts.getDateTimeParts; | ||
@@ -51,2 +54,3 @@ exports.getTimeZoneOffset = getTimeZoneOffset.getTimeZoneOffset; | ||
exports.isLessThanOneYearAway = isLessThanOneYearAway.isLessThanOneYearAway; | ||
exports.isPastDate = isPastDate.isPastDate; | ||
exports.isSameDay = isSameDay.isSameDay; | ||
@@ -53,0 +57,0 @@ exports.isSameMonth = isSameMonth.isSameMonth; |
export * from './apply-time-zone-offset'; | ||
export * from './constants'; | ||
export * from './get-date-diff'; | ||
export * from './get-date-time-parts'; | ||
@@ -13,2 +14,3 @@ export * from './get-time-zone-offset'; | ||
export * from './is-less-than-one-year-away'; | ||
export * from './is-past-date'; | ||
export * from './is-same-day'; | ||
@@ -15,0 +17,0 @@ export * from './is-same-month'; |
{ | ||
"name": "@shopify/dates", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"license": "MIT", | ||
@@ -50,3 +50,3 @@ "description": "Lightweight date operations library", | ||
}, | ||
"gitHead": "33318521eb0324d436711619fbf9a2f0ba201180" | ||
"gitHead": "aa379a4402e46b524bc560c2d3f99578816660d1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
103108
156
1449