Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Sep 28, 2022
1 parent 4d17a48 commit 6545394
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions federation-1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion federation-1/harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harmonizer"
version = "0.37.0"
version = "0.37.1"
authors = ["Apollo Graph, Inc. <[email protected]>"]
edition = "2018"
description = "Apollo Federation utility to compose a supergraph from subgraphs"
Expand Down
22 changes: 11 additions & 11 deletions federation-1/harmonizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions federation-1/harmonizer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apollo/harmonizer-0",
"private": true,
"version": "0.37.0",
"version": "0.37.1",
"description": "Apollo Federation Harmonizer JS Entrypoint",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"npm": ">=7 <9"
},
"dependencies": {
"@apollo/federation": "0.37.0"
"@apollo/federation": "0.37.1"
},
"peerDependencies": {
"graphql": "^14.5.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion federation-1/supergraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "supergraph"
version = "0.37.0"
version = "0.37.1"
edition = "2021"
publish = false

Expand Down

0 comments on commit 6545394

Please sign in to comment.