luraph-extended
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -18,3 +18,3 @@ import axios, { AxiosError, AxiosInstance, AxiosResponse } from "axios"; | ||
export const LuraphTargetVersionsKeys = ["Universal", "Lua 5.1", "Lua 5.2", "Lua 5.3", "Lua 5.4", "Luau", "Luau Handicapped", "LuaJIT", "FiveM", "CS:GO", "GMod"] as const | ||
export type LuraphTargetVersions = typeof LuraphTargetVersionsKeys[number] | ||
export type LuraphTargetVersions = typeof LuraphTargetVersionsKeys | ||
export interface LuraphOptionList { | ||
@@ -21,0 +21,0 @@ DISABLE_LINE_INFORMATION: boolean |
{ | ||
"name": "luraph-extended", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Luraph API binding for Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
18434