diff --git a/packages/container/container/pubspec.yaml b/packages/container/container/pubspec.yaml index 0a9b64f..6f39c52 100644 --- a/packages/container/container/pubspec.yaml +++ b/packages/container/container/pubspec.yaml @@ -1,8 +1,9 @@ name: platform_container version: 9.0.0 description: Protevus Platform hierarchical DI container, and pluggable backends for reflection. -homepage: https://angel3-framework.web.app/ -repository: https://github.com/dart-backend/angel/tree/master/packages/container/angel_container +homepage: https://protevus.com +documentation: https://docs.protevus.com +repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/container/container environment: sdk: '>=3.3.0 <4.0.0' dependencies: diff --git a/packages/container/container_generator/pubspec.yaml b/packages/container/container_generator/pubspec.yaml index 39d6da3..8ee27b0 100644 --- a/packages/container/container_generator/pubspec.yaml +++ b/packages/container/container_generator/pubspec.yaml @@ -1,8 +1,9 @@ name: platform_container_generator version: 9.0.0 -description: Codegen support for using pkg:reflectable with pkg:angel3_container. -homepage: https://angel3-framework.web.app/ -repository: https://github.com/dart-backend/angel/tree/master/packages/container/angel_container_generator +description: Protevus Platform Codegen support for using pkg:reflectable with pkg:platform_container. +homepage: https://protevus.com +documentation: https://docs.protevus.com +repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/container/container_generator environment: sdk: '>=3.3.0 <4.0.0' dependencies: @@ -14,5 +15,5 @@ dev_dependencies: test: ^1.24.0 lints: ^4.0.0 # dependency_overrides: -# angel3_container: -# path: ../angel_container +# platform_container: +# path: ../platform_container diff --git a/packages/exceptions/pubspec.yaml b/packages/exceptions/pubspec.yaml index 87e70f4..b629322 100644 --- a/packages/exceptions/pubspec.yaml +++ b/packages/exceptions/pubspec.yaml @@ -1,8 +1,9 @@ name: platform_exceptions version: 9.0.0 -description: Exception pakcage -homepage: https://angel3-framework.web.app/ -repository: https://github.com/dart-backend/angel/tree/master/packages/http_exception +description: Protevus Platform Exception package +homepage: https://protevus.com +documentation: https://docs.protevus.com +repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/exceptions environment: sdk: '>=3.3.0 <4.0.0' dev_dependencies: diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index 98f7b47..398b2c5 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -1,8 +1,9 @@ name: platform_framework version: 9.0.0 -description: A high-powered HTTP server extensible framework with dependency injection, routing and much more. -homepage: https://angel3-framework.web.app/ -repository: https://github.com/dart-backend/angel/tree/master/packages/framework +description: Protevus Platform high-powered HTTP server extensible framework with dependency injection, routing and much more. +homepage: https://protevus.com +documentation: https://docs.protevus.com +repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/framework environment: sdk: '>=3.3.0 <4.0.0' dependencies: diff --git a/packages/mocking/pubspec.yaml b/packages/mocking/pubspec.yaml index c04ef0b..eb5a422 100644 --- a/packages/mocking/pubspec.yaml +++ b/packages/mocking/pubspec.yaml @@ -1,25 +1,25 @@ name: platform_mocking version: 9.0.0 -description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc. -homepage: https://angel3-framework.web.app/ -repository: https://github.com/dart-backend/angel/tree/master/packages/mock_request +description: Protevus Platform Mocking for dart:io HttpRequests, HttpResponses, HttpHeaders, etc. +homepage: https://protevus.com +documentation: https://docs.protevus.com +repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/mocking environment: sdk: '>=3.3.0 <4.0.0' dependencies: charcode: ^1.3.0 dev_dependencies: - #angel3_framework: ^7.0.0 http: ^1.0.0 test: ^1.24.0 lints: ^4.0.0 # dependency_overrides: -# angel3_framework: +# platform_framework: # path: ../framework -# angel3_route: +# platform_route: # path: ../route -# angel3_model: +# platform_model: # path: ../model -# angel3_http_exception: -# path: ../http_exception -# angel3_container: -# path: ../container/angel_container \ No newline at end of file +# platform_exceptions: +# path: ../exceptions +# platform_container: +# path: ../container/container \ No newline at end of file diff --git a/packages/model/pubspec.yaml b/packages/model/pubspec.yaml index a179cb4..90dbd24 100644 --- a/packages/model/pubspec.yaml +++ b/packages/model/pubspec.yaml @@ -1,8 +1,9 @@ name: platform_model version: 9.0.0 -description: Protevus basic data model class, no longer with the added weight of the whole framework. -homepage: https://angel3-framework.web.app/ -repository: https://github.com/dart-backend/angel/tree/master/packages/model +description: Protevus Platform basic data model class, no longer with the added weight of the whole framework. +homepage: https://protevus.com +documentation: https://docs.protevus.com +repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/model environment: sdk: '>=3.3.0 <4.0.0' dev_dependencies: diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index f43ca86..ae26030 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -1,8 +1,9 @@ name: platform_route version: 9.0.0 description: A powerful, isomorphic routing library for Dart. It is mainly used in the Protevus framework, but can be used in Flutter and on the Web. -homepage: https://angel3-framework.web.app/ -repository: https://github.com/dart-backend/angel/tree/master/packages/route +homepage: https://protevus.com +documentation: https://docs.protevus.com +repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/route environment: sdk: '>=3.3.0 <4.0.0' dependencies: