@airgap/beacon-core
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BEACON_VERSION = exports.SDK_VERSION = void 0; | ||
exports.SDK_VERSION = '3.0.0-beta.2'; | ||
exports.SDK_VERSION = '3.0.0'; | ||
exports.BEACON_VERSION = '3'; | ||
//# sourceMappingURL=constants.js.map |
@@ -1,3 +0,3 @@ | ||
export const SDK_VERSION = '3.0.0-beta.2'; | ||
export const SDK_VERSION = '3.0.0'; | ||
export const BEACON_VERSION = '3'; | ||
//# sourceMappingURL=constants.js.map |
{ | ||
"name": "@airgap/beacon-core", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0", | ||
"description": "> TODO: description", | ||
@@ -37,4 +37,4 @@ "author": "Andreas Gassmann <a.gassmann@papers.ch>", | ||
"dependencies": { | ||
"@airgap/beacon-types": "^3.0.0-beta.2", | ||
"@airgap/beacon-utils": "^3.0.0-beta.2", | ||
"@airgap/beacon-types": "^3.0.0", | ||
"@airgap/beacon-utils": "^3.0.0", | ||
"@types/libsodium-wrappers": "0.7.9", | ||
@@ -44,3 +44,3 @@ "bs58check": "2.1.2", | ||
}, | ||
"gitHead": "2c9106ad7aa7b0cccc00144e23c8745edcbf4269" | ||
"gitHead": "f1d40032d98b3fcc05345ac857df4fdafa688944" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
381055
Updated@airgap/beacon-types@^3.0.0
Updated@airgap/beacon-utils@^3.0.0