Skip to content

Commit

Permalink
use published deps (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote authored Jul 27, 2024
1 parent ee778c2 commit 6858f34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 84 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const b4a = require('b4a')
const safetyCatch = require('safety-catch')
const Hyperswarm = require('hyperswarm')
const HyperDht = require('hyperdht')
const AliasRpcServer = require('./lib/alias-rpc')
const AliasRpcServer = require('dht-prom-alias-rpc')

const ScraperClient = require('dht-prom-client/scraper')
const { writePromTargets, readPromTargets } = require('./lib/prom-targets')
Expand Down
82 changes: 0 additions & 82 deletions lib/alias-rpc.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"dependencies": {
"b4a": "^1.6.6",
"debounceify": "^1.1.0",
"dht-prom-client": "^0.0.1-alpha.7",
"dht-prom-alias-rpc": "^0.0.1-alpha.0",
"dht-prom-client": "^0.0.1-alpha.9",
"fastify": "^4.28.0",
"graceful-goodbye": "^1.3.0",
"hypercore-id-encoding": "^1.3.0",
Expand Down

0 comments on commit 6858f34

Please sign in to comment.