Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/dirty-grapes-buy.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/dirty-hotels-press.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @srcbook/api

## 0.0.16

### Patch Changes

- fcabe77: Add support for API keys on openAI compatible models

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@srcbook/api",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
Expand Down
6 changes: 6 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @srcbook/web

## 0.0.15

### Patch Changes

- fcabe77: Add support for API keys on openAI compatible models

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@srcbook/web",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
17 changes: 17 additions & 0 deletions srcbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# srcbook

## 0.0.17

### Patch Changes

- fcabe77: Add support for API keys on openAI compatible models
- 36913a4: Added configurable network exposure for Docker deployments with secure defaults. This includes:

- Added docker-compose.yml with configurable network binding
- Default configuration restricts access to localhost (127.0.0.1) for security
- Optional network exposure via HOST_BIND environment variable
- Configured port 2150 mapping for Docker container

Users can optionally expose their Srcbook instance to other network devices by setting HOST_BIND=0.0.0.0 when running Docker.

- Updated dependencies [fcabe77]
- @srcbook/api@0.0.16

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion srcbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "srcbook",
"version": "0.0.16",
"version": "0.0.17",
"description": "TypeScript notebooks",
"type": "module",
"bin": "./dist/bin/cli.mjs",
Expand Down