byok-sdk 0.1.1 → 0.3.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -23,4 +23,4 @@ composition examples and operational boundaries.
23
23
 
24
24
  ## License
25
25
 
26
- MIT
26
+ MIT. Node.js 22.19.0 or newer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byok-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.3.0",
4
4
  "description": "Bring-your-own-agent SDK for local daemons, self-hosted coordination, and hosted multi-tenant BYOK infrastructure",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "homepage": "https://github.com/Ancienttwo/byok-sdk#readme",
16
16
  "engines": {
17
- "node": ">=20"
17
+ "node": ">=22.19.0"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "main": "./dist/index.js",
@@ -36,12 +36,12 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@byok-sdk/cloud": "0.1.1",
40
- "@byok-sdk/cloud-postgres": "0.1.1",
41
- "@byok-sdk/core": "0.1.1",
42
- "@byok-sdk/client": "0.1.1",
43
- "@byok-sdk/server": "0.1.1",
44
- "@byok-sdk/protocol": "0.1.1"
39
+ "@byok-sdk/client": "0.3.0",
40
+ "@byok-sdk/cloud": "0.3.0",
41
+ "@byok-sdk/cloud-postgres": "0.3.0",
42
+ "@byok-sdk/core": "0.3.0",
43
+ "@byok-sdk/protocol": "0.3.0",
44
+ "@byok-sdk/server": "0.3.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup && tsc -p tsconfig.build.json",