@granular-software/sdk 0.4.55 → 0.4.56
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/dist/agent-evals.js +1 -0
- package/dist/agent-evals.js.map +1 -1
- package/dist/agent-evals.mjs +1 -0
- package/dist/agent-evals.mjs.map +1 -1
- package/dist/cli/index.js +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/agent-evals.mjs
CHANGED
|
@@ -4023,6 +4023,7 @@ function rpcTimeoutMsForMethod(method) {
|
|
|
4023
4023
|
case "effects.addCatalog":
|
|
4024
4024
|
case "effects.removeCatalog":
|
|
4025
4025
|
case "effects.refresh":
|
|
4026
|
+
case "harness.prepare":
|
|
4026
4027
|
return EFFECT_CONTROL_RPC_TIMEOUT_MS;
|
|
4027
4028
|
case "harness.run":
|
|
4028
4029
|
return HARNESS_RUN_RPC_TIMEOUT_MS;
|