orbitdb-archive / orbit-db-test-utils

Shared test utilities for OrbitDB-related projects
MIT License
6 stars 11 forks source link

Moving IPFS et al to peerDependencies #31

Closed aphelionz closed 3 years ago

aphelionz commented 3 years ago

This pr:

  1. moves ipfs and the others to peerDependencies as "*" and to devDependencies with tagged versions
  2. Removes the ****down implementations since it seems like the leveldown standard was largely abandoned and LevelDB is really the only thing that uses leveldown. Either that or people havent updated their libraries.

After this I'll have to modify the myriad orbitdb org repos to include ipfs etc as devDependencies and move the implementations/* code back to either orbit-db-storage-adapter and/or orbit-db-keystore and orbit-db-cache

Fixes #4