Updated package angel_orm_generator

This commit is contained in:
thomashii 2021-03-08 23:00:11 +08:00
parent 33958cd460
commit debe140a85

View file

@ -1,20 +1,33 @@
name: angel_orm_generator name: angel_orm_generator
version: 2.1.0-beta.2 version: 3.0.0
description: Code generators for Angel's ORM. Generates query builder classes. description: Code generators for Angel's ORM. Generates query builder classes.
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/orm homepage: https://github.com/angel-dart/orm
publish_to: none
environment: environment:
sdk: '>=2.10.0 <2.12.0' sdk: '>=2.10.0 <3.0.0'
dependencies: dependencies:
analyzer: ">=0.35.0 <2.0.0" analyzer: ">=0.35.0 <2.0.0"
angel_model: #^1.0.0 angel_model:
path: ../../model git:
angel_serialize: #^2.0.0 url: https://github.com/dukefirehawk/angel.git
path: ../../serialize/angel_serialize ref: sdk-2.12.x
angel_orm: #^2.1.0-beta path: packages/model
path: ../angel_orm angel_serialize:
angel_serialize_generator: #^2.0.0 git:
path: ../../serialize/angel_serialize_generator url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/serialize/angel_serialize
angel_orm:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/orm/angel_orm
angel_serialize_generator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/serialize/angel_serialize_generator
build: ^1.0.0 build: ^1.0.0
build_config: ^0.4.0 build_config: ^0.4.0
code_builder: ^3.0.0 code_builder: ^3.0.0
@ -22,21 +35,24 @@ dependencies:
inflection2: ^0.4.2 inflection2: ^0.4.2
meta: ^1.0.0 meta: ^1.0.0
path: ^1.0.0 path: ^1.0.0
recase: ^2.0.0 recase: ^3.0.1
source_gen: ^0.9.0 source_gen: ^0.9.0
dev_dependencies: dev_dependencies:
angel_framework: #^2.0.0-alpha angel_framework:
path: ../../framework git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
angel_migration: angel_migration:
path: ../angel_migration git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/orm/angel_migration
#angel_test: ^1.0.0 #angel_test: ^1.0.0
build_runner: ^1.0.0 build_runner: ^1.11.5
collection: ^1.0.0 collection: ^1.0.0
pedantic: ^1.0.0 pedantic: ^1.11.0
postgres: ^1.0.0 postgres:
test: ^1.15.7 git:
# dependency_overrides: url: https://github.com/dukefirehawk/postgresql-dart
# angel_orm: test: ^1.16.5
# path: ../angel_orm
# angel_serialize_generator:
# path: ../../serialize/angel_serialize_generator