This repository was archived by the owner on Oct 30, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 136136    "docs" : " aegir docs" 
137137  },
138138  "dependencies" : {
139-     "@libp2p/interface-content-routing" : " ^2.0.2"  ,
140-     "@libp2p/interface-peer-info" : " ^1.0.9"  ,
141-     "@libp2p/interfaces" : " ^3.3.1"  ,
142-     "@libp2p/logger" : " ^2.0.7"  ,
143-     "@libp2p/peer-id" : " ^2.0.3"  ,
139+     "@libp2p/interface" : " ^0.1.1"  ,
140+     "@libp2p/logger" : " ^3.0.1"  ,
141+     "@libp2p/peer-id" : " ^3.0.1"  ,
144142    "@multiformats/multiaddr" : " ^12.1.2"  ,
145143    "any-signal" : " ^4.1.1"  ,
146144    "browser-readablestream-to-it" : " ^2.0.2"  ,
147145    "iterable-ndjson" : " ^1.1.0"  ,
148-     "multiformats" : " ^11 .0.2 "  ,
146+     "multiformats" : " ^12 .0.1 "  ,
149147    "p-defer" : " ^4.0.0"  ,
150148    "p-queue" : " ^7.3.4" 
151149  },
152150  "devDependencies" : {
153-     "@libp2p/peer-id-factory" : " ^2 .0.3 "  ,
151+     "@libp2p/peer-id-factory" : " ^3 .0.2 "  ,
154152    "aegir" : " ^40.0.8"  ,
155153    "body-parser" : " ^1.20.2"  ,
156154    "it-all" : " ^3.0.1" 
Original file line number Diff line number Diff line change 1- import  {  CodeError  }  from  '@libp2p/interfaces /errors' 
1+ import  {  CodeError  }  from  '@libp2p/interface /errors' 
22import  {  logger  }  from  '@libp2p/logger' 
33import  {  peerIdFromString  }  from  '@libp2p/peer-id' 
44import  {  multiaddr  }  from  '@multiformats/multiaddr' 
@@ -8,10 +8,10 @@ import toIt from 'browser-readablestream-to-it'
88import  ndjson  from  'iterable-ndjson' 
99import  defer  from  'p-defer' 
1010import  PQueue  from  'p-queue' 
11- import  type  {  ContentRouting  }  from  '@libp2p/interface-content-routing ' 
12- import  type  {  PeerInfo  }  from  '@libp2p/interface-peer-info ' 
13- import  type  {  AbortOptions  }  from  '@libp2p/interfaces ' 
14- import  type  {  Startable  }  from  '@libp2p/interfaces /startable' 
11+ import  type  {  AbortOptions  }  from  '@libp2p/interface' 
12+ import  type  {  ContentRouting  }  from  '@libp2p/interface/content-routing ' 
13+ import  type  {  PeerInfo  }  from  '@libp2p/interface/peer-info ' 
14+ import  type  {  Startable  }  from  '@libp2p/interface /startable' 
1515import  type  {  Multiaddr  }  from  '@multiformats/multiaddr' 
1616import  type  {  CID  }  from  'multiformats/cid' 
1717
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments