File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- ## 2.0.0-dev
1
+ ## 2.0.0
2
2
3
3
- * BREAKING* ` checkedYamlDecode ` ` sourceUrl ` parameter is now a ` Uri ` .
4
4
- Require at least Dart ` 2.12.0-0 ` .
Original file line number Diff line number Diff line change 1
1
name : checked_yaml
2
- version : 1.9.0-dev
2
+ version : 2.0.0
3
3
4
4
description : >-
5
5
Generate more helpful exceptions when decoding YAML documents using
6
6
package:json_serializable and package:yaml.
7
- repository : https://github.com/google/json_serializable.dart
7
+ repository : https://github.com/google/json_serializable.dart/tree/master/checked_yaml
8
8
environment :
9
9
sdk : ' >=2.12.0-0 <3.0.0'
10
10
11
11
dependencies :
12
- json_annotation : ' >=2.2.0 <5.0.0 '
12
+ json_annotation : ^4.0.0
13
13
source_span : ^1.8.0
14
14
yaml : ^3.0.0
15
15
16
16
dev_dependencies :
17
17
build_runner : ^1.0.0
18
18
build_verify : ^1.1.0
19
- json_serializable : ^3 .0.0
19
+ json_serializable : ^4 .0.0
20
20
path : ^1.0.0
21
21
test : ^1.16.0
22
22
test_process : ^1.0.1
23
23
24
24
dependency_overrides :
25
- json_annotation :
26
- path : ../json_annotation
27
- json_serializable :
28
- path : ../json_serializable
25
+ # Need to update dependencies on these packages
26
+ build_config : ^0.4.4
27
+ pubspec_parse : ^0.1.5
You can’t perform that action at this time.
0 commit comments