mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Release 0.12.6
This commit is contained in:
parent
4a73072fa3
commit
9c211e4509
4 changed files with 8 additions and 4 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.12.6] - 2021-05-23
|
||||||
|
### Fixed
|
||||||
|
- DNS fetcher not running
|
||||||
|
|
||||||
## [0.12.5] - 2021-05-21
|
## [0.12.5] - 2021-05-21
|
||||||
### Fixed
|
### Fixed
|
||||||
- Keybase key fetching
|
- Keybase key fetching
|
||||||
|
|
4
dist/doip.js
vendored
4
dist/doip.js
vendored
|
@ -7515,7 +7515,7 @@ module.exports.default = exports.default;
|
||||||
},{"./util/assertString":107}],113:[function(require,module,exports){
|
},{"./util/assertString":107}],113:[function(require,module,exports){
|
||||||
module.exports={
|
module.exports={
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "0.12.5",
|
"version": "0.12.6",
|
||||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -9515,7 +9515,7 @@ const jsEnv = require("browser-or-node")
|
||||||
*/
|
*/
|
||||||
module.exports.timeout = 5000
|
module.exports.timeout = 5000
|
||||||
|
|
||||||
if (!jsEnv.isNode) {
|
if (jsEnv.isNode) {
|
||||||
const dns = require('dns')
|
const dns = require('dns')
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
2
dist/doip.min.js
vendored
2
dist/doip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "0.12.5",
|
"version": "0.12.6",
|
||||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue