@sd-jwt/hash 0.6.2-next.1 → 0.6.2-next.3
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Ensure you have Node.js installed as a prerequisite.
|
|
|
32
32
|
|
|
33
33
|
### Usage
|
|
34
34
|
|
|
35
|
-
Check out more details in our [documentation](https://github.com/openwallet-foundation-labs/sd-jwt-js/tree/
|
|
35
|
+
Check out more details in our [documentation](https://github.com/openwallet-foundation-labs/sd-jwt-js/tree/main/docs) or [examples](https://github.com/openwallet-foundation-labs/sd-jwt-js/tree/main/examples)
|
|
36
36
|
|
|
37
37
|
### Dependencies
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sd-jwt/hash",
|
|
3
|
-
"version": "0.6.2-next.
|
|
3
|
+
"version": "0.6.2-next.3+30a3253",
|
|
4
4
|
"description": "sd-jwt draft 7 implementation in typescript",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
},
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@sd-jwt/crypto-nodejs": "0.6.2-next.
|
|
41
|
+
"@sd-jwt/crypto-nodejs": "0.6.2-next.3+30a3253"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@noble/hashes": "1.0.0",
|
|
45
|
-
"@sd-jwt/utils": "0.6.2-next.
|
|
45
|
+
"@sd-jwt/utils": "0.6.2-next.3+30a3253"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"esm"
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "30a3253d88e08ee106ede1e819d431e44499ab6b"
|
|
64
64
|
}
|