@petradb/engine 1.2.11 → 1.2.12

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/main.js +4 -4
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -5342,14 +5342,14 @@ $p.s6 = (function() {
5342
5342
  $p.at0 = (function(sql) {
5343
5343
  return new $c_Lio_github_edadma_petradb_engine_JSSession$PreparedStatementJS(this, this.YO().at1(sql));
5344
5344
  });
5345
- $p.close = (function() {
5346
- this.s6();
5345
+ $p.prepare = (function(arg) {
5346
+ return this.at0(arg);
5347
5347
  });
5348
5348
  $p.execute = (function(arg, ...rest) {
5349
5349
  return this.aoE(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
5350
5350
  });
5351
- $p.prepare = (function(arg) {
5352
- return this.at0(arg);
5351
+ $p.close = (function() {
5352
+ this.s6();
5353
5353
  });
5354
5354
  var $d_Lio_github_edadma_petradb_engine_JSSession = new $TypeData().i($c_Lio_github_edadma_petradb_engine_JSSession, "io.github.edadma.petradb.engine.JSSession", ({
5355
5355
  nW: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petradb/engine",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "Lightweight embeddable SQL database engine for JavaScript and TypeScript",
5
5
  "type": "module",
6
6
  "exports": {