@fpl-forum/common
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -8,5 +8,6 @@ import { Subjects } from './subjects'; | ||
content: string; | ||
userId: string; | ||
userRepliedId: string; | ||
commentOwnerId: string; | ||
supId: string; | ||
}; | ||
} |
@@ -8,4 +8,5 @@ import { Subjects } from './subjects'; | ||
content: string; | ||
userId: string; | ||
userCommentedId: string; | ||
PostOwnerId: string; | ||
}; | ||
} |
{ | ||
"name": "@fpl-forum/common", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
25249
732