From e306edf83f11b2acba8535f29910e43630debac2 Mon Sep 17 00:00:00 2001 From: mhanson <3117293+mhanson-github@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:14:47 -0500 Subject: [PATCH] Update GitHub branch references in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3ff9ab5db..0be849ae2 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,9 @@ "dependencies": { "@hapi/sntp": "3.1.1", "@mapbox/node-pre-gyp": "1.0.10", - "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#itn4", - "@shardus/net": "git+https://github.com/shardeum/lib-net#itn4", - "@shardus/types": "git+https://github.com/shardeum/lib-types#itn4", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev", + "@shardus/net": "git+https://github.com/shardeum/lib-net#dev", + "@shardus/types": "git+https://github.com/shardeum/lib-types#dev", "@types/better-sqlite3": "7.6.3", "body-parser": "1.18.3", "bytenode": "1.3.4",