We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2013c66 + a18c72a commit c84536dCopy full SHA for c84536d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyperplay/utils",
3
- "version": "0.3.14",
+ "version": "0.3.15",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
src/questTypes.ts
@@ -19,6 +19,7 @@ export interface Reward {
19
}[]
20
image_url: string
21
numClaimsLeft: string
22
+ num_claims_per_device: string
23
}
24
25
export type QuestStatus =
0 commit comments