@reactionary/core 0.2.13 → 0.2.15

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.
@@ -101,7 +101,10 @@ function Reactionary(options) {
101
101
  return validatedResult;
102
102
  } catch (err) {
103
103
  status = "error";
104
- trace.getActiveSpan()?.setStatus({ code: SpanStatusCode.ERROR, message: errorToString(err) });
104
+ trace.getActiveSpan()?.setStatus({
105
+ code: SpanStatusCode.ERROR,
106
+ message: errorToString(err)
107
+ });
105
108
  const result = error({
106
109
  type: "Generic",
107
110
  message: errorToString(err)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactionary/core",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "main": "index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "dependencies": {