@trustvc/trustvc 2.3.2 → 2.4.1

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 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -29,6 +29,9 @@ TrustVC is a comprehensive wrapper library designed to simplify the signing and
29
29
 
30
30
  ## Installation
31
31
 
32
+ **Prerequisites:**
33
+ - Node.js >= 20.0.0
34
+
32
35
  ```ts
33
36
  npm install
34
37
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustvc/trustvc",
3
- "version": "2.3.2",
3
+ "version": "2.4.1",
4
4
  "description": "TrustVC library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -30,7 +30,7 @@
30
30
  "author": "IMDA",
31
31
  "license": "Apache-2.0",
32
32
  "engines": {
33
- "node": ">=18.17.0"
33
+ "node": ">=20.0.0"
34
34
  },
35
35
  "exports": {
36
36
  ".": {
@@ -122,11 +122,11 @@
122
122
  "@tradetrust-tt/tradetrust": "^6.10.2",
123
123
  "@tradetrust-tt/tradetrust-utils": "^2.4.4",
124
124
  "@tradetrust-tt/tt-verify": "^9.6.0",
125
- "@trustvc/w3c": "^1.3.0-alpha.17",
126
- "@trustvc/w3c-context": "^1.3.0-alpha.12",
127
- "@trustvc/w3c-credential-status": "^1.3.0-alpha.13",
128
- "@trustvc/w3c-issuer": "^1.3.0-alpha.10",
129
- "@trustvc/w3c-vc": "^1.3.0-alpha.17",
125
+ "@trustvc/w3c": "^2.0.0",
126
+ "@trustvc/w3c-context": "^2.0.0",
127
+ "@trustvc/w3c-credential-status": "^2.0.0",
128
+ "@trustvc/w3c-issuer": "^2.0.0",
129
+ "@trustvc/w3c-vc": "^2.0.0",
130
130
  "ethers": "^5.8.0",
131
131
  "ethersV6": "npm:ethers@^6.14.4",
132
132
  "js-sha3": "^0.9.3",