@formatjs/intl-utils
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@3.5.0...@formatjs/intl-utils@3.6.0) (2020-07-03) | ||
### Features | ||
* **@formatjs/intl-utils:** export SANCTIONED_UNITS ([7719e90](https://github.com/formatjs/formatjs/commit/7719e90007733ce50233c5131c296d03da8ae370)) | ||
# [3.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-utils@3.4.1...@formatjs/intl-utils@3.5.0) (2020-07-01) | ||
@@ -8,0 +19,0 @@ |
@@ -10,5 +10,5 @@ export { selectUnit } from './diff'; | ||
export * from './displaynames-types'; | ||
export { removeUnitNamespace } from './units'; | ||
export * from './units'; | ||
export { invariant } from './invariant'; | ||
export { LocaleData } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -38,6 +38,5 @@ "use strict"; | ||
__export(require("./units")); | ||
var units_1 = require("./units"); | ||
exports.removeUnitNamespace = units_1.removeUnitNamespace; | ||
__export(require("./units")); | ||
var invariant_1 = require("./invariant"); | ||
exports.invariant = invariant_1.invariant; | ||
//# sourceMappingURL=index.js.map |
@@ -10,5 +10,5 @@ export { selectUnit } from './diff'; | ||
export * from './displaynames-types'; | ||
export { removeUnitNamespace } from './units'; | ||
export * from './units'; | ||
export { invariant } from './invariant'; | ||
export { LocaleData } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,4 +5,4 @@ export { selectUnit } from './diff'; | ||
export * from './units'; | ||
export { removeUnitNamespace } from './units'; | ||
export * from './units'; | ||
export { invariant } from './invariant'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@formatjs/intl-utils", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "Smartly determine best unit for relative time format", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"gitHead": "76e649f2f673c1344fe29ccf739d4b4ebd573ead", | ||
"gitHead": "7db4a33e82c4442901d2fb4682e3e4adedf4632c", | ||
"devDependencies": { | ||
@@ -41,0 +41,0 @@ "@types/serialize-javascript": "^1.5.0", |
@@ -40,4 +40,4 @@ export {selectUnit} from './diff'; | ||
export * from './displaynames-types'; | ||
export {removeUnitNamespace} from './units'; | ||
export * from './units'; | ||
export {invariant} from './invariant'; | ||
export {LocaleData} from './types'; |
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
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
244595
4102