This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 7.2.0-beta.0
4+
5+ - package update
6+
37## 7.1.1-beta.1
48
59- support of ` fragments_glob ` at schema level
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'package:artemis/generator/data/enum_value_definition.dart';
33import 'package:code_builder/code_builder.dart' ;
44import 'package:collection/collection.dart' show IterableExtension;
55import 'package:dart_style/dart_style.dart' ;
6- import 'package:gql_code_builder /src/ast.dart' as dart;
6+ import 'package:gql_code_builder2 /src/ast.dart' as dart;
77import 'package:recase/recase.dart' ;
88
99import '../generator/helpers.dart' ;
@@ -406,7 +406,9 @@ Spec generateLibrarySpec(LibraryDefinition definition) {
406406 }
407407
408408 return Library (
409- (b) => b..directives.addAll (importDirectives)..body.addAll (bodyDirectives),
409+ (b) => b
410+ ..directives.addAll (importDirectives)
411+ ..body.addAll (bodyDirectives),
410412 );
411413}
412414
Original file line number Diff line number Diff line change 11name : artemis
2- version : 7.1.1 -beta.1
2+ version : 7.2.0 -beta.0
33
44description : Build dart types from GraphQL schemas and queries (using Introspection Query).
55homepage : https://github.com/comigor/artemis
@@ -9,32 +9,32 @@ environment:
99
1010dependencies :
1111 build_config : ^1.0.0
12- code_builder : ^4.0 .0
13- build : ^2.0.3
12+ code_builder : ^4.1 .0
13+ build : ^2.1.1
1414 collection : ^1.15.0
15- dart_style : ^2.0.2
15+ dart_style : ^2.1.0
1616 equatable : ^2.0.3
1717 glob : ^2.0.1
18- gql_code_builder : ^0.2 .0
18+ gql_code_builder2 : ^0.3 .0
1919 gql_dedupe_link : ^2.0.0
2020 gql_exec : ^0.3.0
2121 gql_http_link : ^0.4.0
2222 gql_link : ^0.4.0
23- gql : ^0.13.0
24- http : ^0.13.3
25- json_annotation : ^4.0.1
23+ gql : ^0.13.1-alpha
24+ http : ^0.13.4
25+ json_annotation : ^4.1.0
2626 path : ^1.8.0
2727 recase : ^4.0.0
28- source_gen : ^1.0.2
28+ source_gen : ^1.1.1
2929 yaml : ^3.1.0
3030
3131dev_dependencies :
32- args : ^2.1.1
33- build_runner : ^2.0.6
34- build_test : ^2.1.2
35- json_serializable : ^4.1.3
32+ args : ^2.3.0
33+ build_runner : ^2.1.2
34+ build_test : ^2.1.3
35+ json_serializable : ^5.0.2
3636 build_resolvers : ^2.0.4
3737 pedantic : ^1.11.1
38- test : ^1.17.10
38+ test : ^1.17.12
3939 logging : ^1.0.1
4040
You can’t perform that action at this time.
0 commit comments