@rh-support/utils
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -352,3 +352,3 @@ define(['exports', 'lodash/isEmpty', 'lodash/includes', 'lodash/find', 'lodash/filter', 'lodash/forEach', 'lodash/map', 'lodash/isFunction', 'lodash/reduce', 'lodash/concat', 'lodash/merge', 'js-markdown-extra', 'lodash/assign', 'lodash/get', 'lodash/isString', 'marked', 'lodash/orderBy', 'lodash/remove', 'solr-query-builder', 'qs', 'lodash/sortBy'], function (exports, isEmpty, includes, find, filter, forEach, map, isFunction, reduce, concat, merge, jsMarkdownExtra, assign, get, isString, marked, orderBy, filter$1, SolrQueryBuilder, qs, sortBy) { 'use strict'; | ||
second: '2-digit', | ||
timeZoneName: 'long' | ||
timeZoneName: 'short' | ||
}) => { | ||
@@ -355,0 +355,0 @@ if (!date) { |
@@ -18,3 +18,3 @@ export const formatDate = (date, locale = 'en-us', format = { month: 'short', day: 'numeric', year: 'numeric' }) => { | ||
second: '2-digit', | ||
timeZoneName: 'long' | ||
timeZoneName: 'short' | ||
}) => { | ||
@@ -21,0 +21,0 @@ if (!date) { |
{ | ||
"name": "@rh-support/utils", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "> TODO: description", | ||
@@ -57,4 +57,4 @@ "author": "Vikas Rathee <vrathee@redhat.com>", | ||
"dependencies": { | ||
"@rh-support/api": "^0.1.9", | ||
"@rh-support/types": "^0.1.9", | ||
"@rh-support/api": "^0.1.10", | ||
"@rh-support/types": "^0.1.10", | ||
"dot": "^1.1.3", | ||
@@ -75,3 +75,3 @@ "hydrajs": "git+https://gitlab.cee.redhat.com/redhataccess/hydrajs.git#2.0.44", | ||
}, | ||
"gitHead": "4d6ea3e17617061ef3ca2d03d45966da23b177dd" | ||
"gitHead": "4ddcc2916f31c073f3970018192739439a45f619" | ||
} |
97593
Updated@rh-support/api@^0.1.10
Updated@rh-support/types@^0.1.10