@thigasdevelopment/luam 0.8.1 → 0.8.2
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
|
@@ -5945,7 +5945,7 @@ import { tmpdir } from "node:os";
|
|
|
5945
5945
|
import { join as join2 } from "node:path";
|
|
5946
5946
|
|
|
5947
5947
|
// src/cli/version.ts
|
|
5948
|
-
var VERSION = true ? "0.8.
|
|
5948
|
+
var VERSION = true ? "0.8.2" : "0.0.0-dev";
|
|
5949
5949
|
var PROGRAM_NAME = "luam";
|
|
5950
5950
|
var PROGRAM_DESCRIPTION = "luam \u2014 the Luam compiler for Multi Theft Auto resources.";
|
|
5951
5951
|
|