We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d6d40 commit cf433c1Copy full SHA for cf433c1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcutils-js-api",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"module": "dist/index.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/types/server/server.ts
@@ -15,6 +15,7 @@ export type ServerMotd = {
15
raw: string[];
16
clean: string[];
17
html: string[];
18
+ preview: string;
19
};
20
21
export type ServerPlayers = {
0 commit comments