@redocly/config
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -132,2 +132,9 @@ import { DEFAULT_TEAM_CLAIM_NAME, AuthProviderType, ApigeeDevOnboardingIntegrationAuthType, } from './constants'; | ||
}; | ||
const metadataGlobsConfigSchema = { | ||
type: 'object', | ||
additionalProperties: { | ||
type: 'object', | ||
additionalProperties: true, | ||
}, | ||
}; | ||
export const seoConfigSchema = { | ||
@@ -346,2 +353,3 @@ type: 'object', | ||
metadata: metadataConfigSchema, | ||
metadataGlobs: metadataGlobsConfigSchema, | ||
ignore: { | ||
@@ -348,0 +356,0 @@ type: 'array', |
@@ -135,2 +135,9 @@ "use strict"; | ||
}; | ||
const metadataGlobsConfigSchema = { | ||
type: 'object', | ||
additionalProperties: { | ||
type: 'object', | ||
additionalProperties: true, | ||
}, | ||
}; | ||
exports.seoConfigSchema = { | ||
@@ -349,2 +356,3 @@ type: 'object', | ||
metadata: metadataConfigSchema, | ||
metadataGlobs: metadataGlobsConfigSchema, | ||
ignore: { | ||
@@ -351,0 +359,0 @@ type: 'array', |
{ | ||
"name": "@redocly/config", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
6977825
129141