@byok-sdk/server 0.1.0 → 0.2.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 +3 -3
package/README.md CHANGED
@@ -7,4 +7,4 @@ stores over the frozen v1 protocol.
7
7
  Use `@byok-sdk/cloud` plus `@byok-sdk/cloud-postgres` for the durable hosted
8
8
  composition.
9
9
 
10
- MIT licensed. Node.js 20 or newer.
10
+ MIT licensed. Node.js 22.19.0 or newer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byok-sdk/server",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "BYOK SDK server: in-memory M0 reference implementation of the SaaS-side coordinator",
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",
@@ -40,7 +40,7 @@
40
40
  "hono": "^4.12.30",
41
41
  "jose": "^6.2.3",
42
42
  "ws": "^8.21.1",
43
- "@byok-sdk/protocol": "0.1.0"
43
+ "@byok-sdk/protocol": "0.2.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/ws": "^8.18.1"