fireproof-storage / fireproof-storage/fireproof
(`@fireproof/encrypted-blockstore`): npm release build refresh?
Open
- Dominant language
- TypeScript
- Stars
- 973
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
I have just noticed that the `@fireproof/encrypted-blockstore` `v0.17.7` on npm does not seem to have to latest build?
For example, I get:
```js
error TS2305: Module '"@fireproof/encrypted-blockstore"'
has no exported member 'Connection'.
import { Connection } from "@fireproof/encrypted-blockstore";
```
Looking deep into the `node_modules`, the `dist/lib/index.js` indeed does not export `Connection` (amongst other things it should be exporting...)
Perhaps the `build` didn't happen before the `npm publish`? :shrug:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.