@thigasdevelopment/luam 0.10.4 → 0.10.6

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.
Files changed (2) hide show
  1. package/luam.mjs +2 -1
  2. package/package.json +1 -1
package/luam.mjs CHANGED
@@ -6050,7 +6050,7 @@ import { tmpdir } from "node:os";
6050
6050
  import { join as join2 } from "node:path";
6051
6051
 
6052
6052
  // src/cli/version.ts
6053
- var VERSION = true ? "0.10.4" : "0.0.0-dev";
6053
+ var VERSION = true ? "0.10.6" : "0.0.0-dev";
6054
6054
  var PROGRAM_NAME = "luam";
6055
6055
  var PROGRAM_DESCRIPTION = "luam \u2014 the Luam compiler for Multi Theft Auto resources.";
6056
6056
 
@@ -9427,6 +9427,7 @@ var MTA_OOP_1 = [
9427
9427
  "Connection",
9428
9428
  null,
9429
9429
  [
9430
+ oopMethod("destroy", "shared", "destroyElement", fn([], BOOLEAN, 0)),
9430
9431
  oopMethod("exec", "server", "dbExec", fn([STRING, ANY], BOOLEAN, 1, true)),
9431
9432
  oopMethod("prepareString", "server", "dbPrepareString", fn([STRING, ANY], STRING, 1, true)),
9432
9433
  oopMethod("query", "server", "dbQuery", fn([ANY, ANY, ANY, ANY, ANY], ANY, 2, true))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thigasdevelopment/luam",
3
- "version": "0.10.4",
3
+ "version": "0.10.6",
4
4
  "description": "The Luam compiler for Multi Theft Auto resources.",
5
5
  "keywords": [
6
6
  "mta",