@ltht-react/utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,4 +6,12 @@ # Change Log | ||
## [0.0.2](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.1...@ltht-react/utils@0.0.2) (2020-01-07) | ||
**Note:** Version bump only for package @ltht-react/utils | ||
## 0.0.1 (2020-01-07) | ||
**Note:** Version bump only for package @ltht-react/utils |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var partialDateTimeText = function (date) { | ||
if (!date) { | ||
if (!date || !date.value) { | ||
return ''; | ||
@@ -6,0 +6,0 @@ } |
{ | ||
"name": "@ltht-react/utils", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "> TODO: description", | ||
@@ -30,5 +30,5 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>", | ||
"dependencies": { | ||
"@ltht-react/types": "^0.0.2" | ||
"@ltht-react/types": "^0.0.3" | ||
}, | ||
"gitHead": "b3ceaa6d82c5e122831dbd7ec5d37784ec65f957" | ||
"gitHead": "b272edcd5223faa43f7359aefb865499942d873c" | ||
} |
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
7368
+ Added@ltht-react/types@0.0.3(transitive)
- Removed@ltht-react/types@0.0.2(transitive)
Updated@ltht-react/types@^0.0.3