@streamr/autocertifier-client
Advanced tools
Comparing version 100.0.0-pretestnet.3 to 100.0.0-pretestnet.4
@@ -91,3 +91,3 @@ "use strict"; | ||
const oldSubdomain = JSON.parse(fs_1.default.readFileSync(this.configFile, 'utf8')); | ||
logger.info('updateSubdomainIp() called for ' + JSON.stringify(oldSubdomain)); | ||
logger.info('updateSubdomainIp() called for ' + oldSubdomain.fqdn); | ||
const sessionId = await this.restClient.createSession(); | ||
@@ -94,0 +94,0 @@ this.ongoingSessions.add(sessionId); |
{ | ||
"name": "@streamr/autocertifier-client", | ||
"version": "100.0.0-pretestnet.3", | ||
"version": "100.0.0-pretestnet.4", | ||
"description": "Autocertifier Client for Streamr Network", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"@protobuf-ts/runtime-rpc": "^2.8.2", | ||
"@streamr/utils": "100.0.0-pretestnet.3", | ||
"@streamr/utils": "100.0.0-pretestnet.4", | ||
"eventemitter3": "^5.0.0", | ||
@@ -27,0 +27,0 @@ "node-forge": "^1.3.1", |
@@ -164,3 +164,3 @@ import { EventEmitter } from 'eventemitter3' | ||
const oldSubdomain = JSON.parse(fs.readFileSync(this.configFile, 'utf8')) as CertifiedSubdomain | ||
logger.info('updateSubdomainIp() called for ' + JSON.stringify(oldSubdomain)) | ||
logger.info('updateSubdomainIp() called for ' + oldSubdomain.fqdn) | ||
const sessionId = await this.restClient.createSession() | ||
@@ -167,0 +167,0 @@ this.ongoingSessions.add(sessionId) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82087
+ Added@streamr/utils@100.0.0-pretestnet.4(transitive)
- Removed@streamr/utils@100.0.0-pretestnet.3(transitive)