From aed6e8ff3165ed67d99503cab73062889d29ebfd Mon Sep 17 00:00:00 2001 From: Tony Boyle Date: Thu, 21 May 2026 21:59:12 +0100 Subject: [PATCH 1/2] add metaplex as a longform bin alias alongside mplx --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ce9815..7ac6d2e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "version": "0.4.1", "author": "Metaplex ", "bin": { - "mplx": "./bin/run.js" + "mplx": "./bin/run.js", + "metaplex": "./bin/run.js" }, "oclif": { "commands": "./dist/commands", @@ -106,6 +107,7 @@ "build:clean": "pnpm run clean && pnpm run build", "dev": "./bin/dev.js", "mplx": "./bin/run.js", + "metaplex": "./bin/run.js", "lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts", "lint:fix": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts --fix", "postpack": "shx rm -f oclif.manifest.json", From c36587adfb61017777d96f50d6ac7b4e8af312ba Mon Sep 17 00:00:00 2001 From: Tony Boyle Date: Thu, 21 May 2026 22:01:27 +0100 Subject: [PATCH 2/2] bump version to 0.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ac6d2e..8fcec0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@metaplex-foundation/cli", "description": "Metaplex CLI", - "version": "0.4.1", + "version": "0.4.2", "author": "Metaplex ", "bin": { "mplx": "./bin/run.js",