@modrinth/api-client 0.57.0 → 0.58.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 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3558,8 +3558,8 @@ export declare namespace Labrinth {
3558
3558
  note?: string | null;
3559
3559
  };
3560
3560
  export type ProjectDisclosureData = ProjectDisclosure & {
3561
- set_by_moderator: boolean;
3562
- lock_status: DisclosureLockStatus;
3561
+ set_by_moderator?: boolean | null;
3562
+ lock_status?: DisclosureLockStatus | null;
3563
3563
  updated_at: string;
3564
3564
  updated_by?: string | null;
3565
3565
  deleted_at?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modrinth/api-client",
3
- "version": "0.57.0",
3
+ "version": "0.58.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",