@pb33f/cowboy-components 0.5.1 → 0.5.3

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.
@@ -159,7 +159,7 @@ export class ModelService {
159
159
  }
160
160
  const mockData = await graph.text();
161
161
  if (!mockData) {
162
- reject({ detail: 'unable to fetch model graph' });
162
+ reject({ detail: 'unable to fetch model graph, please re-lint your specification' });
163
163
  return;
164
164
  }
165
165
  resolve(mockData);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Princess Beef Heavy Industries Cowboy Components",
4
4
  "private": false,
5
5
  "license": "BUSL-1.1",
6
- "version": "0.5.1",
6
+ "version": "0.5.3",
7
7
  "type": "module",
8
8
  "main": "./dist/cowboy-components.umd.cjs",
9
9
  "module": "./dist/cowboy-components.js",