feat(cli): Add tspublish.json for CLI client and interfaces
This commit is contained in:
parent
4e1f9464fe
commit
240516520a
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-10-21 - 1.2.0 - feat(cli)
|
||||
Add tspublish.json for CLI client and interfaces
|
||||
|
||||
- Added registration details for publishing CLI client (@serve.zone/cli)
|
||||
- Specified npm and custom registries in the tspublish.json for better publish control
|
||||
- Updated dependency version for @git.zone/tspublish in package.json
|
||||
|
||||
## 2024-10-21 - 1.1.9 - fix(build)
|
||||
Update Node types and other dependencies, add tspublish.json for api client
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.84",
|
||||
"@git.zone/tsbundle": "^2.0.15",
|
||||
"@git.zone/tspublish": "^1.2.1",
|
||||
"@git.zone/tspublish": "^1.3.0",
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@git.zone/tswatch": "^2.0.23",
|
||||
"@push.rocks/tapbundle": "^5.3.0",
|
||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -142,8 +142,8 @@ importers:
|
||||
specifier: ^2.0.15
|
||||
version: 2.0.15
|
||||
'@git.zone/tspublish':
|
||||
specifier: ^1.2.1
|
||||
version: 1.2.1
|
||||
specifier: ^1.3.0
|
||||
version: 1.3.0
|
||||
'@git.zone/tstest':
|
||||
specifier: ^1.0.90
|
||||
version: 1.0.90(@types/node@22.7.7)
|
||||
@ -686,8 +686,8 @@ packages:
|
||||
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tspublish@1.2.1':
|
||||
resolution: {integrity: sha512-JUn00zB0+pWVrhAoMzQtv9mWvuUk0xUNZxm+WFMaSLLM9In9Vu2/duvsvupoiud7SxJOM37pA5ZZKMaQwN2IWg==}
|
||||
'@git.zone/tspublish@1.3.0':
|
||||
resolution: {integrity: sha512-AYRIyYiazBe31H1N/QvzBApqDNKT/S7/sRtet3XcAAVN2RGcsHeZB7pm11JGMMDBY4mr/yu0J5/JAouNkxlxtw==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsrun@1.2.49':
|
||||
@ -6115,7 +6115,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@git.zone/tspublish@1.2.1':
|
||||
'@git.zone/tspublish@1.3.0':
|
||||
dependencies:
|
||||
'@push.rocks/smartcli': 4.0.11
|
||||
'@push.rocks/smartfile': 11.0.21
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/cloudly',
|
||||
version: '1.1.9',
|
||||
version: '1.2.0',
|
||||
description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.'
|
||||
}
|
||||
|
@ -8,5 +8,9 @@
|
||||
"@api.global/typedrequest",
|
||||
"@api.global/typedsocket",
|
||||
"@tsclass/tsclass"
|
||||
],
|
||||
"registries": [
|
||||
"registry.npmjs.org:public",
|
||||
"verdaccio.lossless.digital:public"
|
||||
]
|
||||
}
|
||||
|
3
ts_cliclient/tspublish.json
Normal file
3
ts_cliclient/tspublish.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "@serve.zone/cli"
|
||||
}
|
10
ts_interfaces/tspublish.json
Normal file
10
ts_interfaces/tspublish.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@serve.zone/interfaces",
|
||||
"dependencies": [
|
||||
"@tsclass/tsclass"
|
||||
],
|
||||
"registries": [
|
||||
"registry.npmjs.org:public",
|
||||
"verdaccio.lossless.digital:public"
|
||||
]
|
||||
}
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/cloudly',
|
||||
version: '1.1.9',
|
||||
version: '1.2.0',
|
||||
description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user