@react-input/number-format
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -1,1 +0,1 @@ | ||
export{default as InputNumberFormat}from"./InputNumberFormat.js";export{u as useNumberFormat}from"./useNumberFormat-DW5gXBBQ.js";import"react";import"@react-input/core";import"react/jsx-runtime"; | ||
export{default as InputNumberFormat}from"./InputNumberFormat/index.js";export{u as useNumberFormat}from"./useNumberFormat-DW5gXBBQ.js"; |
{ | ||
"name": "@react-input/number-format", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"license": "MIT", | ||
"author": "Nikolay Goncharuk <goncharuk.bro@gmail.com>", | ||
@@ -30,10 +31,10 @@ "description": "React input component for formatted number input with locale-specific.", | ||
"homepage": "https://github.com/GoncharukBro/react-input/tree/main/packages/number-format#readme", | ||
"license": "MIT", | ||
"module": "dist/module/index.js", | ||
"main": "dist/node/index.cjs", | ||
"types": "dist/@types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"type": "module", | ||
"module": "dist/module/index.js", | ||
"main": "dist/node/index.cjs", | ||
"types": "dist/@types/index.d.ts", | ||
"exports": { | ||
@@ -46,28 +47,25 @@ ".": { | ||
"./*": { | ||
"import": [ | ||
"./dist/module/*.js", | ||
"./dist/module/*/index.js" | ||
], | ||
"require": [ | ||
"./dist/node/*.cjs", | ||
"./dist/node/*/index.cjs" | ||
], | ||
"types": [ | ||
"./dist/@types/*.d.ts", | ||
"./dist/@types/*/index.d.ts" | ||
] | ||
"import": "./dist/module/*.js", | ||
"require": "./dist/node/*.cjs", | ||
"types": "./dist/@types/*.d.ts" | ||
}, | ||
"./*.js": { | ||
"import": [ | ||
"./dist/module/*.js", | ||
"./dist/module/*/index.js" | ||
], | ||
"require": [ | ||
"./dist/node/*.cjs", | ||
"./dist/node/*/index.cjs" | ||
], | ||
"types": [ | ||
"./dist/@types/*.d.ts", | ||
"./dist/@types/*/index.d.ts" | ||
] | ||
"import": "./dist/module/*.js", | ||
"require": "./dist/node/*.cjs", | ||
"types": "./dist/@types/*.d.ts" | ||
}, | ||
"./InputNumberFormat": { | ||
"import": "./dist/module/InputNumberFormat/index.js", | ||
"require": "./dist/node/InputNumberFormat/index.cjs", | ||
"types": "./dist/@types/InputNumberFormat/index.d.ts" | ||
}, | ||
"./InputNumberFormat/*": { | ||
"import": "./dist/module/InputNumberFormat/*.js", | ||
"require": "./dist/node/InputNumberFormat/*.cjs", | ||
"types": "./dist/@types/InputNumberFormat/*.d.ts" | ||
}, | ||
"./InputNumberFormat/*.js": { | ||
"import": "./dist/module/InputNumberFormat/*.js", | ||
"require": "./dist/node/InputNumberFormat/*.cjs", | ||
"types": "./dist/@types/InputNumberFormat/*.d.ts" | ||
} | ||
@@ -96,3 +94,3 @@ }, | ||
"dependencies": { | ||
"@react-input/core": "^1.0.12" | ||
"@react-input/core": "^1.0.13" | ||
}, | ||
@@ -99,0 +97,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
58093
17
Updated@react-input/core@^1.0.13