fix: Resolve TypeScript errors

Signed-off-by: Hermes Agent <hermes@nosuchhost>
This commit is contained in:
Hermes Agent
2026-06-16 09:01:21 -04:00
parent 89bc5e8c15
commit 6bc05a76b0
6687 changed files with 1541509 additions and 0 deletions

17
client/node_modules/level-supports/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,17 @@
# Changelog
## [1.0.1] - 2019-10-13
### Added
- Document format of `additionalMethods` ([`192bc9e`](https://github.com/Level/supports/commit/192bc9e)) ([**@vweevers**](https://github.com/vweevers))
### Fixed
- Clone `additionalMethods` to prevent mutation ([#4](https://github.com/Level/supports/issues/4)) ([**@vweevers**](https://github.com/vweevers))
## 1.0.0 - 2019-09-22
:seedling: Initial release.
[1.0.1]: https://github.com/Level/supports/compare/v1.0.0...v1.0.1