Skip to content

Commit

Permalink
Merge pull request #16 from heliumtank92/v2.x
Browse files Browse the repository at this point in the history
V2.x
  • Loading branch information
heliumtank92 authored Jun 10, 2024
2 parents 8f22af9 + a3177d6 commit d392ef7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<br />

This is an ODM (Object Document Mapping) which provides CRUD functionalities to interact with MongoDB Collections. This package uses [mongoose](https://www.npmjs.com/package/mongoose) package using its ^6.8.2 version.
This is an ODM (Object Document Mapping) which provides CRUD functionalities to interact with MongoDB Collections. This package uses [mongoose](https://www.npmjs.com/package/mongoose) package using its 8.4.1 version.

This package provides the following functionalities:
* MongoDB Connection Helper
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>@am92/mongo-odm</h1>
<a href="https://bundlephobia.com/package/@am92/mongo-odm"><img src="https://img.shields.io/bundlephobia/minzip/@am92/mongo-odm?style=for-the-badge" alt="Bundle Size" class="img-responsive"></a></p>
<br />

<p>This is an ODM (Object Document Mapping) which provides CRUD functionalities to interact with MongoDB Collections. This package uses <a href="https://www.npmjs.com/package/mongoose">mongoose</a> package using its ^6.8.2 version.</p>
<p>This is an ODM (Object Document Mapping) which provides CRUD functionalities to interact with MongoDB Collections. This package uses <a href="https://www.npmjs.com/package/mongoose">mongoose</a> package using its 8.4.1 version.</p>
<p>This package provides the following functionalities:</p>
<ul>
<li>MongoDB Connection Helper</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</ol>
<ul class="properties-list">
<li>
<b>Version</b> : 2.0.0</li>
<b>Version</b> : 2.0.1</li>
<li>
<b>Description</b> : Mongo DB ODM (Object Document Mapper)</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@am92/mongo-odm",
"version": "2.0.0",
"version": "2.0.1",
"description": "Mongo DB ODM (Object Document Mapper)",
"sideEffects": false,
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d392ef7

Please sign in to comment.