Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90ac853ab4 | |||
| 449278b672 |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-15 - 1.4.2 - fix(license)
|
||||||
|
add missing license file
|
||||||
|
|
||||||
|
- Adds a repository license file.
|
||||||
|
|
||||||
## 2026-03-15 - 1.4.1 - fix(readme)
|
## 2026-03-15 - 1.4.1 - fix(readme)
|
||||||
refresh README with clearer feature documentation, UI screenshots, and client usage examples
|
refresh README with clearer feature documentation, UI screenshots, and client usage examples
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lossless.zone/objectstorage",
|
"name": "@lossless.zone/objectstorage",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"nodeModulesDir": "auto",
|
"nodeModulesDir": "auto",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
|||||||
19
license
Normal file
19
license
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
Copyright (c) 2014 Task Venture Capital GmbH (hello@task.vc)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lossless.zone/objectstorage",
|
"name": "@lossless.zone/objectstorage",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"description": "object storage server with management UI powered by smartstorage",
|
"description": "object storage server with management UI powered by smartstorage",
|
||||||
"main": "mod.ts",
|
"main": "mod.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@lossless.zone/objectstorage',
|
name: '@lossless.zone/objectstorage',
|
||||||
version: '1.4.1',
|
version: '1.4.2',
|
||||||
description: 'object storage server with management UI powered by smartstorage'
|
description: 'object storage server with management UI powered by smartstorage'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@lossless.zone/objectstorage',
|
name: '@lossless.zone/objectstorage',
|
||||||
version: '1.4.1',
|
version: '1.4.2',
|
||||||
description: 'object storage server with management UI powered by smartstorage'
|
description: 'object storage server with management UI powered by smartstorage'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user