diff --git a/changelog.md b/changelog.md index bc45a3e..b664db6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-10-28 - 4.1.3 - fix(dependency) +Updated dependency @git.zone/tspublish to version ^1.6.0 + +- Bumped @git.zone/tspublish version from ^1.5.5 to ^1.6.0 in package.json + ## 2024-10-28 - 4.1.2 - fix(core) Corrected description and devDependencies diff --git a/license b/license new file mode 100644 index 0000000..f689933 --- /dev/null +++ b/license @@ -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. \ No newline at end of file diff --git a/package.json b/package.json index 3024cef..3015737 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@git.zone/tsbuild": "^2.1.85", "@git.zone/tsbundle": "^2.1.0", "@git.zone/tsdoc": "^1.4.2", - "@git.zone/tspublish": "^1.5.5", + "@git.zone/tspublish": "^1.6.0", "@git.zone/tstest": "^1.0.90", "@git.zone/tswatch": "^2.0.25", "@push.rocks/tapbundle": "^5.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bcbaca2..49c3f67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -146,8 +146,8 @@ devDependencies: specifier: ^1.4.2 version: 1.4.2 '@git.zone/tspublish': - specifier: ^1.5.5 - version: 1.5.5 + specifier: ^1.6.0 + version: 1.6.0 '@git.zone/tstest': specifier: ^1.0.90 version: 1.0.90 @@ -1626,7 +1626,7 @@ packages: resolution: {integrity: sha512-+76q90va4owBVoQxZKD2v/Gc512WqNFyfX+JCR1N81jQ9j5ZoM4ZFW6q3o9sRNcCDUJMTCAoRxjVqjSXBD9qVw==} hasBin: true dependencies: - '@git.zone/tspublish': 1.5.5 + '@git.zone/tspublish': 1.6.0 '@push.rocks/early': 4.0.4 '@push.rocks/npmextra': 5.0.23 '@push.rocks/qenv': 6.0.5 @@ -1651,8 +1651,8 @@ packages: - zod dev: true - /@git.zone/tspublish@1.5.5: - resolution: {integrity: sha512-p65c0ridlJVZ0OWVLdPaGwnXV5e/Civk91fY4jnVJv53/cisjRx4qJp6x/4pVAsWkMhcF3ruC/vSGQGeKROvqw==} + /@git.zone/tspublish@1.6.0: + resolution: {integrity: sha512-3FNm+StvxDMgu+BG6WyO9IQubq4boeWToW0NGvywZn0aef2ruAEU35m4VXoz7ig4Ws06tsA7v6orKArC52gthQ==} hasBin: true dependencies: '@push.rocks/smartcli': 4.0.11 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3f1d444..7378c00 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/cloudly', - version: '4.1.2', + version: '4.1.3', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 3f1d444..7378c00 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/cloudly', - version: '4.1.2', + version: '4.1.3', description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' }