@prismatic-io/spectral 8.1.0-preview5 → 8.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.
@@ -147,6 +147,8 @@ const handleErrors = (error) => {
147
147
  return {
148
148
  message,
149
149
  data: response === null || response === void 0 ? void 0 : response.data,
150
+ status: response === null || response === void 0 ? void 0 : response.status,
151
+ headers: response === null || response === void 0 ? void 0 : response.headers,
150
152
  };
151
153
  }
152
154
  return error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "8.1.0-preview5",
3
+ "version": "8.1.1",
4
4
  "description": "Utility library for building Prismatic components",
5
5
  "keywords": [
6
6
  "prismatic"