Merge pull request #26 from dukefirehawk/feature/update-production
Updated angel3_production repo link
This commit is contained in:
commit
437c863aa5
4 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 3.1.2
|
||||||
|
|
||||||
|
* Updated repo link
|
||||||
|
|
||||||
## 3.1.1
|
## 3.1.1
|
||||||
|
|
||||||
* Fixed license link
|
* Fixed license link
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Angel3 Production Runner
|
# Angel3 Production Runner
|
||||||
|
|
||||||
[![version](https://img.shields.io/badge/pub-v3.1.1-brightgreen)](https://pub.dev/packages/angel3_production)
|
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_production?include_prereleases)
|
||||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||||
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dukefirehawk/angel/tree/angel3/packages/production/LICENSE)
|
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dukefirehawk/angel/tree/master/packages/production/LICENSE)
|
||||||
|
|
||||||
Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel3 framework.
|
Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel3 framework.
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ ____________ ________________________
|
||||||
___ |__ | / /_ ____/__ ____/__ /
|
___ |__ | / /_ ____/__ ____/__ /
|
||||||
__ /| |_ |/ /_ / __ __ __/ __ /
|
__ /| |_ |/ /_ / __ __ __/ __ /
|
||||||
_ ___ | /| / / /_/ / _ /___ _ /___
|
_ ___ | /| / / /_/ / _ /___ _ /___
|
||||||
/_/ |_/_/ |_/ \____/ /_____/ /_____/
|
/_/ |_/_/ |_/ ____/ /_____/ /_____/
|
||||||
|
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
name: angel3_production
|
name: angel3_production
|
||||||
version: 3.1.1
|
version: 3.1.2
|
||||||
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel3.
|
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel3.
|
||||||
homepage: https://angel3-framework.web.app
|
homepage: https://angel3-framework.web.app
|
||||||
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/production
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/production
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel3_container: ^3.1.0
|
angel3_container: ^3.1.0
|
||||||
angel3_framework: ^4.1.0
|
angel3_framework: ^4.2.0
|
||||||
belatuk_pub_sub: ^4.0.0
|
belatuk_pub_sub: ^4.0.0
|
||||||
args: ^2.1.0
|
args: ^2.3.0
|
||||||
io: ^1.0.0
|
io: ^1.0.0
|
||||||
logging: ^1.0.1
|
logging: ^1.0.1
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue