File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/app/src/cli/services/function Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @shopify/app ' : patch
3+ ---
4+
5+ Update Functions binaries to version supporting normalize method on JS strings
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import fs from 'node:fs'
1111import * as gzip from 'node:zlib'
1212import { fileURLToPath } from 'node:url'
1313
14- export const PREFERRED_FUNCTION_RUNNER_VERSION = '9.1.1 '
14+ export const PREFERRED_FUNCTION_RUNNER_VERSION = '9.1.2 '
1515
1616// Javy dependencies.
17- export const PREFERRED_JAVY_VERSION = '7.0.0 '
17+ export const PREFERRED_JAVY_VERSION = '7.0.1 '
1818// The Javy plugin version should match the plugin version used in the
1919// function-runner version specified above.
2020export const PREFERRED_JAVY_PLUGIN_VERSION = '3'
You can’t perform that action at this time.
0 commit comments