@redocly/asyncapi-docs 1.10.0-next.2 → 1.10.0-next.4

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.
@@ -12,7 +12,7 @@ import{jsx as o,jsxs as a}from"react/jsx-runtime";import{useMemo as l}from"react
12
12
 
13
13
  &:visited {
14
14
  color: var(--link-color-visited);
15
- text-decoration: var(--link-visited-decoration);
15
+ text-decoration: var(--link-decoration-visited);
16
16
  }
17
17
 
18
18
  &:hover {
@@ -224,7 +224,7 @@ export interface AsyncApiOperation {
224
224
  messages?: AsyncApiMessage[];
225
225
  reply?: AsyncApiOperationReply;
226
226
  'x-badges'?: AsyncApiXBadges[];
227
- 'x-catalog-relations'?: {
227
+ 'x-catalogRelations'?: {
228
228
  type: (typeof ENTITY_RELATION_TYPES)[number];
229
229
  key: string;
230
230
  }[];
@@ -243,7 +243,7 @@ export interface AsyncApiOperationReferenced {
243
243
  messages?: Referenced<AsyncApiMessage>[];
244
244
  reply?: AsyncApiOperationReply;
245
245
  'x-badges'?: AsyncApiXBadges[];
246
- 'x-catalog-relations'?: {
246
+ 'x-catalogRelations'?: {
247
247
  type: (typeof ENTITY_RELATION_TYPES)[number];
248
248
  key: string;
249
249
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/asyncapi-docs",
3
- "version": "1.10.0-next.2",
3
+ "version": "1.10.0-next.4",
4
4
  "description": "Async API docs for Redocly Realm",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -40,9 +40,9 @@
40
40
  "styled-components": "5.3.11",
41
41
  "web-vitals": "3.3.1",
42
42
  "@redocly/config": "0.48.1",
43
- "@redocly/openapi-docs": "3.21.0-next.2",
43
+ "@redocly/openapi-docs": "3.21.0-next.4",
44
44
  "@redocly/redoc-opentelemetry": "0.1.0",
45
- "@redocly/theme": "0.65.0-next.2"
45
+ "@redocly/theme": "0.65.0-next.4"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "^19.2.4"