@bedrock/vc-verifier 16.0.1 → 17.0.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 +2 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  ## Background
19
19
 
20
- * [Verifiable Credentials HTTP API v0.3](https://w3c-ccg.github.io/vc-http-api/) specification.
20
+ * [Verifiable Credentials HTTP API v0.3](https://w3c-ccg.github.io/vc-api/) specification.
21
21
 
22
22
  ## Security
23
23
 
@@ -25,7 +25,7 @@ TBD
25
25
 
26
26
  ## Install
27
27
 
28
- - Node.js 16+ is required.
28
+ - Node.js 18+ is required.
29
29
 
30
30
  ### NPM
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock/vc-verifier",
3
- "version": "16.0.1",
3
+ "version": "17.0.0",
4
4
  "type": "module",
5
5
  "description": "Bedrock VC Verifier",
6
6
  "main": "./lib/index.js",
@@ -60,14 +60,14 @@
60
60
  "@bedrock/veres-one-context": "^14.0.1"
61
61
  },
62
62
  "devDependencies": {
63
- "eslint": "^8.18.0",
64
- "eslint-config-digitalbazaar": "^4.0.1",
65
- "eslint-plugin-jsdoc": "^39.3.3",
66
- "eslint-plugin-unicorn": "^43.0.0",
67
- "jsdoc": "^3.6.10",
68
- "jsdoc-to-markdown": "^7.1.1"
63
+ "eslint": "^8.47.0",
64
+ "eslint-config-digitalbazaar": "^5.0.1",
65
+ "eslint-plugin-jsdoc": "^46.4.6",
66
+ "eslint-plugin-unicorn": "^48.0.1",
67
+ "jsdoc": "^4.0.2",
68
+ "jsdoc-to-markdown": "^8.0.0"
69
69
  },
70
70
  "engines": {
71
- "node": ">=16"
71
+ "node": ">=18"
72
72
  }
73
73
  }