@teamkeel/functions-runtime 0.225.0 → 0.225.1

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 +1 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26191,11 +26191,7 @@ var handler = async ({ method: name, params: inputs, id }, config) => {
26191
26191
  } else {
26192
26192
  msg = JSON.stringify(e);
26193
26193
  }
26194
- return (0, import_json_rpc_2.createJSONRPCErrorResponse)(
26195
- id,
26196
- import_json_rpc_2.JSONRPCErrorCode.InternalError,
26197
- e.message
26198
- );
26194
+ return (0, import_json_rpc_2.createJSONRPCErrorResponse)(id, import_json_rpc_2.JSONRPCErrorCode.InternalError, msg);
26199
26195
  }
26200
26196
  };
26201
26197
  var customFunctions_default = handler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamkeel/functions-runtime",
3
- "version": "0.225.0",
3
+ "version": "0.225.1",
4
4
  "description": "Internal package used by @teamkeel/sdk",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {