Socket
Socket
Sign inDemoInstall

@redocly/config

Package Overview
Dependencies
0
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

6

CHANGELOG.md
# @redocly/config
## 0.3.0
### Minor Changes
- 6380e0d826: feat: Added the `removeAttribution` configuration option for the Enterprise plan users. See [Remove attribution](/reference/remove-attribution.md) in the documentation for more information.
## 0.2.0

@@ -4,0 +10,0 @@

1

lib-esm/portal-shared-types.d.ts

@@ -175,2 +175,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

redirectTo?: string;
slug: string;
sharedDataIds: Record<string, string>;

@@ -177,0 +178,0 @@ props: PageProps;

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

developerOnboarding: devOnboardingConfigSchema,
removeAttribution: { type: 'boolean' },
i18n: i18ConfigSchema,

@@ -325,0 +326,0 @@ metadata: metadataConfigSchema,

@@ -175,2 +175,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

redirectTo?: string;
slug: string;
sharedDataIds: Record<string, string>;

@@ -177,0 +178,0 @@ props: PageProps;

@@ -326,2 +326,3 @@ "use strict";

developerOnboarding: devOnboardingConfigSchema,
removeAttribution: { type: 'boolean' },
i18n: exports.i18ConfigSchema,

@@ -328,0 +329,0 @@ metadata: metadataConfigSchema,

2

package.json
{
"name": "@redocly/config",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -209,2 +209,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

redirectTo?: string;
slug: string;
sharedDataIds: Record<string, string>;

@@ -211,0 +212,0 @@ props: PageProps;

@@ -358,2 +358,3 @@ import {

developerOnboarding: devOnboardingConfigSchema,
removeAttribution: { type: 'boolean' },
i18n: i18ConfigSchema,

@@ -360,0 +361,0 @@ metadata: metadataConfigSchema,

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc