Skip to content

Commit

Permalink
Merge pull request #4482 from Shopify/ah.javy-3.1.1-patch
Browse files Browse the repository at this point in the history
Bump Javy to 3.1.1
  • Loading branch information
andrewhassan committed Sep 19, 2024
2 parents f35bef7 + b294b15 commit 35a1a61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-steaks-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/app': patch
---

Updates Javy to version 3.1.1
2 changes: 1 addition & 1 deletion packages/app/src/cli/services/function/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as gzip from 'node:zlib'
import {fileURLToPath} from 'node:url'

const FUNCTION_RUNNER_VERSION = 'v6.2.1'
const JAVY_VERSION = 'v3.1.0'
const JAVY_VERSION = 'v3.1.1'

// The logic for determining the download URL and what to do with the response stream is _coincidentally_ the same for
// Javy and function-runner for now. Those methods may not continue to have the same logic in the future. If they
Expand Down

0 comments on commit 35a1a61

Please sign in to comment.