Skip to content

Commit aaa6cfd

Browse files
Bump Monorail schema topic to app_cli3_command/1.22
Aligns with Shopify/monorail#23445 which adds env_install_package_manager to the schema. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a595715 commit aaa6cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-kit/src/public/node/monorail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const url = 'https://monorail-edge.shopifysvc.com/v1/produce'
1010
type Optional<T> = T | null
1111

1212
// This is the topic name of the main event we log to Monorail, the command tracker
13-
export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.21'
13+
export const MONORAIL_COMMAND_TOPIC = 'app_cli3_command/1.22'
1414

1515
export interface Schemas {
1616
[MONORAIL_COMMAND_TOPIC]: {

0 commit comments

Comments
 (0)