crud-api-express 1.2.2 → 1.2.4

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/package.json +1 -1
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crud-api-express",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
package/readme.md CHANGED
@@ -3,7 +3,6 @@
3
3
  ![npm](https://img.shields.io/npm/v/crud-api-express)
4
4
  ![downloads](https://img.shields.io/npm/dm/crud-api-express)
5
5
  ![license](https://img.shields.io/npm/l/crud-api-express)
6
- ![dependencies](https://img.shields.io/librariesio/release/npm/crud-api-express)
7
6
  ![made-with-node](https://img.shields.io/badge/Made%20with-Node.js-green)
8
7
  ![made-with-typescript](https://img.shields.io/badge/Made%20with-TypeScript-blue)
9
8
  ![express](https://img.shields.io/badge/Express.js-000000?style=flat&logo=express&logoColor=white)
@@ -18,9 +17,10 @@ Install the package using npm:
18
17
  ```bash
19
18
  npm install crud-api-express
20
19
  ```
21
-
22
20
  This project provides a flexible and reusable CRUD (Create, Read, Update, Delete) API controller for MongoDB using Express.js and Mongoose.
23
- ---
21
+
22
+ ## Docs! ❤️
23
+ [Doc Page Visit here](https://mukeshdev.vercel.app/curdapi)
24
24
 
25
25
  ## 📌 Table of Contents
26
26