Skip to content

Commit 16ceed4

Browse files
Anil-matchaclaude
andcommitted
feat: 0.2.4 — slim npm package, always download binary from GitHub
Remove bundled platform binaries from npm package files[]. The old 0.2.3 npm tarball shipped a macOS arm64 binary that was built without proper package bundling, causing ImportError on launch. Now install.js always downloads the correct binary from SamurAIGPT/muapi-cli releases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 18a8ec6 commit 16ceed4

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

npm/package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "muapi-cli",
3-
"version": "0.2.3",
4-
"description": "Official CLI for muapi.ai \u2014 generate images, videos, and audio from your terminal",
3+
"version": "0.2.4",
4+
"description": "Official CLI for muapi.ai generate images, videos, and audio from your terminal",
55
"keywords": [
66
"muapi",
77
"ai",
@@ -26,14 +26,9 @@
2626
},
2727
"files": [
2828
"bin/muapi",
29-
"bin/muapi-darwin-arm64",
30-
"bin/muapi-darwin-x86_64",
31-
"bin/muapi-linux-x86_64",
32-
"bin/muapi-linux-arm64",
33-
"bin/muapi-windows-x86_64.exe",
3429
"scripts/install.js"
3530
],
3631
"engines": {
3732
"node": ">=16"
3833
}
39-
}
34+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "muapi-cli"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "Official CLI for muapi.ai — generative media at your fingertips"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)