fix(dependencies): Bump @push.rocks/smartacme to ^7.2.5 and @tsclass/tsclass to ^9.2.0; update MemoryCertManager import to use plugins.smartacme.certmanagers.MemoryCertManager()
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@push.rocks/smartproxy', | ||||
|   version: '10.0.10', | ||||
|   version: '10.0.11', | ||||
|   description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.' | ||||
| } | ||||
|   | ||||
| @@ -135,7 +135,7 @@ export class Port80Handler extends plugins.EventEmitter { | ||||
|     if (this.options.enabled) { | ||||
|       this.smartAcme = new plugins.smartacme.SmartAcme({ | ||||
|         accountEmail: this.options.accountEmail, | ||||
|         certManager: new plugins.smartacme.MemoryCertManager(), | ||||
|         certManager: new plugins.smartacme.certmanagers.MemoryCertManager(), | ||||
|         environment: this.options.useProduction ? 'production' : 'integration', | ||||
|         challengeHandlers: [ new DisklessHttp01Handler(this.acmeHttp01Storage) ], | ||||
|         challengePriority: ['http-01'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user