We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc208d commit fd30036Copy full SHA for fd30036
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcutils-js-api",
3
- "version": "2.0.31",
+ "version": "2.0.32",
4
"module": "dist/index.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/types/player/cape/cape.ts
@@ -5,4 +5,5 @@ export type Cape = {
textureId: string;
textureUrl: string;
7
parts: Record<CapePart, string>;
8
+ accountsOwned: number;
9
};
0 commit comments