@svgr/babel-plugin-add-jsx-attribute
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [6.3.1](https://github.com/gregberge/svgr/compare/v6.3.0...v6.3.1) (2022-07-22) | ||
### Bug Fixes | ||
* fix exports compat with ESM ([#749](https://github.com/gregberge/svgr/issues/749)) ([f3e304c](https://github.com/gregberge/svgr/commit/f3e304c166282f042ecd4d6c396a0798a7f0b490)) | ||
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@svgr/babel-plugin-add-jsx-attribute", | ||
"description": "Add JSX attribute", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"main": "./dist/index.js", | ||
@@ -9,4 +9,4 @@ "types": "./dist/index.d.ts", | ||
".": { | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
@@ -40,3 +40,3 @@ "./package.json": "./package.json" | ||
}, | ||
"gitHead": "d29884e118288a36fb68bd939983824b0d81fc8a" | ||
"gitHead": "1dbc3e2c2027253b3b81b92fd4eb09a4aa8ae25e" | ||
} |
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
12814