Updated mongodb
This commit is contained in:
parent
3411e16418
commit
85eb443f88
2 changed files with 4 additions and 6 deletions
|
@ -1,13 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 8.2.2
|
||||
|
||||
* Updated README
|
||||
* Updated example with MongoDB authentication
|
||||
|
||||
## 8.2.1
|
||||
|
||||
* Updated README
|
||||
* Updated example to use MongoDB authentication
|
||||
|
||||
## 8.2.0
|
||||
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
name: angel3_mongo
|
||||
version: 8.2.0
|
||||
version: 8.2.1
|
||||
description: This is MongoDB-enabled service for the Angel3 framework.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dart-backend/angel/tree/master/packages/mongo
|
||||
environment:
|
||||
sdk: '>=3.3.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
angel3_framework: ^8.4.0
|
||||
angel3_container: ^8.2.0
|
||||
belatuk_json_serializer: ^7.1.0
|
||||
belatuk_merge_map: ^5.1.0
|
||||
mongo_dart: ^0.10.3
|
||||
|
||||
dev_dependencies:
|
||||
http: ^1.0.0
|
||||
test: ^1.24.0
|
||||
|
|
Loading…
Reference in a new issue