@hotbunny/hackhub-content-sdk 0.1.1 → 0.2.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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -630,7 +630,7 @@ export interface ModManifest {
630
630
  version: string;
631
631
  author: string;
632
632
  description: string;
633
- gameVersion?: string;
633
+ apiVersion?: number;
634
634
  dependencies?: string[];
635
635
  permissions?: ModPermission[];
636
636
  icon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotbunny/hackhub-content-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Type definitions and API reference for HackHub mod development",
5
5
  "types": "index.d.ts",
6
6
  "files": [