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 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/aissamirhir/bun-gridfs-storage/issues)
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