2024-10-13 01:45:27 +00:00
|
|
|
name: protevus_orm_service
|
2024-06-23 10:02:36 +00:00
|
|
|
version: 8.2.2
|
2024-10-12 10:35:14 +00:00
|
|
|
description: Service implementation that wraps over Protevus ORM Query classes.
|
2024-10-12 10:41:18 +00:00
|
|
|
homepage: https://protevus-framework.web.app/
|
2024-10-12 10:35:14 +00:00
|
|
|
repository: https://github.com/dart-backend/protevus/tree/master/packages/orm/angel_orm_service
|
2019-04-20 19:45:42 +00:00
|
|
|
environment:
|
2024-05-21 16:26:09 +00:00
|
|
|
sdk: '>=3.3.0 <4.0.0'
|
2019-04-20 18:45:41 +00:00
|
|
|
dependencies:
|
2024-10-13 01:45:27 +00:00
|
|
|
protevus_framework: ^8.4.0
|
|
|
|
protevus_orm: ^8.2.0
|
2024-06-23 23:54:16 +00:00
|
|
|
postgres: ^3.2.0
|
2021-08-12 03:39:01 +00:00
|
|
|
optional: ^6.0.0
|
2019-04-20 18:45:41 +00:00
|
|
|
dev_dependencies:
|
2024-10-13 01:45:27 +00:00
|
|
|
protevus_migration: ^8.2.0
|
|
|
|
protevus_migration_runner: ^8.2.0
|
|
|
|
protevus_orm_generator: ^8.2.0
|
|
|
|
protevus_orm_postgres: ^8.2.0
|
|
|
|
protevus_serialize: ^8.2.0
|
2023-05-27 00:37:00 +00:00
|
|
|
build_runner: ^2.4.0
|
|
|
|
logging: ^1.2.0
|
|
|
|
test: ^1.24.0
|
2024-05-21 16:26:09 +00:00
|
|
|
lints: ^4.0.0
|
2023-10-18 15:45:31 +00:00
|
|
|
# dependency_overrides:
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_container:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../container/angel_container
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_framework:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../framework
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_http_exception:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../http_exception
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_model:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../model
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_route:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../route
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_mock_request:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../mock_request
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_serialize:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../serialize/angel_serialize
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_serialize_generator:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../../serialize/angel_serialize_generator
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_orm_test:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../angel_orm_test
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_orm:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../angel_orm
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_orm_generator:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../angel_orm_generator
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_orm_postgres:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../angel_orm_postgres
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_migration:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../angel_migration
|
2024-10-13 01:45:27 +00:00
|
|
|
# protevus_migration_runner:
|
2023-10-18 15:45:31 +00:00
|
|
|
# path: ../angel_migration_runner
|