polyapi 0.26.6 → 0.26.7

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.
@@ -147,6 +147,7 @@ function safeStringify(obj) {
147
147
  return JSON.stringify(obj, null, 2);
148
148
  } catch (err) {
149
149
  // silently swallow error and just log input
150
+ return obj;
150
151
  }
151
152
  }
152
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polyapi",
3
- "version": "0.26.6",
3
+ "version": "0.26.7",
4
4
  "description": "Poly is a CLI tool to help create and manage your Poly definitions.",
5
5
  "license": "MIT",
6
6
  "repository": {