Skip to content

Commit

Permalink
shardeum-foundation npm migration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrypnotoad committed Nov 1, 2024
1 parent d2b6471 commit 03341af
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 65 deletions.
133 changes: 75 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@shardus/monitor-server",
"name": "@shardeum-foundation/monitor-server",
"version": "2.8.5",
"description": "Monitor server for the Shardus Enterprise server.",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "https://gitlab.com/shardus/monitor-server.git"
"url": "https://github.com/shardeum/x-monitor-server.git"
},
"publishConfig": {
"access": "public"
Expand All @@ -41,8 +41,8 @@
"monitor-server": "build/src/server.js"
},
"dependencies": {
"@shardus/archiver-discovery": "1.1.0",
"@shardus/monitor-client": "2.8.3",
"@shardeum-foundation/archiver-discovery": "1.1.0",
"@shardeum-foundation/monitor-client": "2.8.3",
"axios": "0.24.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.18.3",
Expand Down Expand Up @@ -83,4 +83,4 @@
"qs": "6.5.3",
"jsonwebtoken": "9.0.0"
}
}
}
2 changes: 1 addition & 1 deletion src/class/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
mapToObjectRecursive,
MarkerCount,
} from '../utils';
import {getFromArchiver} from '@shardus/archiver-discovery';
import {getFromArchiver} from '@shardeum-foundation/archiver-discovery';

type TxCoverageData = {
txId: string;
Expand Down
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ console.log("Client directory", clientDirectory)
import logsConfig from './config/monitor-log';
import {mainLogger} from "./class/logger";
import { NodeList } from './interface/interface';
import { setupArchiverDiscovery } from '@shardus/archiver-discovery';
import { setupArchiverDiscovery } from '@shardeum-foundation/archiver-discovery';
import { compareIPs } from './utils';
import { healthCheckRouter } from './routes/healthCheck';

Expand Down

0 comments on commit 03341af

Please sign in to comment.