@airgap/beacon-core
Advanced tools
Comparing version 3.3.5-beta.10 to 3.3.5-beta.11
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NOTIFICATION_ORACLE_URL = exports.BEACON_VERSION = exports.SDK_VERSION = void 0; | ||
exports.SDK_VERSION = '3.3.5-beta.10'; | ||
exports.SDK_VERSION = '3.3.5-beta.11'; | ||
exports.BEACON_VERSION = '3'; | ||
exports.NOTIFICATION_ORACLE_URL = 'https://beacon-notification-oracle.dev.gke.papers.tech'; | ||
//# sourceMappingURL=constants.js.map |
@@ -1,4 +0,4 @@ | ||
export const SDK_VERSION = '3.3.5-beta.10'; | ||
export const SDK_VERSION = '3.3.5-beta.11'; | ||
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": "3.3.5-beta.10", | ||
"version": "3.3.5-beta.11", | ||
"description": "> TODO: description", | ||
@@ -37,4 +37,4 @@ "author": "Andreas Gassmann <a.gassmann@papers.ch>", | ||
"dependencies": { | ||
"@airgap/beacon-types": "^3.3.5-beta.10", | ||
"@airgap/beacon-utils": "^3.3.5-beta.10", | ||
"@airgap/beacon-types": "^3.3.5-beta.11", | ||
"@airgap/beacon-utils": "^3.3.5-beta.11", | ||
"@stablelib/ed25519": "^1.0.3", | ||
@@ -46,3 +46,3 @@ "@stablelib/nacl": "^1.0.4", | ||
}, | ||
"gitHead": "e27b940da9840fc9e29a89c24983ba6cb5c5b119" | ||
"gitHead": "ffc957eed07de2b6cbc90ffc7e84204b41569195" | ||
} |