mirror of https://github.com/AMT-Cheif/drift.git
Release moor and moor_generator 2.4.0, sqlparser 0.7.0
This commit is contained in:
parent
7fc1671bf8
commit
57fa1d50c6
|
@ -1,6 +1,6 @@
|
||||||
name: moor
|
name: moor
|
||||||
description: Moor is a safe and reactive persistence library for Dart applications
|
description: Moor is a safe and reactive persistence library for Dart applications
|
||||||
version: 2.4.0-dev
|
version: 2.4.0
|
||||||
repository: https://github.com/simolus3/moor
|
repository: https://github.com/simolus3/moor
|
||||||
homepage: https://moor.simonbinder.eu/
|
homepage: https://moor.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/moor/issues
|
issue_tracker: https://github.com/simolus3/moor/issues
|
||||||
|
@ -20,6 +20,7 @@ dev_dependencies:
|
||||||
uuid: ^2.0.0
|
uuid: ^2.0.0
|
||||||
moor_ffi: # Used to run integration tests
|
moor_ffi: # Used to run integration tests
|
||||||
path: ../moor_ffi
|
path: ../moor_ffi
|
||||||
|
path: ^1.6.4
|
||||||
build_runner: '>=1.3.0 <2.0.0'
|
build_runner: '>=1.3.0 <2.0.0'
|
||||||
build_test: ^0.10.8
|
build_test: ^0.10.8
|
||||||
test: ^1.9.0
|
test: ^1.9.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: moor_generator
|
name: moor_generator
|
||||||
description: Dev-dependency to generate table and dataclasses together with the moor package.
|
description: Dev-dependency to generate table and dataclasses together with the moor package.
|
||||||
version: 2.4.0-dev
|
version: 2.4.0
|
||||||
repository: https://github.com/simolus3/moor
|
repository: https://github.com/simolus3/moor
|
||||||
homepage: https://moor.simonbinder.eu/
|
homepage: https://moor.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/moor/issues
|
issue_tracker: https://github.com/simolus3/moor/issues
|
||||||
|
@ -38,7 +38,6 @@ dependencies:
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^1.6.0
|
test: ^1.6.0
|
||||||
test_core: ^0.2.0
|
|
||||||
build_runner: ^1.6.7
|
build_runner: ^1.6.7
|
||||||
build_test: ^0.10.10
|
build_test: ^0.10.10
|
||||||
json_serializable: ^3.0.0
|
json_serializable: ^3.0.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: sqlparser
|
name: sqlparser
|
||||||
description: Parses sqlite statements and performs static analysis on them
|
description: Parses sqlite statements and performs static analysis on them
|
||||||
version: 0.7.0-dev
|
version: 0.7.0
|
||||||
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
|
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
|
||||||
#homepage: https://moor.simonbinder.eu/
|
#homepage: https://moor.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/moor/issues
|
issue_tracker: https://github.com/simolus3/moor/issues
|
||||||
|
|
Loading…
Reference in New Issue