File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @srcbook/api
22
3+ ## 0.0.16
4+
5+ ### Patch Changes
6+
7+ - fcabe77: Add support for API keys on openAI compatible models
8+
39## 0.0.15
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @srcbook/api" ,
3- "version" : " 0.0.15 " ,
3+ "version" : " 0.0.16 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.mjs" ,
66 "types" : " ./dist/index.d.mts" ,
Original file line number Diff line number Diff line change 11# @srcbook/web
22
3+ ## 0.0.15
4+
5+ ### Patch Changes
6+
7+ - fcabe77: Add support for API keys on openAI compatible models
8+
39## 0.0.14
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @srcbook/web" ,
33 "private" : true ,
4- "version" : " 0.0.14 " ,
4+ "version" : " 0.0.15 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change 11# srcbook
22
3+ ## 0.0.17
4+
5+ ### Patch Changes
6+
7+ - fcabe77: Add support for API keys on openAI compatible models
8+ - 36913a4: Added configurable network exposure for Docker deployments with secure defaults. This includes:
9+
10+ - Added docker-compose.yml with configurable network binding
11+ - Default configuration restricts access to localhost (127.0.0.1) for security
12+ - Optional network exposure via HOST_BIND environment variable
13+ - Configured port 2150 mapping for Docker container
14+
15+ Users can optionally expose their Srcbook instance to other network devices by setting HOST_BIND=0.0.0.0 when running Docker.
16+
17+ - Updated dependencies [ fcabe77]
18+ - @srcbook/api @0.0.16
19+
320## 0.0.16
421
522### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " srcbook" ,
3- "version" : " 0.0.16 " ,
3+ "version" : " 0.0.17 " ,
44 "description" : " TypeScript notebooks" ,
55 "type" : " module" ,
66 "bin" : " ./dist/bin/cli.mjs" ,
You can’t perform that action at this time.
0 commit comments