@butr/vortexextensionnative 1.0.125 → 1.0.126

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.
Binary file
@@ -20,9 +20,6 @@ export interface ModuleViewModel {
20
20
  index: number;
21
21
  }
22
22
  export interface LauncherOptions {
23
- language: string;
24
- unblockFiles: boolean;
25
- fixCommonIssues: boolean;
26
23
  betaSorting: boolean;
27
24
  }
28
25
  export interface LauncherState {
@@ -20,9 +20,6 @@ export interface ModuleViewModel {
20
20
  index: number;
21
21
  }
22
22
  export interface LauncherOptions {
23
- language: string;
24
- unblockFiles: boolean;
25
- fixCommonIssues: boolean;
26
23
  betaSorting: boolean;
27
24
  }
28
25
  export interface LauncherState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@butr/vortexextensionnative",
3
- "version": "1.0.125",
3
+ "version": "1.0.126",
4
4
  "description": "Package of native bindings bundled with TS declarations",
5
5
  "main": "dist/main/lib/index.js",
6
6
  "typings": "dist/main/lib/index.d.ts",