Skip to content

Commit 1a575cf

Browse files
fix missing types
1 parent 31eb2d1 commit 1a575cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcutils-js-api",
3-
"version": "2.0.20",
3+
"version": "2.0.21",
44
"module": "dist/index.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/player/cape/cape.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ export type Cape = {
88
export type CapeData = {
99
name: string;
1010
textureId: string;
11+
textureUrl: string;
12+
parts: Record<CapePart, string>;
1113
};

0 commit comments

Comments
 (0)