Skip to content

Commit

Permalink
Automated PR for router-bridge release 2.4.2 (#326)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
  • Loading branch information
clenfest authored Apr 20, 2023
2 parents b20626e + 6d9e807 commit d9b3ade
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion federation-2/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-2/router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "router-bridge"
version = "0.2.1+v2.4.1"
version = "0.2.2+v2.4.2"
authors = ["Apollo <[email protected]>"]
edition = "2018"
description = "JavaScript bridge for the Apollo Router"
Expand Down
76 changes: 38 additions & 38 deletions federation-2/router-bridge/package-lock.json

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

6 changes: 3 additions & 3 deletions federation-2/router-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apollo/router-bridge",
"private": true,
"version": "2.4.1",
"version": "2.4.2",
"description": "Apollo Router JS Bridge Entrypoint",
"scripts": {
"build": "make-dir bundled js-dist && rm -f tsconfig.tsbuildinfo && tsc --build --verbose && node esbuild/bundler.js && cp js-dist/runtime.js js-dist/do_api_schema.js js-dist/do_introspect.js js-dist/plan_worker.js js-dist/test_logger_worker.js js-dist/test_get_random_values.js bundled/",
Expand All @@ -28,8 +28,8 @@
},
"dependencies": {
"@apollo/core-schema": "^0.3.0",
"@apollo/federation-internals": "^2.4.1",
"@apollo/query-planner": "^2.4.1",
"@apollo/federation-internals": "^2.4.2",
"@apollo/query-planner": "^2.4.2",
"@apollo/utils.usagereporting": "^1.0.0",
"apollo-reporting-protobuf": "^3.3.1",
"graphql": "16.6.0"
Expand Down

0 comments on commit d9b3ade

Please sign in to comment.