@modrinth/api-client 0.37.0 → 0.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3685,6 +3685,8 @@ export declare namespace Labrinth {
3685
3685
  allow_friend_requests?: boolean;
3686
3686
  moderation_notes?: Common.ModerationNote | null;
3687
3687
  github_id?: number;
3688
+ discord_id?: string;
3689
+ steam_id?: string;
3688
3690
  };
3689
3691
  export type SearchUser = {
3690
3692
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modrinth/api-client",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "An API client for Modrinth's API for use in nuxt, tauri and plain node/browser environments.",
5
5
  "license": "LGPL-3.0-only",
6
6
  "type": "module",