@braintrust/bt-linux-x64-musl 0.0.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/bin/bt +0 -0
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # @braintrust/bt-linux-x64-musl
2
2
 
3
- Placeholder package used to reserve the npm package name before publishing real `bt` binaries. Install [`braintrust`](https://www.npmjs.com/package/braintrust) instead.
3
+ Prebuilt `bt` binary for linux-x64 (musl).
4
+
5
+ Installed automatically as an optional dependency of [`braintrust`](https://www.npmjs.com/package/braintrust), which exposes the `bt` command. Install that package instead.
package/bin/bt ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@braintrust/bt-linux-x64-musl",
3
- "version": "0.0.1",
3
+ "version": "0.12.0",
4
4
  "description": "Prebuilt bt binary for linux-x64-musl",
5
5
  "homepage": "https://github.com/braintrustdata/bt",
6
6
  "repository": {
@@ -9,15 +9,15 @@
9
9
  },
10
10
  "license": "Apache-2.0",
11
11
  "author": "Braintrust engineering <eng@braintrust.dev>",
12
+ "files": [
13
+ "bin/"
14
+ ],
12
15
  "os": [
13
16
  "linux"
14
17
  ],
15
18
  "cpu": [
16
19
  "x64"
17
20
  ],
18
- "publishConfig": {
19
- "access": "public"
20
- },
21
21
  "preferUnplugged": true,
22
22
  "libc": [
23
23
  "musl"