json-edit-react
Advanced tools
Comparing version 1.17.2 to 1.17.3
{ | ||
"name": "json-edit-react", | ||
"version": "1.17.2", | ||
"version": "1.17.3", | ||
"description": "React component for editing or viewing JSON/object data", | ||
@@ -10,6 +10,8 @@ "main": "build/index.cjs.js", | ||
"exports": { | ||
"types": "./build/index.d.ts", | ||
"import": "./build/index.esm.js", | ||
"require": "./dist/index.cjs.js", | ||
"default": "./dist/index.esm.js" | ||
".": { | ||
"types": "./build/index.d.ts", | ||
"import": "./build/index.esm.js", | ||
"require": "./build/index.cjs.js", | ||
"default": "./build/index.esm.js" | ||
} | ||
}, | ||
@@ -16,0 +18,0 @@ "files": [ |
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
165833