@svgr/babel-plugin-add-jsx-attribute
Advanced tools
Comparing version 6.0.0 to 6.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18) | ||
### Bug Fixes | ||
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd)) | ||
# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-add-jsx-attribute/compare/v5.3.1...v5.4.0) (2020-04-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@svgr/babel-plugin-add-jsx-attribute", | ||
"description": "Add JSX attribute", | ||
"version": "6.0.0", | ||
"version": "6.3.0", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-add-jsx-attribute", | ||
@@ -33,3 +39,3 @@ "author": "Greg Bergé <berge.greg@gmail.com>", | ||
}, | ||
"gitHead": "af9a6cbd4387180c7d6683713330a7ffcfb600e9" | ||
"gitHead": "d29884e118288a36fb68bd939983824b0d81fc8a" | ||
} |
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
12529