luraph-extended
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -17,4 +17,10 @@ import axios, { AxiosError, AxiosInstance, AxiosResponse } from "axios"; | ||
export type LuraphTargetVersions = "Universal" | "Lua 5.1" | "Lua 5.2" | "Lua 5.3" | "Lua 5.4" | "Luau" | "Luau Handicapped" | "LuaJIT" | "FiveM" | "CS:GO" | "GMod" | ||
export interface LuraphOptionList { | ||
[optionName: string]: [boolean, string]; | ||
DISABLE_LINE_INFORMATION: boolean | ||
ENABLE_GC_FIXES: boolean | ||
INTENSE_VM_STRUCTURE: boolean | ||
TARGET_VERSION: LuraphTargetVersions | ||
USE_DEBUG_LIBRARY: boolean | ||
VM_ENCRYPTION: boolean | ||
} | ||
@@ -21,0 +27,0 @@ |
{ | ||
"name": "luraph-extended", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Luraph API binding for Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
18166
316