@keemakr/agent-sdk 0.12.0 → 0.13.0-dev-20260827124331

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keemakr/agent-sdk",
3
- "version": "0.12.0",
3
+ "version": "0.13.0-dev-20260827124331",
4
4
  "description": "The floor for keemakr marketplace agents: verify the capability grant and reach tenant connections, memory, and shared platform tools through keemakr-core — without holding raw secrets or resolving the tenant yourself.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,10 +36,11 @@
36
36
  "gen:connectors": "node scripts/gen-connectors.mjs",
37
37
  "build": "npm run gen:connectors && tsc -p tsconfig.json",
38
38
  "typecheck": "npm run gen:connectors && tsc --noEmit",
39
- "prepublishOnly": "npm run build"
39
+ "prepublishOnly": "npm run build",
40
+ "typecheck:peer-ceiling": "npm run gen:connectors && tsc -p tsconfig.peer-ceiling.json"
40
41
  },
41
42
  "peerDependencies": {
42
- "eve": "0.22.1",
43
+ "eve": ">=0.22.1 <0.41",
43
44
  "jose": "^6.2.3"
44
45
  },
45
46
  "devDependencies": {