@openape/apes 1.29.1 → 1.31.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.
@@ -8,7 +8,7 @@ import {
8
8
  getAgentChallengeEndpoint,
9
9
  getDelegationsEndpoint,
10
10
  getGrantsEndpoint
11
- } from "./chunk-NYJSBFLG.js";
11
+ } from "./chunk-MMBFV5WN.js";
12
12
  import "./chunk-OBF7IMQ2.js";
13
13
  export {
14
14
  ApiError,
@@ -20,4 +20,4 @@ export {
20
20
  getDelegationsEndpoint,
21
21
  getGrantsEndpoint
22
22
  };
23
- //# sourceMappingURL=http-UPOTOYQV.js.map
23
+ //# sourceMappingURL=http-SILH37L7.js.map
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  ApiError,
18
18
  apiFetch,
19
19
  discoverEndpoints
20
- } from "./chunk-NYJSBFLG.js";
20
+ } from "./chunk-MMBFV5WN.js";
21
21
  import {
22
22
  clearAuth,
23
23
  getAuthToken,
@@ -20,7 +20,7 @@ import {
20
20
  import {
21
21
  apiFetch,
22
22
  getGrantsEndpoint
23
- } from "./chunk-NYJSBFLG.js";
23
+ } from "./chunk-MMBFV5WN.js";
24
24
  import {
25
25
  loadAuth
26
26
  } from "./chunk-OBF7IMQ2.js";
@@ -779,4 +779,4 @@ async function runInteractiveShell() {
779
779
  export {
780
780
  runInteractiveShell
781
781
  };
782
- //# sourceMappingURL=orchestrator-P7QFDBBK.js.map
782
+ //# sourceMappingURL=orchestrator-6PZXCE54.js.map
@@ -11,7 +11,7 @@ import {
11
11
  import {
12
12
  apiFetch,
13
13
  getGrantsEndpoint
14
- } from "./chunk-NYJSBFLG.js";
14
+ } from "./chunk-MMBFV5WN.js";
15
15
  import {
16
16
  getAuthToken,
17
17
  getIdpUrl,
@@ -305,7 +305,7 @@ function registerAdapterTools(server) {
305
305
  async function startMcpServer(transport, port) {
306
306
  const server = new McpServer({
307
307
  name: "apes",
308
- version: true ? "1.29.1" : "0.1.0"
308
+ version: true ? "1.31.0" : "0.1.0"
309
309
  });
310
310
  registerStaticTools(server);
311
311
  registerAdapterTools(server);
@@ -333,4 +333,4 @@ async function startMcpServer(transport, port) {
333
333
  export {
334
334
  startMcpServer
335
335
  };
336
- //# sourceMappingURL=server-FB7FC2NT.js.map
336
+ //# sourceMappingURL=server-MDXOGP2U.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openape/apes",
3
- "version": "1.29.1",
3
+ "version": "1.31.0",
4
4
  "turbo": {
5
5
  "tags": [
6
6
  "publishable"
@@ -29,14 +29,14 @@
29
29
  "consola": "^3.4.2",
30
30
  "giget": "^2.0.0",
31
31
  "@lydell/node-pty": "1.2.0-beta.12",
32
- "shell-quote": "^1.8.3",
32
+ "shell-quote": "^1.8.4",
33
33
  "zod": "^4.3.6",
34
34
  "@openape/cli-auth": "0.5.0",
35
35
  "@openape/core": "0.18.0",
36
+ "@openape/agent-runtime": "0.2.2",
37
+ "@openape/shapes": "0.7.1",
36
38
  "@openape/grants": "0.12.1",
37
- "@openape/proxy": "0.4.6",
38
- "@openape/agent-runtime": "0.2.1",
39
- "@openape/shapes": "0.7.1"
39
+ "@openape/proxy": "0.4.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^25.3.5",
@@ -47,7 +47,7 @@
47
47
  "tsup": "^8.5.1",
48
48
  "typescript": "^5.8.2",
49
49
  "vitest": "^4.1.7",
50
- "@openape/server": "0.3.14"
50
+ "@openape/server": "0.3.15"
51
51
  },
52
52
  "license": "MIT",
53
53
  "author": "Patrick Hofmann <phofmann@delta-mind.at>",