@thigasdevelopment/luam 1.0.1 → 1.0.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
|
@@ -7154,7 +7154,7 @@ import { tmpdir } from "node:os";
|
|
|
7154
7154
|
import { join as join2 } from "node:path";
|
|
7155
7155
|
|
|
7156
7156
|
// src/cli/version.ts
|
|
7157
|
-
var VERSION = true ? "1.0.
|
|
7157
|
+
var VERSION = true ? "1.0.2" : "0.0.0-dev";
|
|
7158
7158
|
var PROGRAM_NAME = "luam";
|
|
7159
7159
|
var PROGRAM_DESCRIPTION = "luam \u2014 the Luam compiler for Multi Theft Auto resources.";
|
|
7160
7160
|
|