Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redocly/config

Package Overview
Dependencies
Maintainers
9
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redocly/config - npm Package Compare versions

Comparing version 0.12.1 to 0.13.0

4

lib-esm/graphql-config-schema.d.ts
export declare const graphqlConfigSchema: {
readonly type: "object";
readonly properties: {
readonly pagination: {
readonly type: "string";
readonly enum: readonly ["none", "section", "item"];
};
readonly hidePaginationButtons: {

@@ -9,0 +5,0 @@ readonly type: "boolean";

@@ -56,6 +56,2 @@ import { feedbackConfigSchema } from './feedback-config-schema';

properties: {
pagination: {
type: 'string',
enum: ['none', 'section', 'item'],
},
hidePaginationButtons: {

@@ -62,0 +58,0 @@ type: 'boolean',

4

lib-esm/root-config-schema.js

@@ -176,3 +176,3 @@ import { DEFAULT_TEAM_CLAIM_NAME, AuthProviderType, ApigeeDevOnboardingIntegrationAuthType, } from './constants';

teamFoldersBaseRoles: rbacScopeItemsSchema,
cms: rbacScopeItemsSchema,
cms: rbacScopeItemsSchema, // deprecated in favor of reunite
reunite: rbacScopeItemsSchema,

@@ -350,3 +350,3 @@ content: {

removeAttribution: { type: 'boolean' },
i18n: l10nConfigSchema,
i18n: l10nConfigSchema, // deprecated
l10n: l10nConfigSchema,

@@ -353,0 +353,0 @@ metadata: metadataConfigSchema,

export declare const graphqlConfigSchema: {
readonly type: "object";
readonly properties: {
readonly pagination: {
readonly type: "string";
readonly enum: readonly ["none", "section", "item"];
};
readonly hidePaginationButtons: {

@@ -9,0 +5,0 @@ readonly type: "boolean";

@@ -59,6 +59,2 @@ "use strict";

properties: {
pagination: {
type: 'string',
enum: ['none', 'section', 'item'],
},
hidePaginationButtons: {

@@ -65,0 +61,0 @@ type: 'boolean',

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.removePropertyRecursively = void 0;
exports.removePropertyRecursively = removePropertyRecursively;
function removePropertyRecursively(object, propToRemove) {

@@ -25,3 +25,2 @@ return Object.fromEntries(Object.entries(object)

}
exports.removePropertyRecursively = removePropertyRecursively;
//# sourceMappingURL=remove-property-recursively.js.map

@@ -179,3 +179,3 @@ "use strict";

teamFoldersBaseRoles: exports.rbacScopeItemsSchema,
cms: exports.rbacScopeItemsSchema,
cms: exports.rbacScopeItemsSchema, // deprecated in favor of reunite
reunite: exports.rbacScopeItemsSchema,

@@ -353,3 +353,3 @@ content: {

removeAttribution: { type: 'boolean' },
i18n: exports.l10nConfigSchema,
i18n: exports.l10nConfigSchema, // deprecated
l10n: exports.l10nConfigSchema,

@@ -356,0 +356,0 @@ metadata: metadataConfigSchema,

{
"name": "@redocly/config",
"version": "0.12.1",
"version": "0.13.0",
"license": "MIT",

@@ -10,7 +10,7 @@ "main": "./lib/index.js",

"@markdoc/markdoc": "0.4.0",
"@types/react": "18.3.2",
"@types/react": "18.3.9",
"react-router-dom": "6.21.1",
"json-schema-to-ts": "2.7.2",
"rimraf": "5.0.7",
"typescript": "5.2.2"
"typescript": "5.6.2"
},

@@ -17,0 +17,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc