skedyul 0.2.60 → 0.2.63

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/.build-stamp CHANGED
@@ -1 +1 @@
1
- 1769491688931
1
+ 1769492364175
package/dist/server.js CHANGED
@@ -370,6 +370,7 @@ function createCallToolHandler(registry, state, onMaxRequests) {
370
370
  return {
371
371
  output: functionResult.output,
372
372
  billing,
373
+ effect: functionResult.effect,
373
374
  };
374
375
  }
375
376
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skedyul",
3
- "version": "0.2.60",
3
+ "version": "0.2.63",
4
4
  "description": "The Skedyul SDK for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",