v8.4.7
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-19 16:31:12 +00:00
parent 6dd193a94a
commit 389dcb43a2
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-19 - 8.4.7
### Fixes
- bump @api.global/typedsocket to ^4.1.4 (deps)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@api.global/typedserver",
"version": "8.4.6",
"version": "8.4.7",
"description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.",
"type": "module",
"exports": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedserver',
version: '8.4.6',
version: '8.4.7',
description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.'
}