2 Commits

Author SHA1 Message Date
14d9ade4d0 v1.5.1 2026-03-21 19:15:19 +00:00
332281746e fix(project): no changes to commit 2026-03-21 19:15:18 +00:00
5 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2026-03-21 - 1.5.1 - fix(project)
no changes to commit
## 2026-03-21 - 1.5.0 - feat(test)
add end-to-end test coverage for container lifecycle, auth, buckets, objects, policies, credentials, status, and S3 compatibility

View File

@@ -1,6 +1,6 @@
{
"name": "@lossless.zone/objectstorage",
"version": "1.5.0",
"version": "1.5.1",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {

View File

@@ -1,6 +1,6 @@
{
"name": "@lossless.zone/objectstorage",
"version": "1.5.0",
"version": "1.5.1",
"description": "object storage server with management UI powered by smartstorage",
"main": "mod.ts",
"type": "module",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@lossless.zone/objectstorage',
version: '1.5.0',
version: '1.5.1',
description: 'object storage server with management UI powered by smartstorage'
}

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@lossless.zone/objectstorage',
version: '1.5.0',
version: '1.5.1',
description: 'object storage server with management UI powered by smartstorage'
}