Version:
0.2.3
Platform:
NodeJS
Describe the bug
TypeError: Store is not a constructor
at OrbitDB._createStore (.\node_modules\orbit-db\src\OrbitDB.js:231:19)
...snip, implementation specific traceback...
To Reproduce
Steps to reproduce the behavior:
- Install aviondb from npm
- require("aviondb")
- open a collection directly using orbitdb.open()
Expected behavior
No error should be thrown. Aviondb instance should open.
Observed behavior
Error thrown when opening an aviondb instance
Additional context
In my use case a collection was opened directly instead of going through aviondb's binding database. This worked prior to 0.2.3, however it no longer works after upgrade. Possible regression.
Version:
0.2.3
Platform:
NodeJS
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error should be thrown. Aviondb instance should open.
Observed behavior
Error thrown when opening an aviondb instance
Additional context
In my use case a collection was opened directly instead of going through aviondb's binding database. This worked prior to 0.2.3, however it no longer works after upgrade. Possible regression.