@digitalbazaar/ed25519-signature-2018 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Ed25519Signature2018 suite _(@digitalbazaar/ed25519-signature-2018)_
|
|
2
2
|
|
|
3
|
-
[](https://github.com/digitalbazaar/ed25519-signature-2018/actions/workflow/main.yml)
|
|
4
4
|
[](https://codecov.io/gh/digitalbazaar/ed25519-signature-2018)
|
|
5
|
-
[](https://npm.im
|
|
5
|
+
[](https://npm.im/@digitalbazaar/ed25519-signature-2018)
|
|
6
6
|
|
|
7
7
|
> Ed25519Signature2018 Linked Data Proof suite for use with jsonld-signatures.
|
|
8
8
|
|
|
@@ -26,7 +26,7 @@ TBD
|
|
|
26
26
|
|
|
27
27
|
## Install
|
|
28
28
|
|
|
29
|
-
- Browsers and Node.js
|
|
29
|
+
- Browsers and Node.js 18+ are supported.
|
|
30
30
|
|
|
31
31
|
To install from NPM:
|
|
32
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitalbazaar/ed25519-signature-2018",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "Ed25519Signature2018 Linked Data Proof suite for use with jsonld-signatures.",
|
|
5
5
|
"homepage": "https://github.com/digitalbazaar/ed25519-signature-2018",
|
|
6
6
|
"author": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"base58-universal": "^2.0.0",
|
|
30
30
|
"ed25519-signature-2018-context": "^1.1.0",
|
|
31
31
|
"ed25519-signature-2020-context": "^1.1.0",
|
|
32
|
-
"jsonld": "^
|
|
32
|
+
"jsonld": "^9.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"c8": "^7.11.3",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"eslint-config-digitalbazaar": "^5.2.0",
|
|
42
42
|
"eslint-plugin-jsdoc": "^50.4.1",
|
|
43
43
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
44
|
-
"jsonld-signatures": "^11.
|
|
44
|
+
"jsonld-signatures": "^11.6.0",
|
|
45
45
|
"karma": "^6.3.20",
|
|
46
46
|
"karma-chai": "^0.1.0",
|
|
47
47
|
"karma-chrome-launcher": "^3.1.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
|
-
"node": ">=
|
|
64
|
+
"node": ">=18"
|
|
65
65
|
},
|
|
66
66
|
"keywords": [
|
|
67
67
|
"Decentralized",
|