We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce06a3 commit a22f36eCopy full SHA for a22f36e
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcutils-js-api",
3
- "version": "2.0.13",
+ "version": "2.0.14",
4
"module": "dist/index.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/types/server/server.ts
@@ -18,7 +18,6 @@ export type ServerMotd = {
18
clean: string[];
19
html: string[];
20
preview: string;
21
- htmlPreview: string;
22
};
23
24
export type ServerPlayerSampleName = {
0 commit comments