Updated hot

This commit is contained in:
thomashii 2021-06-14 12:07:28 +08:00
parent 2deddf2761
commit 0b507461a7
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
# 4.1.0
* Updated `vm_service` to 7.1.x
# 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD

View file

@ -1,5 +1,5 @@
# 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)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)

View file

@ -1,6 +1,6 @@
name: angel3_hot
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
environment:
sdk: '>=2.12.0 <3.0.0'
@ -12,7 +12,7 @@ dependencies:
glob: ^2.0.1
io: ^1.0.0
path: ^1.8.0
vm_service: ^6.2.0
vm_service: ^7.1.0
watcher: ^1.0.0
dev_dependencies:
http: ^0.13.2