@storacha/access
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -81,5 +81,5 @@ import { webcrypto } from '@storacha/one-webcrypto'; | ||
// concat coords & prepend P-256 prefix | ||
const publicKey = uint8arrays.concat([[0x04], x, yPadded]); | ||
const publicKey = uint8arrays.concat([new Uint8Array([0x04]), x, yPadded]); | ||
return publicKey; | ||
} | ||
//# sourceMappingURL=encoding.js.map |
{ | ||
"name": "@storacha/access", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "access client", | ||
@@ -104,3 +104,3 @@ "homepage": "https://storacha.network", | ||
"type-fest": "^4.9.0", | ||
"uint8arrays": "^4.0.6", | ||
"uint8arrays": "^5.1.0", | ||
"@storacha/capabilities": "^1.2.1", | ||
@@ -107,0 +107,0 @@ "@storacha/did-mailto": "^1.0.1" |
Sorry, the diff of this file is not supported yet
231407
- Removedmultiformats@12.1.3(transitive)
- Removeduint8arrays@4.0.10(transitive)
Updateduint8arrays@^5.1.0