@ai-sdk/harness-codex 1.0.0-beta.15 → 1.0.0-beta.17

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ai-sdk/harness-codex
2
2
 
3
+ ## 1.0.0-beta.17
4
+
5
+ ### Patch Changes
6
+
7
+ - @ai-sdk/harness@1.0.0-beta.21
8
+
9
+ ## 1.0.0-beta.16
10
+
11
+ ### Patch Changes
12
+
13
+ - e5d4a24: chore(harness): update ws package
14
+ - Updated dependencies [e5d4a24]
15
+ - @ai-sdk/harness@1.0.0-beta.20
16
+
3
17
  ## 1.0.0-beta.15
4
18
 
5
19
  ### Patch Changes
@@ -6,7 +6,7 @@
6
6
  "dependencies": {
7
7
  "@openai/codex-sdk": "0.130.0",
8
8
  "@modelcontextprotocol/sdk": "1.29.0",
9
- "ws": "8.20.1",
9
+ "ws": "8.21.0",
10
10
  "zod": "3.25.76"
11
11
  }
12
12
  }
@@ -15,8 +15,8 @@ importers:
15
15
  specifier: 0.130.0
16
16
  version: 0.130.0
17
17
  ws:
18
- specifier: 8.20.1
19
- version: 8.20.1
18
+ specifier: 8.21.0
19
+ version: 8.21.0
20
20
  zod:
21
21
  specifier: 3.25.76
22
22
  version: 3.25.76
@@ -430,8 +430,8 @@ packages:
430
430
  wrappy@1.0.2:
431
431
  resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
432
432
 
433
- ws@8.20.1:
434
- resolution: {integrity: sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==}
433
+ ws@8.21.0:
434
+ resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==}
435
435
  engines: {node: '>=10.0.0'}
436
436
  peerDependencies:
437
437
  bufferutil: ^4.0.1
@@ -870,7 +870,7 @@ snapshots:
870
870
 
871
871
  wrappy@1.0.2: {}
872
872
 
873
- ws@8.20.1: {}
873
+ ws@8.21.0: {}
874
874
 
875
875
  zod-to-json-schema@3.25.2(zod@3.25.76):
876
876
  dependencies:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/harness-codex",
3
- "version": "1.0.0-beta.15",
3
+ "version": "1.0.0-beta.17",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -26,9 +26,9 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "ws": "^8.20.1",
29
+ "ws": "^8.21.0",
30
30
  "zod": "3.25.76",
31
- "@ai-sdk/harness": "1.0.0-beta.19",
31
+ "@ai-sdk/harness": "1.0.0-beta.21",
32
32
  "@ai-sdk/provider-utils": "5.0.0-beta.49"
33
33
  },
34
34
  "devDependencies": {
@@ -6,7 +6,7 @@
6
6
  "dependencies": {
7
7
  "@openai/codex-sdk": "0.130.0",
8
8
  "@modelcontextprotocol/sdk": "1.29.0",
9
- "ws": "8.20.1",
9
+ "ws": "8.21.0",
10
10
  "zod": "3.25.76"
11
11
  }
12
12
  }
@@ -15,8 +15,8 @@ importers:
15
15
  specifier: 0.130.0
16
16
  version: 0.130.0
17
17
  ws:
18
- specifier: 8.20.1
19
- version: 8.20.1
18
+ specifier: 8.21.0
19
+ version: 8.21.0
20
20
  zod:
21
21
  specifier: 3.25.76
22
22
  version: 3.25.76
@@ -430,8 +430,8 @@ packages:
430
430
  wrappy@1.0.2:
431
431
  resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
432
432
 
433
- ws@8.20.1:
434
- resolution: {integrity: sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==}
433
+ ws@8.21.0:
434
+ resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==}
435
435
  engines: {node: '>=10.0.0'}
436
436
  peerDependencies:
437
437
  bufferutil: ^4.0.1
@@ -870,7 +870,7 @@ snapshots:
870
870
 
871
871
  wrappy@1.0.2: {}
872
872
 
873
- ws@8.20.1: {}
873
+ ws@8.21.0: {}
874
874
 
875
875
  zod-to-json-schema@3.25.2(zod@3.25.76):
876
876
  dependencies: