@svgr/core
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -120,3 +120,3 @@ 'use strict'; | ||
const rcConfig = state.filePath && baseConfig.runtimeConfig !== false ? await resolveConfig(state.filePath, configFile) : {}; | ||
return __spreadValues(__spreadValues(__spreadValues({}, DEFAULT_CONFIG), rcConfig), baseConfig); | ||
return __spreadValues(__spreadValues(__spreadValues({}, DEFAULT_CONFIG), baseConfig), rcConfig); | ||
}; | ||
@@ -126,3 +126,3 @@ loadConfig.sync = (_c, state = {}) => { | ||
const rcConfig = state.filePath && baseConfig.runtimeConfig !== false ? resolveConfig.sync(state.filePath, configFile) : {}; | ||
return __spreadValues(__spreadValues(__spreadValues({}, DEFAULT_CONFIG), rcConfig), baseConfig); | ||
return __spreadValues(__spreadValues(__spreadValues({}, DEFAULT_CONFIG), baseConfig), rcConfig); | ||
}; | ||
@@ -129,0 +129,0 @@ |
{ | ||
"name": "@svgr/core", | ||
"description": "Transform SVG into React Components.", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"main": "./dist/index.js", | ||
@@ -42,3 +42,3 @@ "types": "./dist/index.d.ts", | ||
"@babel/core": "^7.21.3", | ||
"@svgr/babel-preset": "8.0.0", | ||
"@svgr/babel-preset": "8.1.0", | ||
"camelcase": "^6.2.0", | ||
@@ -51,3 +51,3 @@ "cosmiconfig": "^8.1.3", | ||
}, | ||
"gitHead": "52a1079681477587ef0d842c0e78531adf2d2520" | ||
"gitHead": "772592e042be5063e782bfb8711d024b2fefc6b8" | ||
} |
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
+ Added@svgr/babel-plugin-transform-react-native-svg@8.1.0(transitive)
+ Added@svgr/babel-preset@8.1.0(transitive)
- Removed@svgr/babel-plugin-transform-react-native-svg@8.0.0(transitive)
- Removed@svgr/babel-preset@8.0.0(transitive)
Updated@svgr/babel-preset@8.1.0