From aa4cf6f41917dd733a40e6e12570b43250805c78 Mon Sep 17 00:00:00 2001 From: Chris Freels Date: Wed, 30 Oct 2024 20:18:18 -0500 Subject: [PATCH 1/4] Update package name and repository URL @shardeum-foundation --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a956c54..7fdbbd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@shardus/crypto-utils", + "name": "@shardeum-foundation/crypto-utils", "version": "4.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@shardus/crypto-utils", + "name": "@shardeum-foundation/crypto-utils", "version": "4.1.5", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 70c3afa..e19113e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@shardus/crypto-utils", + "name": "@shardeum-foundation/crypto-utils", "version": "4.1.5", "description": "Provides simple crypto functions, as used by the ULC Project.", "main": "./build/src/index.js", @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "https://gitlab.com/shardus/shardus-crypto-utils" + "url": "https://gitlab.com/shardeum/shardus-crypto-utils" }, "publishConfig": { "access": "public" From 6e367e0abaa049675dfe5e3d1b59cb3cbf8185e5 Mon Sep 17 00:00:00 2001 From: Chris Freels Date: Thu, 31 Oct 2024 20:17:01 -0500 Subject: [PATCH 2/4] bump types version --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fdbbd6..04826f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.1.5", "license": "ISC", "dependencies": { - "@shardus/types": "1.2.8", + "@shardeum-foundation/types": "1.2.22", "buffer-xor": "2.0.2", "fast-stable-stringify": "1.0.0", "sodium-native": "3.3.0" @@ -404,10 +404,10 @@ "node": ">=6" } }, - "node_modules/@shardus/types": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@shardus/types/-/types-1.2.8.tgz", - "integrity": "sha512-QCCHm15dmEFkH+TUMUNMT/iCGCsjOR8z6/5AZasG7Gsu9CTL85V4L+Ny/SGjKzM9sdi1Vz8XARy96r+slUZBOg==" + "node_modules/@shardeum-foundation/types": { + "version": "1.2.22", + "resolved": "https://registry.npmjs.org/@shardeum-foundation/types/-/types-1.2.22.tgz", + "integrity": "sha512-8WAUpolDcg9xXnc9SUNwnrXU/59crPAfhqh04Ew/fvuSGrUyDBa/O1lB6bRpzM8RUUAzvrBemBIgDhVrSqic0Q==" }, "node_modules/@sindresorhus/is": { "version": "4.6.0", diff --git a/package.json b/package.json index e19113e..9fe3173 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://gitlab.com/shardus/shardus-crypto-utils#readme", "dependencies": { - "@shardus/types": "1.2.8", + "@shardeum-foundation/types": "1.2.22", "buffer-xor": "2.0.2", "fast-stable-stringify": "1.0.0", "sodium-native": "3.3.0" @@ -61,4 +61,4 @@ "engines": { "node": "18.19.1" } -} +} \ No newline at end of file From e782f5361d6bb36f15eacfc4e2b1e3ca6d64b799 Mon Sep 17 00:00:00 2001 From: Chris Freels Date: Thu, 31 Oct 2024 20:17:09 -0500 Subject: [PATCH 3/4] 4.1.6 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04826f8..ae63c38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shardeum-foundation/crypto-utils", - "version": "4.1.5", + "version": "4.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shardeum-foundation/crypto-utils", - "version": "4.1.5", + "version": "4.1.6", "license": "ISC", "dependencies": { "@shardeum-foundation/types": "1.2.22", diff --git a/package.json b/package.json index 9fe3173..ac66b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shardeum-foundation/crypto-utils", - "version": "4.1.5", + "version": "4.1.6", "description": "Provides simple crypto functions, as used by the ULC Project.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts", @@ -61,4 +61,4 @@ "engines": { "node": "18.19.1" } -} \ No newline at end of file +} From 52ea92ea500f4d5e07572c576e6499c052eb5612 Mon Sep 17 00:00:00 2001 From: Chris Freels Date: Fri, 1 Nov 2024 01:39:47 -0500 Subject: [PATCH 4/4] back to original types version fix git url --- package-lock.json | 14 +++++++------- package.json | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae63c38..7fdbbd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@shardeum-foundation/crypto-utils", - "version": "4.1.6", + "version": "4.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shardeum-foundation/crypto-utils", - "version": "4.1.6", + "version": "4.1.5", "license": "ISC", "dependencies": { - "@shardeum-foundation/types": "1.2.22", + "@shardus/types": "1.2.8", "buffer-xor": "2.0.2", "fast-stable-stringify": "1.0.0", "sodium-native": "3.3.0" @@ -404,10 +404,10 @@ "node": ">=6" } }, - "node_modules/@shardeum-foundation/types": { - "version": "1.2.22", - "resolved": "https://registry.npmjs.org/@shardeum-foundation/types/-/types-1.2.22.tgz", - "integrity": "sha512-8WAUpolDcg9xXnc9SUNwnrXU/59crPAfhqh04Ew/fvuSGrUyDBa/O1lB6bRpzM8RUUAzvrBemBIgDhVrSqic0Q==" + "node_modules/@shardus/types": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@shardus/types/-/types-1.2.8.tgz", + "integrity": "sha512-QCCHm15dmEFkH+TUMUNMT/iCGCsjOR8z6/5AZasG7Gsu9CTL85V4L+Ny/SGjKzM9sdi1Vz8XARy96r+slUZBOg==" }, "node_modules/@sindresorhus/is": { "version": "4.6.0", diff --git a/package.json b/package.json index ac66b9a..04bc80a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shardeum-foundation/crypto-utils", - "version": "4.1.6", - "description": "Provides simple crypto functions, as used by the ULC Project.", + "version": "4.1.5", + "description": "Provides simple crypto functions, as used by the Shardeum Project.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts", "files": [ @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "https://gitlab.com/shardeum/shardus-crypto-utils" + "url": "https://github.com/shardeum/lib-crypto-utils" }, "publishConfig": { "access": "public" @@ -34,11 +34,11 @@ ], "license": "ISC", "bugs": { - "url": "https://gitlab.com/shardus/shardus-crypto-utils/issues" + "url": "https://github.com/shardeum/lib-crypto-utils/issues" }, - "homepage": "https://gitlab.com/shardus/shardus-crypto-utils#readme", + "homepage": "https://github.com/shardeum/lib-crypto-utils#readme", "dependencies": { - "@shardeum-foundation/types": "1.2.22", + "@shardus/types": "1.2.8", "buffer-xor": "2.0.2", "fast-stable-stringify": "1.0.0", "sodium-native": "3.3.0"