@modrinth/api-client 0.55.0 → 0.56.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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3853,6 +3853,7 @@ export declare namespace Labrinth {
3853
3853
  minimize_app: boolean;
3854
3854
  hide_right_sidebar: boolean;
3855
3855
  show_jump_in: boolean;
3856
+ compact_instance_cards: boolean;
3856
3857
  show_play_time: boolean;
3857
3858
  hide_nametag: boolean;
3858
3859
  warn_on_unknown_modpacks: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modrinth/api-client",
3
- "version": "0.55.0",
3
+ "version": "0.56.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",