Skip to content

Commit 451bee5

Browse files
committed
Update API
1 parent d91688e commit 451bee5

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
},
255255
"overrides": {
256256
"@codemirror/state": "6.4.1",
257-
"@gitbook/api": "0.97.0",
257+
"@gitbook/api": "0.99.0",
258258
"react": "18.3.1",
259259
"react-dom": "18.3.1",
260260
},
@@ -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.97.0", "", { "dependencies": { "event-iterator": "^2.0.0", "eventsource-parser": "^3.0.0" } }, "sha512-bBTy7nprwlwTW/v8S6A9wGFWatU+F33232xF5Tt4GmSBTZSrAKha5wD205Hr+618va+/zipA8o4hdAGPyUNj0A=="],
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@codemirror/state": "6.4.1",
1313
"react": "18.3.1",
1414
"react-dom": "18.3.1",
15-
"@gitbook/api": "0.97.0"
15+
"@gitbook/api": "0.99.0"
1616
},
1717
"private": true,
1818
"scripts": {

packages/cache-tags/package.json

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

packages/gitbook-v2/package.json

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

0 commit comments

Comments
 (0)