bun-gridfs-storage 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/index.js +2 -28421
- package/dist/index.mjs +2 -28421
- package/dist/storage.d.ts +3 -2
- package/dist/storage.d.ts.map +1 -1
- package/package.json +9 -10
- package/src/index.ts +0 -18
- package/src/storage.ts +0 -270
- package/src/types.ts +0 -123
package/README.md
CHANGED
|
@@ -408,6 +408,7 @@ bun run build
|
|
|
408
408
|
```
|
|
409
409
|
|
|
410
410
|
This will generate:
|
|
411
|
+
|
|
411
412
|
- `dist/index.js` - CommonJS build
|
|
412
413
|
- `dist/index.mjs` - ESM build
|
|
413
414
|
- `dist/index.d.ts` - TypeScript declarations
|
|
@@ -470,7 +471,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
470
471
|
|
|
471
472
|
If you encounter any issues or have questions:
|
|
472
473
|
|
|
473
|
-
- Open an issue on [GitHub](https://github.com/
|
|
474
|
+
- Open an issue on [GitHub](https://github.com/nexus-aissam/bun-gridfs-storage/issues)
|
|
474
475
|
- Check existing issues for solutions
|
|
475
476
|
|
|
476
477
|
## Acknowledgments
|