fix(build): Update Node types and other dependencies, add tspublish.json for api client
This commit is contained in:
		| @@ -1,5 +1,13 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-10-21 - 1.1.9 - fix(build) | ||||
| Update Node types and other dependencies, add tspublish.json for api client | ||||
|  | ||||
| - Updated Node types devDependency to version ^22.7.7 from ^22.7.5. | ||||
| - Updated smartbucket dependency to version ^3.0.23 from ^3.0.22. | ||||
| - Added tspublish configuration file to the api client. | ||||
| - Fixed the npm publish script in package.json. | ||||
|  | ||||
| ## 2024-10-16 - 1.1.8 - fix(big fix upgrade) | ||||
| fix: update dependency versions and address type errors | ||||
|  | ||||
|   | ||||
| @@ -18,15 +18,16 @@ | ||||
|     "start": "node cli.js", | ||||
|     "startTs": "node cli.ts.js", | ||||
|     "watch": "tswatch website", | ||||
|     "localPublish": "gitzone commit" | ||||
|     "publish": "tspublish" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@git.zone/tsbuild": "^2.1.84", | ||||
|     "@git.zone/tsbundle": "^2.0.15", | ||||
|     "@git.zone/tspublish": "^1.2.1", | ||||
|     "@git.zone/tstest": "^1.0.90", | ||||
|     "@git.zone/tswatch": "^2.0.23", | ||||
|     "@push.rocks/tapbundle": "^5.3.0", | ||||
|     "@types/node": "^22.7.5" | ||||
|     "@types/node": "^22.7.7" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@api.global/typedrequest": "3.1.10", | ||||
| @@ -45,7 +46,7 @@ | ||||
|     "@push.rocks/projectinfo": "^5.0.1", | ||||
|     "@push.rocks/qenv": "^6.0.5", | ||||
|     "@push.rocks/smartacme": "^5.0.0", | ||||
|     "@push.rocks/smartbucket": "^3.0.22", | ||||
|     "@push.rocks/smartbucket": "^3.0.23", | ||||
|     "@push.rocks/smartcli": "^4.0.11", | ||||
|     "@push.rocks/smartclickhouse": "^2.0.17", | ||||
|     "@push.rocks/smartdata": "^5.2.10", | ||||
|   | ||||
							
								
								
									
										1854
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1854
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@serve.zone/cloudly', | ||||
|   version: '1.1.8', | ||||
|   version: '1.1.9', | ||||
|   description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.' | ||||
| } | ||||
|   | ||||
							
								
								
									
										12
									
								
								ts_apiclient/tspublish.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								ts_apiclient/tspublish.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| { | ||||
|   "name": "@serve.zone/api", | ||||
|   "dependencies": [ | ||||
|     "@serve.zone/interfaces", | ||||
|     "@push.rocks/smartpromise", | ||||
|     "@push.rocks/smartrx", | ||||
|     "@push.rocks/smartstream", | ||||
|     "@api.global/typedrequest", | ||||
|     "@api.global/typedsocket", | ||||
|     "@tsclass/tsclass" | ||||
|   ] | ||||
| } | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@serve.zone/cloudly', | ||||
|   version: '1.1.8', | ||||
|   version: '1.1.9', | ||||
|   description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user