Skip to content

Commit 305243f

Browse files
committed
Update API
1 parent 573f55b commit 305243f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/cache-tags/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
"typecheck": "tsc --noEmit",
2222
"dev": "tsc -w"
2323
},
24-
"files": ["dist", "src", "README.md", "CHANGELOG.md"]
25-
}
24+
"files": [
25+
"dist",
26+
"src",
27+
"README.md",
28+
"CHANGELOG.md"
29+
]
30+
}

packages/gitbook-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"unit": "bun test",
3030
"typecheck": "tsc --noEmit"
3131
}
32-
}
32+
}

packages/gitbook/src/components/DocumentView/Block.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export function BlockSkeleton(props: { block: DocumentBlock; style: ClassValue }
158158
case 'table':
159159
case 'swagger':
160160
case 'openapi-operation':
161+
case 'openapi-schemas':
161162
case 'math':
162163
case 'divider':
163164
case 'content-ref':

0 commit comments

Comments
 (0)