@sd-jwt/hash 0.6.2-next.1 → 0.6.2-next.10

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 +1 -1
  2. 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/next/docs) or [examples](https://github.com/openwallet-foundation-labs/sd-jwt-js/tree/next/examples)
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.1+9356aee",
3
+ "version": "0.6.2-next.10+074fe88",
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.1+9356aee"
41
+ "@sd-jwt/crypto-nodejs": "0.6.2-next.10+074fe88"
42
42
  },
43
43
  "dependencies": {
44
44
  "@noble/hashes": "1.0.0",
45
- "@sd-jwt/utils": "0.6.2-next.1+9356aee"
45
+ "@sd-jwt/utils": "0.6.2-next.10+074fe88"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"
@@ -60,5 +60,5 @@
60
60
  "esm"
61
61
  ]
62
62
  },
63
- "gitHead": "9356aee736425adf4b3f0af2123d2bcfb82a28ea"
63
+ "gitHead": "074fe884e44803f22ff56a9f1b2ea6df72e45a84"
64
64
  }