@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Ed25519Signature2018 suite _(@digitalbazaar/ed25519-signature-2018)_
2
2
 
3
- [![Build status](https://img.shields.io/github/workflow/status/digitalbazaar/ed25519-signature-2018/Node.js%20CI)](https://github.com/digitalbazaar/ed25519-signature-2018/actions?query=workflow%3A%22Node.js+CI%22)
3
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/ed25519-signature-2018/main.yml)](https://github.com/digitalbazaar/ed25519-signature-2018/actions/workflow/main.yml)
4
4
  [![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/ed25519-signature-2018)](https://codecov.io/gh/digitalbazaar/ed25519-signature-2018)
5
- [![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/ed25519-signature-2018.svg)](https://npm.im/digitalbazaar/ed25519-signature-2018)
5
+ [![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/ed25519-signature-2018.svg)](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 14+ are supported.
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.1.0",
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": "^8.3.2"
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.0.0",
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": ">=14"
64
+ "node": ">=18"
65
65
  },
66
66
  "keywords": [
67
67
  "Decentralized",