@airgap/beacon-core
Advanced tools
Comparing version 4.2.2-beta.1 to 4.2.2-beta.2
@@ -177,2 +177,5 @@ "use strict"; | ||
yield transport.disconnect(); | ||
if (transport.type === beacon_types_1.TransportType.WALLETCONNECT) { | ||
yield transport.doClientCleanup(); // any because I cannot import the type definition | ||
} | ||
} | ||
@@ -179,0 +182,0 @@ yield _super.destroy.call(this); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NOTIFICATION_ORACLE_URL = exports.BEACON_VERSION = exports.SDK_VERSION = void 0; | ||
exports.SDK_VERSION = '4.2.2-beta.1'; | ||
exports.SDK_VERSION = '4.2.2-beta.2'; | ||
exports.BEACON_VERSION = '3'; | ||
exports.NOTIFICATION_ORACLE_URL = 'https://beacon-notification-oracle.dev.gke.papers.tech'; | ||
//# sourceMappingURL=constants.js.map |
import { ExposedPromise, generateGUID } from '@airgap/beacon-utils'; | ||
import { TransportStatus, BeaconMessageType } from '@airgap/beacon-types'; | ||
import { TransportType, TransportStatus, BeaconMessageType } from '@airgap/beacon-types'; | ||
import { Serializer } from '../..'; | ||
@@ -142,2 +142,5 @@ import { BeaconClient } from '../beacon-client/BeaconClient'; | ||
await transport.disconnect(); | ||
if (transport.type === TransportType.WALLETCONNECT) { | ||
await transport.doClientCleanup(); // any because I cannot import the type definition | ||
} | ||
} | ||
@@ -144,0 +147,0 @@ await super.destroy(); |
@@ -1,4 +0,4 @@ | ||
export const SDK_VERSION = '4.2.2-beta.1'; | ||
export const SDK_VERSION = '4.2.2-beta.2'; | ||
export const BEACON_VERSION = '3'; | ||
export const NOTIFICATION_ORACLE_URL = 'https://beacon-notification-oracle.dev.gke.papers.tech'; | ||
//# sourceMappingURL=constants.js.map |
{ | ||
"name": "@airgap/beacon-core", | ||
"version": "4.2.2-beta.1", | ||
"version": "4.2.2-beta.2", | ||
"description": "This package contains internal methods that are used by both the dApp and wallet client.", | ||
@@ -37,4 +37,4 @@ "author": "Andreas Gassmann <a.gassmann@papers.ch>", | ||
"dependencies": { | ||
"@airgap/beacon-types": "4.2.2-beta.1", | ||
"@airgap/beacon-utils": "4.2.2-beta.1", | ||
"@airgap/beacon-types": "4.2.2-beta.2", | ||
"@airgap/beacon-utils": "4.2.2-beta.2", | ||
"@stablelib/ed25519": "^1.0.3", | ||
@@ -46,3 +46,3 @@ "@stablelib/nacl": "^1.0.4", | ||
}, | ||
"gitHead": "35dcbee28c9a2e414750d3d2efbac9f49384ffcd" | ||
"gitHead": "e7ca277d11d5d05d10a9fcdfdae6a86a99b72865" | ||
} |
Sorry, the diff of this file is not supported yet
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
361271
6035
+ Added@airgap/beacon-types@4.2.2-beta.2(transitive)
+ Added@airgap/beacon-utils@4.2.2-beta.2(transitive)
- Removed@airgap/beacon-types@4.2.2-beta.1(transitive)
- Removed@airgap/beacon-utils@4.2.2-beta.1(transitive)