agent-relay 4.0.29 → 4.0.30

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/cloud",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Cloud SDK for Agent Relay — auth, workflow execution, and provider connections",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "test:watch": "vitest"
24
24
  },
25
25
  "dependencies": {
26
- "@agent-relay/config": "4.0.29",
26
+ "@agent-relay/config": "4.0.30",
27
27
  "@aws-sdk/client-s3": "3.1020.0",
28
28
  "ignore": "^7.0.5",
29
29
  "tar": "^7.5.10"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/config",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Shared configuration schemas and loaders for Agent Relay",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/hooks",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Hook emitter, registry, and trajectory hooks for Agent Relay",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,9 +37,9 @@
37
37
  "test:watch": "vitest"
38
38
  },
39
39
  "dependencies": {
40
- "@agent-relay/config": "4.0.29",
41
- "@agent-relay/trajectory": "4.0.29",
42
- "@agent-relay/sdk": "4.0.29"
40
+ "@agent-relay/config": "4.0.30",
41
+ "@agent-relay/trajectory": "4.0.30",
42
+ "@agent-relay/sdk": "4.0.30"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/sdk",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,6 +57,26 @@
57
57
  "import": "./dist/communicate/index.js",
58
58
  "default": "./dist/communicate/index.js"
59
59
  },
60
+ "./communicate/a2a-types": {
61
+ "types": "./dist/communicate/a2a-types.d.ts",
62
+ "import": "./dist/communicate/a2a-types.js",
63
+ "default": "./dist/communicate/a2a-types.js"
64
+ },
65
+ "./communicate/a2a-server": {
66
+ "types": "./dist/communicate/a2a-server.d.ts",
67
+ "import": "./dist/communicate/a2a-server.js",
68
+ "default": "./dist/communicate/a2a-server.js"
69
+ },
70
+ "./communicate/a2a-transport": {
71
+ "types": "./dist/communicate/a2a-transport.d.ts",
72
+ "import": "./dist/communicate/a2a-transport.js",
73
+ "default": "./dist/communicate/a2a-transport.js"
74
+ },
75
+ "./communicate/a2a-bridge": {
76
+ "types": "./dist/communicate/a2a-bridge.d.ts",
77
+ "import": "./dist/communicate/a2a-bridge.js",
78
+ "default": "./dist/communicate/a2a-bridge.js"
79
+ },
60
80
  "./communicate/adapters/pi": {
61
81
  "types": "./dist/communicate/adapters/pi.d.ts",
62
82
  "import": "./dist/communicate/adapters/pi.js",
@@ -114,7 +134,7 @@
114
134
  "@types/ws": "^8.5.10"
115
135
  },
116
136
  "dependencies": {
117
- "@agent-relay/config": "4.0.29",
137
+ "@agent-relay/config": "4.0.30",
118
138
  "@relaycast/sdk": "^1.1.0",
119
139
  "@relayfile/sdk": "^0.1.2",
120
140
  "@sinclair/typebox": "^0.34.48",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/telemetry",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Anonymous telemetry for Agent Relay usage analytics",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/trajectory",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Trajectory integration utilities (trail/PDERO) for Relay",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "vitest"
23
23
  },
24
24
  "dependencies": {
25
- "@agent-relay/config": "4.0.29"
25
+ "@agent-relay/config": "4.0.30"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/user-directory",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "User directory service for agent-relay (per-user credential storage)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "vitest"
23
23
  },
24
24
  "dependencies": {
25
- "@agent-relay/utils": "4.0.29"
25
+ "@agent-relay/utils": "4.0.30"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/utils",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Shared utilities for agent-relay: logging, name generation, command resolution, update checking",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -111,7 +111,7 @@
111
111
  "vitest": "^3.2.4"
112
112
  },
113
113
  "dependencies": {
114
- "@agent-relay/config": "4.0.29",
114
+ "@agent-relay/config": "4.0.30",
115
115
  "compare-versions": "^6.1.1"
116
116
  },
