diff --git a/bun.lockb b/bun.lockb index 50a1bf2..646e610 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/npm/darwin-arm64/README.md b/npm/darwin-arm64/README.md new file mode 100644 index 0000000..38abf33 --- /dev/null +++ b/npm/darwin-arm64/README.md @@ -0,0 +1,3 @@ +# `@replit/ruspty-darwin-arm64` + +This is the **aarch64-apple-darwin** binary for `@replit/ruspty` diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json new file mode 100644 index 0000000..5e1b923 --- /dev/null +++ b/npm/darwin-arm64/package.json @@ -0,0 +1,18 @@ +{ + "name": "@replit/ruspty-darwin-arm64", + "version": "1.1.1", + "os": [ + "darwin" + ], + "cpu": [ + "arm64" + ], + "main": "ruspty.darwin-arm64.node", + "files": [ + "ruspty.darwin-arm64.node" + ], + "license": "MIT", + "engines": { + "node": ">= 10" + } +} \ No newline at end of file diff --git a/package.json b/package.json index 3fb0923..03c0284 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "defaults": false, "additional": [ "x86_64-apple-darwin", + "aarch64-apple-darwin", "x86_64-unknown-linux-gnu" ] } @@ -42,6 +43,7 @@ }, "optionalDependencies": { "@replit/ruspty-darwin-x64": "1.0.0-alpha.1", + "@replit/ruspty-darwin-arm64": "1.0.0-alpha.1", "@replit/ruspty-linux-x64-gnu": "1.0.0-alpha.1" } }