mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Release 0.17.0
This commit is contained in:
parent
2d6b02eded
commit
cabaa4ec16
4 changed files with 26900 additions and 238 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.17.0] - 2022-10-24
|
||||||
|
### Added
|
||||||
|
- ActivityPub claim verification
|
||||||
|
|
||||||
## [0.16.4] - 2022-10-07
|
## [0.16.4] - 2022-10-07
|
||||||
### Fixed
|
### Fixed
|
||||||
- superuser.com not being detected
|
- superuser.com not being detected
|
||||||
|
|
27113
dist/doip.js
vendored
27113
dist/doip.js
vendored
File diff suppressed because it is too large
Load diff
17
dist/doip.min.js
vendored
17
dist/doip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "0.16.4",
|
"version": "0.17.0",
|
||||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@openpgp/hkp-client": "^0.0.2",
|
"@openpgp/hkp-client": "^0.0.2",
|
||||||
|
|
Loading…
Reference in a new issue