@prismatic-io/spectral 5.0.0-rc.4 → 5.0.0

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.
@@ -9,8 +9,8 @@ interface DisplayDefinition {
9
9
  description: string;
10
10
  }
11
11
  interface ExtraDisplayDefinitionFields {
12
- /** Path to icon to use for this Component. Path should be relative to component roto index. */
13
- iconPath?: string;
12
+ /** Path to icon to use for this Component. Path should be relative to the built component source. */
13
+ iconPath: string;
14
14
  /** Category of the Component. */
15
15
  category?: string;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "5.0.0-rc.4",
3
+ "version": "5.0.0",
4
4
  "description": "Utility library for building Prismatic components",
5
5
  "keywords": [
6
6
  "prismatic"