@relayburn/sdk-darwin-arm64 0.0.1 → 2.1.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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
- # darwin-arm64 (sdk)
1
+ # @relayburn/sdk-darwin-arm64
2
2
 
3
- Placeholder package reserved for the prebuilt napi-rs binding artifact for `@relayburn/sdk` on `darwin-arm64`. The real artifact ships at version 2.0+.
3
+ Prebuilt native binding for `@relayburn/sdk` on `darwin-arm64`. You should
4
+ not depend on this package directly — install `@relayburn/sdk` and the right
5
+ platform binding is resolved via `optionalDependencies`.
4
6
 
5
- See https://github.com/AgentWorkforce/burn (issue #240) for context.
7
+ See <https://github.com/AgentWorkforce/burn>.
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "@relayburn/sdk-darwin-arm64",
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.",
3
+ "version": "2.1.0",
4
+ "description": "Prebuilt napi-rs binding for @relayburn/sdk on darwin-arm64.",
5
+ "main": "relayburn-sdk.darwin-arm64.node",
5
6
  "files": [
7
+ "relayburn-sdk.darwin-arm64.node",
6
8
  "package.json",
7
9
  "README.md"
8
10
  ],
@@ -21,6 +23,7 @@
21
23
  "directory": "packages/sdk-node/npm/darwin-arm64"
22
24
  },
23
25
  "publishConfig": {
24
- "access": "public"
26
+ "access": "public",
27
+ "tag": "next"
25
28
  }
26
29
  }
Binary file