From 79e31e5520cb80d020e9b16d736eaec7096b999e Mon Sep 17 00:00:00 2001 From: Chris Freels Date: Mon, 11 Nov 2024 14:08:32 -0600 Subject: [PATCH] github instead of npm --- package-lock.json | 17 ++++++++--------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f4af65e..ea074391 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "@ethereumjs/util": "^9.0.2", "@ethersproject/bignumber": "^5.7.0", "@hapi/sntp": "^4.0.0", - "@shardus/archiver-discovery": "1.1.0", - "@shardus/crypto-utils": "4.1.3", - "@shardus/types": "1.2.18", + "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#v1.1.0", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.3", + "@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.18", "axios": "1.6.1", "better-sqlite3": "7.6.2", "body-parser": "1.19.0", @@ -684,8 +684,7 @@ }, "node_modules/@shardus/archiver-discovery": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@shardus/archiver-discovery/-/archiver-discovery-1.1.0.tgz", - "integrity": "sha512-nDwAJvBjBaNkCAvMUkKBzyli9KhfdPYZ6nk3+iXQRg8km8dILsNmBA9CPq9JUjfGetERjsDJtAaUZitQ4FqL+Q==", + "resolved": "git+ssh://git@github.com/shardeum/lib-archiver-discovery.git#0612ed0995938de916b1db29dfe5160b2fbf1b08", "dependencies": { "@shardus/crypto-utils": "4.0.4", "axios": "1.3.4", @@ -704,8 +703,8 @@ }, "node_modules/@shardus/crypto-utils": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/@shardus/crypto-utils/-/crypto-utils-4.1.3.tgz", - "integrity": "sha512-nvPqtw8R2uQ34MwF5CuE1xI0lx658aRELaKtxYO0b6QoLdwPGm6eO6I8KMSVZv3YJtHkx3Srs0Q/BB5/s9aRmQ==", + "resolved": "git+ssh://git@github.com/shardeum/lib-crypto-utils.git#71434565c9b73500d81f1f44e88ac6738fe0d662", + "license": "ISC", "dependencies": { "@shardus/types": "1.2.8", "buffer-xor": "2.0.2", @@ -723,8 +722,8 @@ }, "node_modules/@shardus/types": { "version": "1.2.18", - "resolved": "https://registry.npmjs.org/@shardus/types/-/types-1.2.18.tgz", - "integrity": "sha512-kvNnbIPvZAnViO8QV4Oem/uTpgOygiFZ6CvfZoXsFslCiI5V8ZN90kaglCEDwKAknyGzrhZeE4Txm/mX0De1Cw==" + "resolved": "git+ssh://git@github.com/shardeum/lib-types.git#00f1ee4b4b9f5f26de61bf2b975e1918a2f0070f", + "license": "ISC" }, "node_modules/@sindresorhus/is": { "version": "4.6.0", diff --git a/package.json b/package.json index dad97f61..93e5df3d 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "@ethereumjs/util": "^9.0.2", "@ethersproject/bignumber": "^5.7.0", "@hapi/sntp": "^4.0.0", - "@shardus/archiver-discovery": "1.1.0", - "@shardus/crypto-utils": "4.1.3", - "@shardus/types": "1.2.18", + "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#v1.1.0", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.3", + "@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.18", "axios": "1.6.1", "better-sqlite3": "7.6.2", "body-parser": "1.19.0",