We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
function-runner
1 parent 14c8e18 commit f16483eCopy full SHA for f16483e
.changeset/strange-dodos-develop.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/app': patch
3
4
+
5
+Bump `function-runner` version to v7.0.1
packages/app/src/cli/services/function/binaries.ts
@@ -10,7 +10,7 @@ import fs from 'node:fs'
10
import * as gzip from 'node:zlib'
11
import {fileURLToPath} from 'node:url'
12
13
-const FUNCTION_RUNNER_VERSION = 'v7.0.0'
+const FUNCTION_RUNNER_VERSION = 'v7.0.1'
14
const JAVY_VERSION = 'v4.0.0'
15
// The Javy plugin version should match the plugin version used in the
16
// function-runner version specified above.
0 commit comments