Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/react-number-format.es.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @procurifydev/react-number-format - 4.4.9
* Author : Sudhanshu Yadav
* Copyright (c) 2016, 2020 to Sudhanshu Yadav, released under the MIT license.
* Copyright (c) 2016, 2024 to Sudhanshu Yadav, released under the MIT license.
* https://github.com/s-yadav/react-number-format
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/react-number-format.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @procurifydev/react-number-format - 4.4.9
* Author : Sudhanshu Yadav
* Copyright (c) 2016, 2020 to Sudhanshu Yadav, released under the MIT license.
* Copyright (c) 2016, 2024 to Sudhanshu Yadav, released under the MIT license.
* https://github.com/s-yadav/react-number-format
*/

Expand Down
4 changes: 2 additions & 2 deletions lib/number_format.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"use strict";

function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

Object.defineProperty(exports, "__esModule", {
value: true
});
Expand All @@ -13,8 +15,6 @@ var _utils = require("./utils");

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@procurifydev/react-number-format",
"description": "React component to format number in an input or as a text.",
"version": "4.4.9",
"version": "4.5.0",
"main": "lib/number_format.js",
"module": "dist/react-number-format.es.js",
"author": "Sudhanshu Yadav",
Expand Down Expand Up @@ -93,4 +93,4 @@
"dependencies": {
"prop-types": "^15.7.2"
}
}
}