skedyul 0.1.62 → 0.1.64

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
- 1769048098473
1
+ 1769049271185
package/dist/config.d.ts CHANGED
@@ -267,11 +267,11 @@ export interface SkedyulConfig {
267
267
  computeLayer?: ComputeLayerType;
268
268
  /** Tool registry - direct object or dynamic import */
269
269
  tools?: ToolRegistry | Promise<{
270
- registry: ToolRegistry;
270
+ toolRegistry: ToolRegistry;
271
271
  }>;
272
272
  /** Webhook registry - direct object or dynamic import */
273
273
  webhooks?: WebhookRegistry | Promise<{
274
- registry: WebhookRegistry;
274
+ webhookRegistry: WebhookRegistry;
275
275
  }>;
276
276
  /** Provision configuration - direct object or dynamic import */
277
277
  provision?: ProvisionConfig | Promise<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skedyul",
3
- "version": "0.1.62",
3
+ "version": "0.1.64",
4
4
  "description": "The Skedyul SDK for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",