@byok-sdk/cloud 0.1.1 → 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 +4 -4
package/README.md CHANGED
@@ -6,4 +6,4 @@ logic but no durable database or object-storage driver.
6
6
 
7
7
  Pair it with `@byok-sdk/cloud-postgres` for Postgres + R2 production storage.
8
8
 
9
- MIT licensed. Node.js 20 or newer.
9
+ MIT licensed. Node.js 22.19.0 or newer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byok-sdk/cloud",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "BYOK SDK hosted device surface: stateless frozen-v1 HTTP handlers over tenant-first @byok-sdk/core ports",
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",
@@ -38,8 +38,8 @@
38
38
  "dependencies": {
39
39
  "hono": "^4.12.30",
40
40
  "zod": "^4.4.3",
41
- "@byok-sdk/protocol": "0.1.1",
42
- "@byok-sdk/core": "0.1.1"
41
+ "@byok-sdk/protocol": "0.2.0",
42
+ "@byok-sdk/core": "0.2.0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsup && tsc -p tsconfig.build.json",