many-level
many-level copied to clipboard
Share an abstract-level database over the network or other kind of stream.
Bumps [faucet](https://github.com/substack/faucet) from 0.0.3 to 0.0.4. Changelog Sourced from faucet's changelog. v0.0.4 - 2023-02-04 Commits [Deps] update array.prototype.foreach, array.prototype.join, array.prototype.map, array.prototype.push, array.prototype.slice, string.prototype.split, string.prototype.split, tape 84d8f72 [actions] update checkout action...
Bumps [@voxpelli/tsconfig](https://github.com/voxpelli/tsconfig) from 4.2.0 to 6.1.0. Release notes Sourced from @voxpelli/tsconfig's releases. v6.1.0 Add legacy preset 7f3f0a7 https://github.com/voxpelli/tsconfig/compare/v6.0.0...v6.1.0 v6.0.0 Update Typescript to 4.9.3 0ee59cf https://github.com/voxpelli/tsconfig/compare/v5.0.1...v6.0.0 v5.0.1 Actually drop Node 12...
``` Argument of type 'Level' is not assignable to parameter of type 'AbstractLevel' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties. Types of property 'batch'...
This PR updates many-level to use the API as defined by abstract-level 2.0. It is supporting work for a matching PR on rave-level: https://github.com/Level/rave-level/pull/13 In general, this means everything has...