@brazilian-utils/helper-only-numbers
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1
@@ -6,4 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.1](https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers/compare/@brazilian-utils/helper-only-numbers@1.0.0-alpha.0...@brazilian-utils/helper-only-numbers@1.0.0-alpha.1) (2019-07-23) | ||
### Bug Fixes | ||
- **packages:** update to named exports ([796e163](https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers/commit/796e163)) | ||
# [1.0.0-alpha.0](https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers/compare/@brazilian-utils/helper-only-numbers@0.1.5...@brazilian-utils/helper-only-numbers@1.0.0-alpha.0) (2019-07-23) | ||
**Note:** Version bump only for package @brazilian-utils/helper-only-numbers |
@@ -7,3 +7,3 @@ 'use strict'; | ||
exports.default = onlyNumbers; | ||
exports.onlyNumbers = onlyNumbers; | ||
//# sourceMappingURL=helper-only-numbers.cjs.development.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";exports.default=function(t){return t.toString().replace(/[^\d]/g,"")}; | ||
"use strict";exports.onlyNumbers=function(r){return r.toString().replace(/[^\d]/g,"")}; | ||
//# sourceMappingURL=helper-only-numbers.cjs.production.min.js.map |
@@ -5,3 +5,3 @@ function onlyNumbers(str) { | ||
export default onlyNumbers; | ||
export { onlyNumbers }; | ||
//# sourceMappingURL=helper-only-numbers.esm.js.map |
@@ -1,1 +0,1 @@ | ||
export default function onlyNumbers(str: string | number): string; | ||
export declare function onlyNumbers(str: string | number): string; |
{ | ||
"name": "@brazilian-utils/helper-only-numbers", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"author": "Hyan Mandian <hyanmandian@hotmail.com>", | ||
@@ -45,3 +45,3 @@ "repository": "https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers", | ||
}, | ||
"gitHead": "535d813c516ae01d2307a42a29354608fdbc8951" | ||
"gitHead": "abe112c585a14216267e4e027d5bc8bf10bfb3b0" | ||
} |
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
5785