@redocly/config 0.49.1 → 0.50.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ export type ScorecardConfig = FromSchema<typeof scorecardConfigSchema>;
33
33
  export type ScorecardsConfig = FromSchema<typeof scorecardsConfigSchema>;
34
34
  export type SearchFacetsConfig = FromSchema<typeof searchFacetsConfigSchema>;
35
35
  type RootRedoclyConfig = FromSchema<typeof rootRedoclyConfigSchema>;
36
- export type RedoclyConfig = Omit<RootRedoclyConfig, 'theme' | 'apis' | 'rbac' | 'requiresLogin' | 'sso' | 'residency' | 'logoutReturnUrl'> & {
36
+ export type RedoclyConfig = Omit<RootRedoclyConfig, 'theme' | 'apis' | 'rbac' | 'requiresLogin' | 'sso' | 'idps' | 'residency' | 'logoutReturnUrl'> & {
37
37
  /**
38
38
  * @deprecated Should use `access.rbac` instead
39
39
  */
@@ -46,6 +46,10 @@ export type RedoclyConfig = Omit<RootRedoclyConfig, 'theme' | 'apis' | 'rbac' |
46
46
  * @deprecated Should use `access.sso` instead
47
47
  */
48
48
  sso?: RootRedoclyConfig['sso'];
49
+ /**
50
+ * @deprecated Should use `access.idps` instead
51
+ */
52
+ idps?: RootRedoclyConfig['idps'];
49
53
  /**
50
54
  * @deprecated Should use `access.residency` instead
51
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/config",
3
- "version": "0.49.1",
3
+ "version": "0.50.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -21,7 +21,7 @@
21
21
  "devDependencies": {
22
22
  "@markdoc/markdoc": "0.5.2",
23
23
  "esbuild": "0.28.1",
24
- "@redocly/openapi-core": "2.35.0",
24
+ "@redocly/openapi-core": "2.37.0",
25
25
  "@types/node": "24.1.0",
26
26
  "@types/react": "^19.2.7",
27
27
  "@vitest/coverage-v8": "4.1.8",