Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.x #16

Merged
merged 3 commits into from
Jun 10, 2024
Merged

V2.x #16

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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