This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 79
79
},
80
80
"license" : " MIT" ,
81
81
"dependencies" : {
82
- "@achingbrain /libp2p-noise" : " ^5.0.0" ,
82
+ "@chainsafe /libp2p-noise" : " ^5.0.0" ,
83
83
"blockstore-datastore-adapter" : " ^2.0.2" ,
84
84
"datastore-core" : " ^6.0.7" ,
85
85
"datastore-fs" : " ^6.0.1" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import WS from 'libp2p-websockets'
5
5
import WebRTCStar from 'libp2p-webrtc-star'
6
6
// @ts -expect-error - no types
7
7
import Multiplex from 'libp2p-mplex'
8
- import { NOISE } from '@achingbrain /libp2p-noise'
8
+ import { NOISE } from '@chainsafe /libp2p-noise'
9
9
import KadDHT from 'libp2p-kad-dht'
10
10
import GossipSub from 'libp2p-gossipsub'
11
11
import { validator , selector } from './utils/ipns.js'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import KadDHT from 'libp2p-kad-dht'
7
7
import GossipSub from 'libp2p-gossipsub'
8
8
// @ts -expect-error - no types
9
9
import Multiplex from 'libp2p-mplex'
10
- import { NOISE } from '@achingbrain /libp2p-noise'
10
+ import { NOISE } from '@chainsafe /libp2p-noise'
11
11
import { validator , selector } from './utils/ipns.js'
12
12
import os from 'os'
13
13
Original file line number Diff line number Diff line change 65
65
"dep-check" : " aegir dep-check -i interface-ipfs-core -i ipfs-core-types -i abort-controller -i npm-run-all --i interface-blockstore"
66
66
},
67
67
"dependencies" : {
68
- "@achingbrain /libp2p-noise" : " ^5.0.0" ,
68
+ "@chainsafe /libp2p-noise" : " ^5.0.0" ,
69
69
"@ipld/car" : " ^3.1.0" ,
70
70
"@ipld/dag-cbor" : " ^6.0.5" ,
71
71
"@ipld/dag-json" : " ^8.0.1" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PeerId from 'peer-id'
6
6
import Libp2p from 'libp2p'
7
7
import { EventEmitter } from 'events'
8
8
import { createLibp2p as libp2pComponent } from '../src/components/libp2p.js'
9
- import { NOISE as Crypto } from '@achingbrain /libp2p-noise'
9
+ import { NOISE as Crypto } from '@chainsafe /libp2p-noise'
10
10
import gossipsub from 'libp2p-gossipsub'
11
11
12
12
/**
You can’t perform that action at this time.
0 commit comments