lingui-formats
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/lingui/js-lingui/compare/lingui-formats@1.0.1...lingui-formats@1.0.2) (2017-09-04) | ||
**Note:** Version bump only for package lingui-formats | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/lingui/js-lingui/compare/lingui-formats@1.0.0...lingui-formats@1.0.1) (2017-07-10) |
@@ -1,3 +0,5 @@ | ||
var globalIntl = window.Intl; | ||
import _typeof from 'babel-runtime/helpers/typeof'; | ||
var globalIntl = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl; | ||
function date(language) { | ||
@@ -12,3 +14,3 @@ var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; | ||
var globalIntl$1 = window.Intl; | ||
var globalIntl$1 = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl; | ||
@@ -15,0 +17,0 @@ function number(language) { |
@@ -5,4 +5,8 @@ 'use strict'; | ||
var globalIntl = window.Intl; | ||
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var _typeof = _interopDefault(require('babel-runtime/helpers/typeof')); | ||
var globalIntl = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl; | ||
function date(language) { | ||
@@ -17,3 +21,3 @@ var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; | ||
var globalIntl$1 = window.Intl; | ||
var globalIntl$1 = (typeof window === 'undefined' ? 'undefined' : _typeof(window)) === 'object' ? window.Intl : Intl; | ||
@@ -20,0 +24,0 @@ function number(language) { |
{ | ||
"name": "lingui-formats", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Built-in formats for numbers and dates", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
3910
40