Updated hot
This commit is contained in:
parent
2deddf2761
commit
0b507461a7
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 4.1.0
|
||||||
|
* Updated `vm_service` to 7.1.x
|
||||||
|
|
||||||
# 4.0.0
|
# 4.0.0
|
||||||
* Migrated to support Dart SDK 2.12.x NNBD
|
* Migrated to support Dart SDK 2.12.x NNBD
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# angel3_hot
|
# angel3_hot
|
||||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_hot)
|
[![version](https://img.shields.io/badge/pub-v4.1.0-brightgreen)](https://pub.dartlang.org/packages/angel3_hot)
|
||||||
[![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)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel3_hot
|
name: angel3_hot
|
||||||
description: Supports hot reloading/hot code push of Angel servers on file changes.
|
description: Supports hot reloading/hot code push of Angel servers on file changes.
|
||||||
version: 4.0.0
|
version: 4.1.0
|
||||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/hot
|
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/hot
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
|
@ -12,7 +12,7 @@ dependencies:
|
||||||
glob: ^2.0.1
|
glob: ^2.0.1
|
||||||
io: ^1.0.0
|
io: ^1.0.0
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
vm_service: ^6.2.0
|
vm_service: ^7.1.0
|
||||||
watcher: ^1.0.0
|
watcher: ^1.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
http: ^0.13.2
|
http: ^0.13.2
|
||||||
|
|
Loading…
Reference in a new issue