Updated package angel_serialize
This commit is contained in:
parent
e433575c4e
commit
e6d8875315
1 changed files with 10 additions and 6 deletions
|
@ -1,14 +1,18 @@
|
||||||
name: angel_serialize
|
name: angel_serialize
|
||||||
version: 2.2.3+3
|
version: 3.0.0
|
||||||
description: Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
|
description: Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/serialize
|
homepage: https://github.com/angel-dart/serialize
|
||||||
|
publish_to: none
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.7.0 <3.0.0'
|
sdk: '>=2.10.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_model: #^1.0.0
|
angel_model: #^1.0.0
|
||||||
path: ../../model
|
git:
|
||||||
collection: ^1.0.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
meta: ^1.0.0
|
ref: sdk-2.12.x
|
||||||
pedantic: ^1.0.0
|
path: packages/model
|
||||||
|
collection: ^1.15.0
|
||||||
|
meta: ^1.3.0
|
||||||
|
pedantic: ^1.11.0
|
||||||
quiver_hashcode: ^2.0.0
|
quiver_hashcode: ^2.0.0
|
||||||
|
|
Loading…
Reference in a new issue