@boundaryml/baml-bridge-linux-x64-gnu 0.0.0 → 0.13.1-nightly.20260707.f

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.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # @boundaryml/baml-bridge-linux-x64-gnu
1
+ # `@boundaryml/baml-bridge-linux-x64-gnu`
2
2
 
3
- Placeholder to reserve the package name. Real builds are published by CI from https://github.com/BoundaryML/baml
3
+ This is the **x86_64-unknown-linux-gnu** binary for `@boundaryml/baml-bridge`
Binary file
package/package.json CHANGED
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "name": "@boundaryml/baml-bridge-linux-x64-gnu",
3
- "version": "0.0.0",
4
- "description": "Name placeholder for @boundaryml/baml-bridge-linux-x64-gnu; real releases are published from BoundaryML/baml via CI. See @boundaryml/baml-bridge.",
5
- "license": "Apache-2.0",
3
+ "version": "0.13.1-nightly.20260707.f",
4
+ "cpu": [
5
+ "x64"
6
+ ],
7
+ "main": "baml_node.linux-x64-gnu.node",
8
+ "files": [
9
+ "baml_node.linux-x64-gnu.node"
10
+ ],
6
11
  "repository": {
7
12
  "type": "git",
8
- "url": "git+https://github.com/BoundaryML/baml.git"
13
+ "url": "git+https://github.com/BoundaryML/baml.git",
14
+ "directory": "baml_language/sdks/nodejs/bridge_nodejs"
9
15
  },
10
16
  "publishConfig": {
11
17
  "access": "public"
12
- }
13
- }
18
+ },
19
+ "os": [
20
+ "linux"
21
+ ],
22
+ "libc": [
23
+ "glibc"
24
+ ]
25
+ }