File tree Expand file tree Collapse file tree 6 files changed +21
-12
lines changed
integrations/github-files Expand file tree Collapse file tree 6 files changed +21
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
},
41
41
"integrations/bucket" : {
42
42
"name" : " @gitbook/integration-bucket" ,
43
- "version" : " 0.3.0 " ,
43
+ "version" : " 0.3.3 " ,
44
44
"dependencies" : {
45
45
"@gitbook/runtime" : " *" ,
46
46
"itty-router" : " ^5.0.18" ,
160
160
},
161
161
"integrations/github-files" : {
162
162
"name" : " @gitbook/integration-github-files" ,
163
- "version" : " 0.2.2 " ,
163
+ "version" : " 0.2.3 " ,
164
164
"dependencies" : {
165
165
"@gitbook/api" : " *" ,
166
166
"@gitbook/runtime" : " *" ,
192
192
},
193
193
"integrations/gitlab-files" : {
194
194
"name" : " @gitbook/integration-gitlab-files" ,
195
- "version" : " 0.2.2 " ,
195
+ "version" : " 0.2.3 " ,
196
196
"dependencies" : {
197
197
"@gitbook/runtime" : " *" ,
198
198
"dotenv" : " ^16.1.1" ,
301
301
},
302
302
"integrations/launchdarkly" : {
303
303
"name" : " @gitbook/integration-launchdarkly" ,
304
- "version" : " 0.3.0 " ,
304
+ "version" : " 0.3.3 " ,
305
305
"dependencies" : {
306
306
"@gitbook/runtime" : " *" ,
307
307
"itty-router" : " ^5.0.18" ,
626
626
},
627
627
"packages/api" : {
628
628
"name" : " @gitbook/api" ,
629
- "version" : " 0.124 .0" ,
629
+ "version" : " 0.127 .0" ,
630
630
"dependencies" : {
631
631
"event-iterator" : " ^2.0.0" ,
632
632
"eventsource-parser" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
# @gitbook/integration-github
2
2
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 0bf599e: Fix Github files URL parsing
8
+ - Updated dependencies [ 8edbe3b]
9
+ - @gitbook/api @0.128.0
10
+
3
11
## 0.2.3
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitbook/integration-github-files" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"dotenv" : " ^16.0.3" ,
Original file line number Diff line number Diff line change 1
1
# @gitbook/api
2
2
3
+ ## 0.128.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8edbe3b: Bump to include AI assistant in API schema
8
+
3
9
## 0.127.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 4
4
"main" : " ./dist/index.cjs" ,
5
5
"module" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
- "version" : " 0.127 .0" ,
7
+ "version" : " 0.128 .0" ,
8
8
"sideEffects" : false ,
9
9
"files" : [
10
10
" README.md" ,
You can’t perform that action at this time.
0 commit comments