From 3ab13460bcc3acc2bb7e360391674e6fea58c2e7 Mon Sep 17 00:00:00 2001 From: chrypnotoad Date: Wed, 13 Nov 2024 16:25:35 -0600 Subject: [PATCH] shard-999 npm migration use github (#86) --- 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 ecd5d34..31cd88d 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", @@ -1603,8 +1603,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", @@ -1623,8 +1622,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", @@ -1642,8 +1641,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/@sinclair/typebox": { "version": "0.27.8", diff --git a/package.json b/package.json index eaa0d05..d91f01b 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",