2021-06-18 10:29:49 +00:00
|
|
|
name: angel3_orm_service
|
2022-02-24 00:34:51 +00:00
|
|
|
version: 6.0.0
|
2021-06-18 10:29:49 +00:00
|
|
|
description: Service implementation that wraps over Angel3 ORM Query classes.
|
2021-08-12 03:39:01 +00:00
|
|
|
homepage: https://angel3-framework.web.app/
|
2021-12-20 04:25:43 +00:00
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_service
|
2019-04-20 19:45:42 +00:00
|
|
|
environment:
|
2022-08-13 02:14:43 +00:00
|
|
|
sdk: '>=2.17.0 <3.0.0'
|
2019-04-20 18:45:41 +00:00
|
|
|
dependencies:
|
2022-02-24 00:34:51 +00:00
|
|
|
angel3_framework: ^6.0.0
|
|
|
|
angel3_orm: ^6.0.0
|
2021-08-12 03:39:01 +00:00
|
|
|
postgres: ^2.4.0
|
|
|
|
optional: ^6.0.0
|
2019-04-20 18:45:41 +00:00
|
|
|
dev_dependencies:
|
2022-02-24 00:34:51 +00:00
|
|
|
angel3_migration: ^6.0.0
|
|
|
|
angel3_migration_runner: ^6.0.0
|
|
|
|
angel3_orm_generator: ^6.0.0
|
|
|
|
angel3_orm_postgres: ^6.0.0
|
|
|
|
angel3_serialize: ^6.0.0
|
2021-12-20 04:25:43 +00:00
|
|
|
#angel3_orm_test: ^3.0.0
|
2021-06-18 10:15:23 +00:00
|
|
|
build_runner: ^2.0.4
|
|
|
|
logging: ^1.0.1
|
2022-04-24 01:42:33 +00:00
|
|
|
test: ^1.21.0
|
2022-08-13 02:14:43 +00:00
|
|
|
lints: ^2.0.0
|
2022-04-24 01:42:33 +00:00
|
|
|
# dependency_overrides:
|
|
|
|
# angel3_container:
|
|
|
|
# path: ../../container/angel_container
|
|
|
|
# angel3_framework:
|
|
|
|
# path: ../../framework
|
|
|
|
# angel3_http_exception:
|
|
|
|
# path: ../../http_exception
|
|
|
|
# angel3_model:
|
|
|
|
# path: ../../model
|
|
|
|
# angel3_route:
|
|
|
|
# path: ../../route
|
|
|
|
# angel3_mock_request:
|
|
|
|
# path: ../../mock_request
|
|
|
|
# angel3_serialize:
|
|
|
|
# path: ../../serialize/angel_serialize
|
|
|
|
# angel3_serialize_generator:
|
|
|
|
# path: ../../serialize/angel_serialize_generator
|
|
|
|
# angel3_orm_test:
|
|
|
|
# path: ../angel_orm_test
|
|
|
|
# angel3_orm:
|
|
|
|
# path: ../angel_orm
|
|
|
|
# angel3_orm_generator:
|
|
|
|
# path: ../angel_orm_generator
|
|
|
|
# angel3_orm_postgres:
|
|
|
|
# path: ../angel_orm_postgres
|
|
|
|
# angel3_migration:
|
|
|
|
# path: ../angel_migration
|
|
|
|
# angel3_migration_runner:
|
|
|
|
# path: ../angel_migration_runner
|