Skip to content

Commit 55c5db8

Browse files
Update apollo-tooling to v2.33.9 (#2028)
* Update to v2.33.9 of the CLI tooling * Update StarWarsAPI output generated by updated tooling * Update test with expected output * Keep the parameter spacing
1 parent ece5b5b commit 55c5db8

6 files changed

Lines changed: 84 additions & 38 deletions

File tree

Sources/ApolloCodegenLib/CLIDownloader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Foundation
66
/// Helper for downloading the CLI Zip file so we don't have to include it in the repo.
77
struct CLIDownloader {
88
/// The URL string for getting the current version of the CLI
9-
static let downloadURLString = "https://install.apollographql.com/legacy-cli/darwin/2.33.6"
9+
static let downloadURLString = "https://install.apollographql.com/legacy-cli/darwin/2.33.9"
1010

1111
/// Downloads the appropriate Apollo CLI in a zip file.
1212
///

Sources/ApolloCodegenLib/CLIExtractor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct CLIExtractor {
2525
}
2626
}
2727

28-
static let expectedSHASUM = "496b4de6a4a1f5a1c4a093c8d2378054ebf0dc19361a7dad847f82feeccad2be"
28+
static let expectedSHASUM = "cb73089deb2a720a7d2f5a39ad449e1cfbdc22771130cd6e2a405aaa887c343e"
2929

3030
/// Checks to see if the CLI has already been extracted and is the correct version, and extracts or re-extracts as necessary
3131
///

0 commit comments

Comments
 (0)