byok-sdk 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 +10 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # byok-sdk (placeholder)
2
+
3
+ This unscoped name is reserved by the BYOK SDK project to prevent confusion.
4
+
5
+ Official packages are published under the **@byok-sdk** scope:
6
+
7
+ - `@byok-sdk/keys` — provider key management
8
+ - `@byok-sdk/protocol`, `@byok-sdk/server`, `@byok-sdk/client` — agent dispatch plane (not yet published)
9
+
10
+ Source: https://github.com/Ancienttwo/byok-sdk
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "byok-sdk",
3
+ "version": "0.0.1",
4
+ "description": "Name placeholder for the BYOK SDK. Official packages are published under the @byok-sdk scope (e.g. @byok-sdk/keys).",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/Ancienttwo/byok-sdk.git"
9
+ },
10
+ "homepage": "https://github.com/Ancienttwo/byok-sdk#readme"
11
+ }