-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to Bluebird for promises - brings our performance up to almost pre-promises days and makes us competitive with the native MongoDB Node client once again...
- Loading branch information
1 parent
deff19c
commit 2e7c73a
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "iridium", | ||
"version": "3.3.0", | ||
"version": "4.0.0", | ||
"author": "Benjamin Pannell <[email protected]>", | ||
"description": "A custom lightweight ORM for MongoDB designed for power-users", | ||
"homepage": "https://sierrasoftworks.com/iridium", | ||
|