@modrinth/api-client 0.11.0 → 0.12.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.
@@ -1387,6 +1387,8 @@ export declare namespace Labrinth {
1387
1387
  message_id?: string;
1388
1388
  invited_by?: string;
1389
1389
  organization_id?: string;
1390
+ server_id?: string;
1391
+ server_name?: string;
1390
1392
  team_id?: string;
1391
1393
  role?: string;
1392
1394
  old_status?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modrinth/api-client",
3
- "version": "0.11.0",
3
+ "version": "0.12.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",