fix(dependency): Updated dependency @git.zone/tspublish to version ^1.6.0

This commit is contained in:
Philipp Kunz 2024-10-28 21:54:55 +01:00
parent 0f3f4b8e3f
commit 87e273c30e
6 changed files with 32 additions and 8 deletions

View File

@ -1,5 +1,10 @@
# Changelog # 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) ## 2024-10-28 - 4.1.2 - fix(core)
Corrected description and devDependencies Corrected description and devDependencies

19
license Normal file
View 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.

View File

@ -25,7 +25,7 @@
"@git.zone/tsbuild": "^2.1.85", "@git.zone/tsbuild": "^2.1.85",
"@git.zone/tsbundle": "^2.1.0", "@git.zone/tsbundle": "^2.1.0",
"@git.zone/tsdoc": "^1.4.2", "@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/tstest": "^1.0.90",
"@git.zone/tswatch": "^2.0.25", "@git.zone/tswatch": "^2.0.25",
"@push.rocks/tapbundle": "^5.3.0", "@push.rocks/tapbundle": "^5.3.0",

10
pnpm-lock.yaml generated
View File

@ -146,8 +146,8 @@ devDependencies:
specifier: ^1.4.2 specifier: ^1.4.2
version: 1.4.2 version: 1.4.2
'@git.zone/tspublish': '@git.zone/tspublish':
specifier: ^1.5.5 specifier: ^1.6.0
version: 1.5.5 version: 1.6.0
'@git.zone/tstest': '@git.zone/tstest':
specifier: ^1.0.90 specifier: ^1.0.90
version: 1.0.90 version: 1.0.90
@ -1626,7 +1626,7 @@ packages:
resolution: {integrity: sha512-+76q90va4owBVoQxZKD2v/Gc512WqNFyfX+JCR1N81jQ9j5ZoM4ZFW6q3o9sRNcCDUJMTCAoRxjVqjSXBD9qVw==} resolution: {integrity: sha512-+76q90va4owBVoQxZKD2v/Gc512WqNFyfX+JCR1N81jQ9j5ZoM4ZFW6q3o9sRNcCDUJMTCAoRxjVqjSXBD9qVw==}
hasBin: true hasBin: true
dependencies: dependencies:
'@git.zone/tspublish': 1.5.5 '@git.zone/tspublish': 1.6.0
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23 '@push.rocks/npmextra': 5.0.23
'@push.rocks/qenv': 6.0.5 '@push.rocks/qenv': 6.0.5
@ -1651,8 +1651,8 @@ packages:
- zod - zod
dev: true dev: true
/@git.zone/tspublish@1.5.5: /@git.zone/tspublish@1.6.0:
resolution: {integrity: sha512-p65c0ridlJVZ0OWVLdPaGwnXV5e/Civk91fY4jnVJv53/cisjRx4qJp6x/4pVAsWkMhcF3ruC/vSGQGeKROvqw==} resolution: {integrity: sha512-3FNm+StvxDMgu+BG6WyO9IQubq4boeWToW0NGvywZn0aef2ruAEU35m4VXoz7ig4Ws06tsA7v6orKArC52gthQ==}
hasBin: true hasBin: true
dependencies: dependencies:
'@push.rocks/smartcli': 4.0.11 '@push.rocks/smartcli': 4.0.11

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/cloudly', 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.' description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
} }

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/cloudly', 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.' description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
} }