From 81cc82bce5e7d8693a881ce23596a7a32f489246 Mon Sep 17 00:00:00 2001 From: dalechyn Date: Mon, 21 Oct 2024 00:58:51 +0300 Subject: [PATCH] nit: nobles hash fix --- pnpm-lock.yaml | 6 +++--- src/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f3292f..1547369 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,12 +69,12 @@ importers: '@noble/ed25519': specifier: ^2.1.0 version: 2.1.0 + '@noble/hashes': + specifier: ^1.5.0 + version: 1.5.0 ox: specifier: 0.0.0-canary-20241006052626 version: 0.0.0-canary-20241006052626(typescript@5.6.2) - sha512: - specifier: link:@noble/hashes/sha512 - version: link:@noble/hashes/sha512 typescript: specifier: '>=5.0.4' version: 5.6.2 diff --git a/src/package.json b/src/package.json index 7d3724a..a10a253 100644 --- a/src/package.json +++ b/src/package.json @@ -46,8 +46,8 @@ "@connectrpc/connect-node": "beta", "@connectrpc/connect-web": "beta", "@noble/ed25519": "^2.1.0", - "ox": "0.0.0-canary-20241006052626", - "sha512": "link:@noble/hashes/sha512" + "@noble/hashes": "^1.5.0", + "ox": "0.0.0-canary-20241006052626" }, "license": "WTFPL", "repository": "dalechyn/fhub",