Updated package angel_orm
This commit is contained in:
parent
4e49422045
commit
35f9427840
1 changed files with 23 additions and 14 deletions
|
@ -4,19 +4,28 @@ description: Runtime support for Angel's ORM. Includes base classes for queries.
|
|||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/orm
|
||||
environment:
|
||||
sdk: '>=2.10.0 <2.12.0'
|
||||
sdk: '>=2.10.0 <3.0.0'
|
||||
dependencies:
|
||||
charcode: ^1.0.0
|
||||
intl: ^0.15.7
|
||||
meta: ^1.0.0
|
||||
string_scanner: ^1.0.0
|
||||
charcode: ^1.2.0
|
||||
intl: ^0.17.0
|
||||
meta: ^1.3.0
|
||||
string_scanner: ^1.1.0
|
||||
dev_dependencies:
|
||||
angel_model: #^1.0.0
|
||||
path: ../../model
|
||||
angel_serialize: #^2.0.0
|
||||
path: ../../serialize/angel_serialize
|
||||
angel_serialize_generator: #^2.0.0
|
||||
path: ../../serialize/angel_serialize_generator
|
||||
build_runner: ^1.0.0
|
||||
pedantic: ^1.0.0
|
||||
test: ^1.15.7
|
||||
angel_model:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/model
|
||||
angel_serialize:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/serialize/angel_serialize
|
||||
angel_serialize_generator:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/serialize/angel_serialize_generator
|
||||
build_runner: ^1.11.5
|
||||
pedantic: ^1.11.0
|
||||
test: ^1.16.5
|
||||
|
|
Loading…
Reference in a new issue