@svgr/core
Advanced tools
Comparing version 6.2.1 to 6.3.0
@@ -24,2 +24,3 @@ import { Options } from 'prettier'; | ||
titleProp?: boolean; | ||
descProp?: boolean; | ||
expandProps?: boolean | 'start' | 'end'; | ||
@@ -55,4 +56,4 @@ dimensions?: boolean; | ||
declare const resolveConfig: { | ||
(searchFrom?: string | undefined, configFile?: string | undefined): Promise<Config | null>; | ||
sync(searchFrom?: string | undefined, configFile?: string | undefined): Config | null; | ||
(searchFrom?: string, configFile?: string): Promise<Config | null>; | ||
sync(searchFrom?: string, configFile?: string): Config | null; | ||
}; | ||
@@ -59,0 +60,0 @@ declare const resolveConfigFile: { |
@@ -91,2 +91,3 @@ 'use strict'; | ||
titleProp: false, | ||
descProp: false, | ||
runtimeConfig: true, | ||
@@ -93,0 +94,0 @@ namedExport: "ReactComponent", |
{ | ||
"name": "@svgr/core", | ||
"description": "Transform SVG into React Components.", | ||
"version": "6.2.1", | ||
"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/core", | ||
@@ -23,3 +29,2 @@ "author": "Greg Bergé <berge.greg@gmail.com>", | ||
}, | ||
"types": "lib/index.d.ts", | ||
"homepage": "https://react-svgr.com", | ||
@@ -37,3 +42,3 @@ "funding": { | ||
"dependencies": { | ||
"@svgr/plugin-jsx": "^6.2.1", | ||
"@svgr/plugin-jsx": "^6.3.0", | ||
"camelcase": "^6.2.0", | ||
@@ -43,5 +48,5 @@ "cosmiconfig": "^7.0.1" | ||
"devDependencies": { | ||
"@types/svgo": "^2.6.0" | ||
"@types/svgo": "^2.6.3" | ||
}, | ||
"gitHead": "6158fe7027da781425d544d942f0996a973689c5" | ||
"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
27577
253
Updated@svgr/plugin-jsx@^6.3.0