portfolio-types 7.0.0 → 7.1.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +3 -4
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -91,13 +91,12 @@ export interface PortfolioUser extends Omit<PortfolioBaseEntity, 'title' | 'visi
91
91
  avatar: PortfolioFile | null;
92
92
  }
93
93
  export type PortfolioUserList = Array<PortfolioUser>;
94
- interface Colorable {
94
+ export interface Colorable {
95
95
  color: `#${string}` | null;
96
96
  }
97
- interface Viewable {
97
+ export interface Viewable {
98
98
  isPublic: boolean;
99
99
  }
100
- interface Ownable {
100
+ export interface Ownable {
101
101
  author: PortfolioAuthor;
102
102
  }
103
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portfolio-types",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "private": false,
5
5
  "description": "Types for the Portfolio project",
6
6
  "keywords": [