@mena-emad/documind 1.0.1 → 1.0.2

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
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
+ [![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
4
 
5
5
  > AI-Powered Swagger/OpenAPI Documentation Generator for Express.js projects with intelligent context stitching.
6
6
 
@@ -218,4 +218,4 @@ Built by **Mena Emad Sawares**.
218
218
 
219
219
  ## 📜 License
220
220
 
221
- DocuMind is released under the **ISC License**.
221
+ 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.2",
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",