We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdefb3 commit 7a7daf1Copy full SHA for 7a7daf1
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ddnet",
3
- "version": "0.10.31",
+ "version": "0.10.4",
4
"description": "A typescript npm package for interacting with data from ddnet.org",
5
"main": "dist/DDNet.js",
6
"exports": {
src/Master.ts
@@ -77,7 +77,9 @@ export const _Schema_MasterSrv_Info_DDRace = z.object({
77
color: z.number().optional()
78
})
79
80
- ])
+ ]),
81
+ afk: z.boolean(),
82
+ team: z.number()
83
84
)
85
});
0 commit comments