@relayburn/sdk-linux-x64-gnu 0.0.1

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +29 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # linux-x64-gnu (sdk)
2
+
3
+ Placeholder package reserved for the prebuilt napi-rs binding artifact for `@relayburn/sdk` on `linux-x64-gnu`. The real artifact ships at version 2.0+.
4
+
5
+ See https://github.com/AgentWorkforce/burn (issue #240) for context.
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@relayburn/sdk-linux-x64-gnu",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder — reserved for napi-rs binding artifact at 2.0+. See https://github.com/AgentWorkforce/burn issue #240.",
5
+ "files": [
6
+ "package.json",
7
+ "README.md"
8
+ ],
9
+ "os": [
10
+ "linux"
11
+ ],
12
+ "cpu": [
13
+ "x64"
14
+ ],
15
+ "libc": [
16
+ "glibc"
17
+ ],
18
+ "engines": {
19
+ "node": ">=22"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/AgentWorkforce/burn",
24
+ "directory": "packages/sdk-node/npm/linux-x64-gnu"
25
+ },
26
+ "publishConfig": {
27
+ "access": "public"
28
+ }
29
+ }