@newhomestar/sdk 0.4.4 → 0.4.5

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -78,7 +78,8 @@ export function createORPCRouter(def) {
78
78
  }
79
79
  };
80
80
  return await actionDef.handler(input, ctx);
81
- });
81
+ })
82
+ .callable(); // Make the procedure callable like a regular function
82
83
  procedures[actionName] = procedure;
83
84
  }
84
85
  return procedures;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newhomestar/sdk",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Type-safe SDK for building Nova pipelines (workers & functions)",
5
5
  "homepage": "https://github.com/newhomestar/nova-node-sdk#readme",
6
6
  "bugs": {