Skip to content

Commit 9928007

Browse files
committed
Update API
1 parent 5ca8643 commit 9928007

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

bun.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"name": "@gitbook/cache-tags",
2727
"version": "0.1.0",
2828
"dependencies": {
29-
"@gitbook/api": "0.96.1",
29+
"@gitbook/api": "0.99.0",
3030
"assert-never": "^1.2.1",
3131
},
3232
"devDependencies": {
@@ -51,7 +51,7 @@
5151
"name": "gitbook",
5252
"version": "0.7.2",
5353
"dependencies": {
54-
"@gitbook/api": "0.96.1",
54+
"@gitbook/api": "0.99.0",
5555
"@gitbook/cache-do": "workspace:*",
5656
"@gitbook/cache-tags": "workspace:*",
5757
"@gitbook/colors": "workspace:*",
@@ -134,7 +134,7 @@
134134
"name": "gitbook-v2",
135135
"version": "0.2.0",
136136
"dependencies": {
137-
"@gitbook/api": "0.96.1",
137+
"@gitbook/api": "0.99.0",
138138
"@gitbook/cache-tags": "workspace:*",
139139
"@sindresorhus/fnv1a": "^3.1.0",
140140
"next": "^15.2.1",
@@ -196,7 +196,7 @@
196196
"name": "@gitbook/react-contentkit",
197197
"version": "0.6.1",
198198
"dependencies": {
199-
"@gitbook/api": "0.96.1",
199+
"@gitbook/api": "0.99.0",
200200
"@gitbook/icons": "workspace:*",
201201
"assert-never": "^1.2.1",
202202
"classnames": "^2.5.1",
@@ -627,7 +627,7 @@
627627

628628
"@fortawesome/fontawesome-svg-core": ["@fortawesome/[email protected]", "", { "dependencies": { "@fortawesome/fontawesome-common-types": "6.6.0" } }, "sha512-KHwPkCk6oRT4HADE7smhfsKudt9N/9lm6EJ5BVg0tD1yPA5hht837fB87F8pn15D8JfTqQOjhKTktwmLMiD7Kg=="],
629629

630-
"@gitbook/api": ["@gitbook/api@0.96.1", "", { "dependencies": { "event-iterator": "^2.0.0", "eventsource-parser": "^3.0.0" } }, "sha512-E1hpaFNFoEyc8E4rIQyC6UD3kErGXAI0lKt04zYQQYOBLjRIQ57D4oNIIJBjWn4hHeSxRxWvW3NcxzvOGMmIqQ=="],
630+
"@gitbook/api": ["@gitbook/api@0.99.0", "", { "dependencies": { "event-iterator": "^2.0.0", "eventsource-parser": "^3.0.0" } }, "sha512-qaHNCKul6rp0wqKRQ/2/2+X8mNEmy5ZK4vWuZoI9eL306TTqFBWD4DSTHz0WV6X24FVe3HF7qy/mVRd4ja2I2A=="],
631631

632632
"@gitbook/cache-do": ["@gitbook/cache-do@workspace:packages/cache-do"],
633633

packages/cache-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"version": "0.1.0",
1212
"dependencies": {
13-
"@gitbook/api": "0.96.1",
13+
"@gitbook/api": "0.99.0",
1414
"assert-never": "^1.2.1"
1515
},
1616
"devDependencies": {

packages/gitbook-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"next": "^15.2.1",
77
"react": "^19.0.0",
88
"react-dom": "^19.0.0",
9-
"@gitbook/api": "0.96.1",
9+
"@gitbook/api": "0.99.0",
1010
"@gitbook/cache-tags": "workspace:*",
1111
"@sindresorhus/fnv1a": "^3.1.0",
1212
"server-only": "^0.0.1",

packages/gitbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"clean": "rm -rf ./.next && rm -rf ./public/~gitbook/static/icons && rm -rf ./public/~gitbook/static/math"
1717
},
1818
"dependencies": {
19-
"@gitbook/api": "0.96.1",
19+
"@gitbook/api": "0.99.0",
2020
"@gitbook/cache-do": "workspace:*",
2121
"@gitbook/cache-tags": "workspace:*",
2222
"@gitbook/colors": "workspace:*",

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':

packages/react-contentkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"classnames": "^2.5.1",
13-
"@gitbook/api": "0.96.1",
13+
"@gitbook/api": "0.99.0",
1414
"assert-never": "^1.2.1",
1515
"@gitbook/icons": "workspace:*"
1616
},

0 commit comments

Comments
 (0)