@petradb/client 1.2.3 → 1.2.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.
Files changed (2) hide show
  1. package/client.js +4 -4
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -2296,14 +2296,14 @@ $p.Oy = (function(sql, options) {
2296
2296
  $p.ND = (function() {
2297
2297
  return $m_sjs_js_JSConverters$JSRichFuture$().xm(this.qj.NC($m_s_concurrent_ExecutionContext$().kR()), $m_s_concurrent_ExecutionContext$().kR());
2298
2298
  });
2299
- $p.execute = (function(arg, ...rest) {
2300
- return this.Oy(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
2299
+ $p.close = (function() {
2300
+ return this.ND();
2301
2301
  });
2302
2302
  $p.connect = (function() {
2303
2303
  return this.NN();
2304
2304
  });
2305
- $p.close = (function() {
2306
- return this.ND();
2305
+ $p.execute = (function(arg, ...rest) {
2306
+ return this.Oy(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
2307
2307
  });
2308
2308
  var $d_Lio_github_edadma_petradb_client_JSSession = new $TypeData().i($c_Lio_github_edadma_petradb_client_JSSession, "io.github.edadma.petradb.client.JSSession", ({
2309
2309
  gV: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petradb/client",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "PetraDB network client for JavaScript and TypeScript",
5
5
  "type": "module",
6
6
  "exports": {