@edgeandnode/common
Advanced tools
Comparing version 2.1.13 to 2.1.14
@@ -199,2 +199,10 @@ import gql from 'graphql-tag'; | ||
Object.assign(numeral.localeData('en'), { | ||
abbreviations: { | ||
thousand: 'K', | ||
million: 'M', | ||
billion: 'B', | ||
trillion: 'T' | ||
} | ||
}); | ||
/** | ||
@@ -201,0 +209,0 @@ * Abbreviate number |
@@ -212,2 +212,10 @@ 'use strict'; | ||
Object.assign(numeral__default['default'].localeData('en'), { | ||
abbreviations: { | ||
thousand: 'K', | ||
million: 'M', | ||
billion: 'B', | ||
trillion: 'T' | ||
} | ||
}); | ||
/** | ||
@@ -214,0 +222,0 @@ * Abbreviate number |
{ | ||
"name": "@edgeandnode/common", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"description": "Common Edge & Node utils and types", | ||
@@ -5,0 +5,0 @@ "main": "build/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
151132
2029