117
117
  "publishConfig": {
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v2.0.3](https://github.com/inspect-js/hasOwn/compare/v2.0.2...v2.0.3) - 2026-04-17
9
+
10
+ ### Commits
11
+
12
+ - [actions] update workflows [`fb837b8`](https://github.com/inspect-js/hasOwn/commit/fb837b849bcdb8416fdc8fd344edfacd5574696c)
13
+ - [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/tape`, `auto-changelog`, `eslint`, `mock-property`, `npmignore`, `tape` [`f4b279b`](https://github.com/inspect-js/hasOwn/commit/f4b279bd682be34b3f0ede2a58d4e8acb58d6d47)
14
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`; migrate to flat config [`7e415ce`](https://github.com/inspect-js/hasOwn/commit/7e415cee55ebf43b3c34d7fd86db73a9928b05f7)
15
+ - [Dev Deps] update `eslint` [`ef313da`](https://github.com/inspect-js/hasOwn/commit/ef313da342d33b60e23e738b9f5a86f6065f39ef)
16
+ - [meta] use `npm audit` instead of `aud` [`d5c6d4d`](https://github.com/inspect-js/hasOwn/commit/d5c6d4d7a19c6ca4f14ac173b30d8bf25abcabee)
17
+ - [types] add overload that narrows the key [`cc03a09`](https://github.com/inspect-js/hasOwn/commit/cc03a097e9402fb8b86d413050e67f790dd6c8c5)
18
+
8
19
  ## [v2.0.2](https://github.com/inspect-js/hasOwn/compare/v2.0.1...v2.0.2) - 2024-03-10
9
20
 
10
21
  ### Commits
@@ -0,0 +1,6 @@
1
+ import ljharbConfig from '@ljharb/eslint-config/flat';
2
+
3
+ export default [
4
+ ...ljharbConfig,
5
+ { rules: { 'no-extra-parens': 'off' } },
6
+ ];
@@ -1,3 +1,4 @@
1
+ declare function hasOwn<O, K extends PropertyKey>(o: O, p: K): p is K & keyof O;
1
2
  declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
2
3
 
3
4
  export = hasOwn;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hasown",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "A robust, ES3 compatible, \"has own property\" predicate.",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -14,14 +14,14 @@
14
14
  "prepublish": "not-in-publish || npm run prepublishOnly",
15
15
  "prepublishOnly": "safe-publish-latest",
16
16
  "prelint": "evalmd README.md",
17
- "lint": "eslint --ext=js,mjs .",
17
+ "lint": "eslint .",
18
18
  "postlint": "npm run tsc",
19
19
  "pretest": "npm run lint",
20
20
  "tsc": "tsc -p .",
21
21
  "posttsc": "attw -P",
22
22
  "tests-only": "nyc tape 'test/**/*.js'",
23
23
  "test": "npm run tests-only",
24
- "posttest": "aud --production",
24
+ "posttest": "npx npm@\">= 10.2\" audit --production",
25
25
  "version": "auto-changelog && git add CHANGELOG.md",
26
26
  "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
27
27
  },
@@ -51,22 +51,22 @@
51
51
  "function-bind": "^1.1.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@arethetypeswrong/cli": "^0.15.1",
55
- "@ljharb/eslint-config": "^21.1.0",
56
- "@ljharb/tsconfig": "^0.2.0",
54
+ "@arethetypeswrong/cli": "^0.18.2",
55
+ "@ljharb/eslint-config": "^22.2.2",
56
+ "@ljharb/tsconfig": "^0.3.2",
57
57
  "@types/function-bind": "^1.1.10",
58
- "@types/mock-property": "^1.0.2",
59
- "@types/tape": "^5.6.4",
60
- "aud": "^2.0.4",
61
- "auto-changelog": "^2.4.0",
62
- "eslint": "=8.8.0",
58
+ "@types/tape": "^5.8.1",
59
+ "auto-changelog": "^2.5.0",
60
+ "encoding": "^0.1.13",
61
+ "eslint": "^10.2.0",
63
62
  "evalmd": "^0.0.19",
64
63
  "in-publish": "^2.0.1",
65
- "mock-property": "^1.0.3",
66
- "npmignore": "^0.3.1",
64
+ "jiti": "^0.0.0",
65
+ "mock-property": "^1.1.0",
66
+ "npmignore": "^0.3.5",
67
67
  "nyc": "^10.3.2",
68
68
  "safe-publish-latest": "^2.0.0",
69
- "tape": "^5.7.5",
69
+ "tape": "^5.9.0",
70
70
  "typescript": "next"
71
71
  },
72
72
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-relay",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Real-time agent-to-agent communication system",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -196,14 +196,14 @@
196
196
  },
197
197
  "homepage": "https://github.com/AgentWorkforce/relay#readme",
198
198
  "dependencies": {
199
- "@agent-relay/cloud": "4.0.29",
200
- "@agent-relay/config": "4.0.29",
201
- "@agent-relay/hooks": "4.0.29",
202
- "@agent-relay/sdk": "4.0.29",
203
- "@agent-relay/telemetry": "4.0.29",
204
- "@agent-relay/trajectory": "4.0.29",
205
- "@agent-relay/user-directory": "4.0.29",
206
- "@agent-relay/utils": "4.0.29",
199
+ "@agent-relay/cloud": "4.0.30",
200
+ "@agent-relay/config": "4.0.30",
201
+ "@agent-relay/hooks": "4.0.30",
202
+ "@agent-relay/sdk": "4.0.30",
203
+ "@agent-relay/telemetry": "4.0.30",
204
+ "@agent-relay/trajectory": "4.0.30",
205
+ "@agent-relay/user-directory": "4.0.30",
206
+ "@agent-relay/utils": "4.0.30",
207
207
  "@aws-sdk/client-s3": "3.1020.0",
208
208
  "@modelcontextprotocol/sdk": "^1.0.0",
209
209
  "@relayauth/core": "^0.1.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/cloud",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Cloud SDK for Agent Relay — auth, workflow execution, and provider connections",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "test:watch": "vitest"
24
24
  },
25
25
  "dependencies": {
26
- "@agent-relay/config": "4.0.29",
26
+ "@agent-relay/config": "4.0.30",
27
27
  "@aws-sdk/client-s3": "3.1020.0",
28
28
  "ignore": "^7.0.5",
29
29
  "tar": "^7.5.10"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/config",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Shared configuration schemas and loaders for Agent Relay",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/hooks",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Hook emitter, registry, and trajectory hooks for Agent Relay",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,9 +37,9 @@
37
37
  "test:watch": "vitest"
38
38
  },
39
39
  "dependencies": {
40
- "@agent-relay/config": "4.0.29",
41
- "@agent-relay/trajectory": "4.0.29",
42
- "@agent-relay/sdk": "4.0.29"
40
+ "@agent-relay/config": "4.0.30",
41
+ "@agent-relay/trajectory": "4.0.30",
42
+ "@agent-relay/sdk": "4.0.30"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/sdk",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,6 +57,26 @@
57
57
  "import": "./dist/communicate/index.js",
58
58
  "default": "./dist/communicate/index.js"
59
59
  },
60
+ "./communicate/a2a-types": {
61
+ "types": "./dist/communicate/a2a-types.d.ts",
62
+ "import": "./dist/communicate/a2a-types.js",
63
+ "default": "./dist/communicate/a2a-types.js"
64
+ },
65
+ "./communicate/a2a-server": {
66
+ "types": "./dist/communicate/a2a-server.d.ts",
67
+ "import": "./dist/communicate/a2a-server.js",
68
+ "default": "./dist/communicate/a2a-server.js"
69
+ },
70
+ "./communicate/a2a-transport": {
71
+ "types": "./dist/communicate/a2a-transport.d.ts",
72
+ "import": "./dist/communicate/a2a-transport.js",
73
+ "default": "./dist/communicate/a2a-transport.js"
74
+ },
75
+ "./communicate/a2a-bridge": {
76
+ "types": "./dist/communicate/a2a-bridge.d.ts",
77
+ "import": "./dist/communicate/a2a-bridge.js",
78
+ "default": "./dist/communicate/a2a-bridge.js"
79
+ },
60
80
  "./communicate/adapters/pi": {
61
81
  "types": "./dist/communicate/adapters/pi.d.ts",
62
82
  "import": "./dist/communicate/adapters/pi.js",
@@ -114,7 +134,7 @@
114
134
  "@types/ws": "^8.5.10"
115
135
  },
116
136
  "dependencies": {
117
- "@agent-relay/config": "4.0.29",
137
+ "@agent-relay/config": "4.0.30",
118
138
  "@relaycast/sdk": "^1.1.0",
119
139
  "@relayfile/sdk": "^0.1.2",
120
140
  "@sinclair/typebox": "^0.34.48",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/telemetry",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Anonymous telemetry for Agent Relay usage analytics",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/trajectory",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Trajectory integration utilities (trail/PDERO) for Relay",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "vitest"
23
23
  },
24
24
  "dependencies": {
25
- "@agent-relay/config": "4.0.29"
25
+ "@agent-relay/config": "4.0.30"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/user-directory",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "User directory service for agent-relay (per-user credential storage)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test:watch": "vitest"
23
23
  },
24
24
  "dependencies": {
25
- "@agent-relay/utils": "4.0.29"
25
+ "@agent-relay/utils": "4.0.30"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.19.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/utils",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Shared utilities for agent-relay: logging, name generation, command resolution, update checking",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -111,7 +111,7 @@
111
111
  "vitest": "^3.2.4"
112
112
  },
113
113
  "dependencies": {
114
- "@agent-relay/config": "4.0.29",
114
+ "@agent-relay/config": "4.0.30",
115
115
  "compare-versions": "^6.1.1"
116
116
  },
117
117
  "publishConfig": {
@@ -1,5 +0,0 @@
1
- {
2
- "root": true,
3
-
4
- "extends": "@ljharb",
5
- }