@thigasdevelopment/luam 0.19.3 → 0.19.4
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.
- package/luam.mjs +1 -1
- package/package.json +1 -1
package/luam.mjs
CHANGED
|
@@ -6762,7 +6762,7 @@ import { tmpdir } from "node:os";
|
|
|
6762
6762
|
import { join as join2 } from "node:path";
|
|
6763
6763
|
|
|
6764
6764
|
// src/cli/version.ts
|
|
6765
|
-
var VERSION = true ? "0.19.
|
|
6765
|
+
var VERSION = true ? "0.19.4" : "0.0.0-dev";
|
|
6766
6766
|
var PROGRAM_NAME = "luam";
|
|
6767
6767
|
var PROGRAM_DESCRIPTION = "luam \u2014 the Luam compiler for Multi Theft Auto resources.";
|
|
6768
6768
|
|