File tree Expand file tree Collapse file tree 12 files changed +13
-12
lines changed
apollo-codegen-typescript Expand file tree Collapse file tree 12 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-codegen-core" ,
3
3
"description" : " Core generator APIs for Apollo Codegen" ,
4
- "version" : " 0.36.3 " ,
4
+ "version" : " 0.36.4 " ,
5
5
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-codegen-flow" ,
3
3
"description" : " Flow generator module for Apollo Codegen" ,
4
- "version" : " 0.34.3 " ,
4
+ "version" : " 0.34.4 " ,
5
5
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-codegen-scala" ,
3
3
"description" : " Scala generator module for Apollo Codegen" ,
4
- "version" : " 0.35.3 " ,
4
+ "version" : " 0.35.4 " ,
5
5
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-codegen-swift" ,
3
3
"description" : " Swift generator module for Apollo Codegen" ,
4
- "version" : " 0.36.3 " ,
4
+ "version" : " 0.36.4 " ,
5
5
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-codegen-typescript" ,
3
3
"description" : " TypeScript generator module for Apollo Codegen" ,
4
- "version" : " 0.36.3 " ,
4
+ "version" : " 0.36.4 " ,
5
5
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-env" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"author" : " opensource@apollographql.com" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-graphql" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " Apollo GraphQL utility library" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-language-server" ,
3
3
"description" : " A language server for Apollo GraphQL projects" ,
4
- "version" : " 1.20.0 " ,
4
+ "version" : " 1.20.1 " ,
5
5
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apollographql/apollo-tools" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ npm install -g apollo
23
23
$ apollo COMMAND
24
24
running command...
25
25
$ apollo (-v| --version| version)
26
- apollo/2.24 .0 darwin-x64 node-v10.15.3
26
+ apollo/2.25 .0 darwin-x64 node-v13.9.0
27
27
$ apollo --help [COMMAND]
28
28
USAGE
29
29
$ apollo COMMAND
@@ -528,6 +528,7 @@ USAGE
528
528
OPTIONS
529
529
-c, --config=config Path to your Apollo config file
530
530
-t, --tag=tag The variant of the service to delete
531
+ -y, --yes Bypass confirmation when deleting a service
531
532
--endpoint=endpoint The url of your service
532
533
533
534
--header=header Additional header to send to server for introspectionQuery. May be used multiple times to
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo" ,
3
3
"description" : " Command line tool for Apollo GraphQL" ,
4
- "version" : " 2.24 .0" ,
4
+ "version" : " 2.25 .0" ,
5
5
"referenceID" : " 21ad0845-c235-422e-be7d-a998310df972" ,
6
6
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-apollo" ,
3
3
"displayName" : " Apollo GraphQL" ,
4
4
"description" : " Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform" ,
5
- "version" : " 1.14.3 " ,
5
+ "version" : " 1.14.4 " ,
6
6
"referenceID" : " 87197759-7617-40d0-b32e-46d378e907c7" ,
7
7
"author" : " Apollo GraphQL <opensource@apollographql.com>" ,
8
8
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments