@mena-emad/documind 1.0.1 → 1.0.3

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 +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # DocuMind
2
2
 
3
- [![npm version](https://img.shields.io/badge/npm-@menaemad%2Fdocumind-cc3534)](https://www.npmjs.com/package/@menaemad/documind) [![Version](https://img.shields.io/badge/version-1.0.0-blue)](https://github.com/mena-emad/DocuMind) [![License](https://img.shields.io/badge/license-ISC-yellow)](./LICENSE) [![Language](https://img.shields.io/badge/language-TypeScript-3178c6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
3
+ <p align="center">
4
+ <img src="./assets/Animation.gif" alt="DocuMind Demo" width="600px">
5
+ </p>
6
+ <br>
7
+
8
+
9
+ [![npm version](https://img.shields.io/badge/npm-@menaemad%2Fdocumind-cc3534)](https://www.npmjs.com/package/@menaemad/documind) [![Version](https://img.shields.io/badge/version-1.0.2-blue)](https://github.com/mena-emad/DocuMind) [![License](https://img.shields.io/badge/license-MIT-yellow)](./LICENSE) [![Language](https://img.shields.io/badge/language-TypeScript-3178c6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
4
10
 
5
11
  > AI-Powered Swagger/OpenAPI Documentation Generator for Express.js projects with intelligent context stitching.
6
12
 
@@ -218,4 +224,4 @@ Built by **Mena Emad Sawares**.
218
224
 
219
225
  ## 📜 License
220
226
 
221
- DocuMind is released under the **ISC License**.
227
+ DocuMind is released under the **MIT License**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mena-emad/documind",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "AI-Powered Swagger/OpenAPI Documentation Generator for Express.js projects with intelligent context stitching.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",