@charterlabs/rhinestone-sdk 0.1.0 → 0.1.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.
@@ -231,8 +231,8 @@ class Orchestrator {
231
231
  console.error(errorMessage);
232
232
  if (err.context) {
233
233
  console.error(`Context: ${JSON.stringify(err.context, undefined, 4)}`);
234
+ context = { ...context, ...err.context };
234
235
  }
235
- context = { ...context, ...err.context };
236
236
  }
237
237
  }
238
238
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charterlabs/rhinestone-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Rhinestone SDK for Charter Labs",
5
5
  "author": {
6
6
  "name": "Charter Labs",