@granular-software/sdk 0.4.55 → 0.4.57
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/index.mjs
CHANGED
|
@@ -4020,6 +4020,7 @@ function rpcTimeoutMsForMethod(method) {
|
|
|
4020
4020
|
case "effects.addCatalog":
|
|
4021
4021
|
case "effects.removeCatalog":
|
|
4022
4022
|
case "effects.refresh":
|
|
4023
|
+
case "harness.prepare":
|
|
4023
4024
|
return EFFECT_CONTROL_RPC_TIMEOUT_MS;
|
|
4024
4025
|
case "harness.run":
|
|
4025
4026
|
return HARNESS_RUN_RPC_TIMEOUT_MS;
|