bun-gridfs-storage 1.1.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +4 -4
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bun-gridfs-storage",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A Multer storage engine for GridFS that works with both Bun and Node.js",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -41,12 +41,12 @@
41
41
  "license": "MIT",
42
42
  "repository": {
43
43
  "type": "git",
44
- "url": "https://github.com/aissamirhir/bun-gridfs-storage.git"
44
+ "url": "https://github.com/nexus-aissam/bun-gridfs-storage.git"
45
45
  },
46
46
  "bugs": {
47
- "url": "https://github.com/aissamirhir/bun-gridfs-storage/issues"
47
+ "url": "https://github.com/nexus-aissam/bun-gridfs-storage/issues"
48
48
  },
49
- "homepage": "https://github.com/aissamirhir/bun-gridfs-storage#readme",
49
+ "homepage": "https://github.com/nexus-aissam/bun-gridfs-storage#readme",
50
50
  "peerDependencies": {
51
51
  "mongodb": ">=4.0.0",
52
52
  "mongoose": ">=5.0.0",