@modrinth/api-client 0.51.0 → 0.52.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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3995,7 +3995,7 @@ export declare namespace Labrinth {
3995
3995
  }
3996
3996
  export namespace v3 {
3997
3997
  export interface ResultSearchProject {
3998
- version_id: string;
3998
+ version_id?: string;
3999
3999
  project_id: string;
4000
4000
  project_types: string[];
4001
4001
  all_project_types: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modrinth/api-client",
3
- "version": "0.51.0",
3
+ "version": "0.52.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",