@fpl-forum/common
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -10,4 +10,5 @@ import { Subjects } from './subjects'; | ||
downVotes?: string[]; | ||
userId: string; | ||
userVotedId: string; | ||
commentOwnerId: string; | ||
}; | ||
} |
@@ -11,4 +11,5 @@ import { Subjects } from './subjects'; | ||
downVotes?: string[]; | ||
userId: string; | ||
userVotedId: string; | ||
postOwnerId: string; | ||
}; | ||
} |
{ | ||
"name": "@fpl-forum/common", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
25172
730