@arc-fusion/components
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
{ | ||
"name": "@arc-fusion/components", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/components/index.js", |
@@ -35,3 +35,3 @@ 'use strict' | ||
const getTransformedContent = (getContent) => (config) => { | ||
const source = config.sourceName || config.source || config.configService | ||
const source = config.sourceName || config.source || config.contentService | ||
@@ -38,0 +38,0 @@ if (!source && !config.inherit) { |
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
19905