Version Packages

This commit is contained in:
github-actions[bot] 2025-09-04 12:36:07 +00:00
parent 100ff4c1dc
commit 4cff73450c
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"nsite-gateway": patch
---
Add more debug logging to blob streaming

View File

@ -1,5 +1,11 @@
# nsite-gateway # nsite-gateway
## 1.1.1
### Patch Changes
- 100ff4c: Add more debug logging to blob streaming
## 1.1.0 ## 1.1.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "nsite-gateway", "name": "nsite-gateway",
"version": "1.1.0", "version": "1.1.1",
"description": "A blossom server implementation written in Typescript", "description": "A blossom server implementation written in Typescript",
"main": "build/index.js", "main": "build/index.js",
"type": "module", "type": "module",