@petradb/client 1.4.0 → 1.4.1

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
@@ -2330,14 +2330,14 @@ $p.OV = (function(sql, options) {
2330
2330
  $p.O0 = (function() {
2331
2331
  return $m_sjs_js_JSConverters$JSRichFuture$().xw(this.qq.NZ($m_s_concurrent_ExecutionContext$().kZ()), $m_s_concurrent_ExecutionContext$().kZ());
2332
2332
  });
2333
- $p.connect = (function() {
2334
- return this.Oa();
2333
+ $p.execute = (function(arg, ...rest) {
2334
+ return this.OV(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
2335
2335
  });
2336
2336
  $p.close = (function() {
2337
2337
  return this.O0();
2338
2338
  });
2339
- $p.execute = (function(arg, ...rest) {
2340
- return this.OV(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
2339
+ $p.connect = (function() {
2340
+ return this.Oa();
2341
2341
  });
2342
2342
  var $d_Lio_github_edadma_petradb_client_JSSession = new $TypeData().i($c_Lio_github_edadma_petradb_client_JSSession, "io.github.edadma.petradb.client.JSSession", ({
2343
2343
  gX: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petradb/client",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "PetraDB network client for JavaScript and TypeScript",
5
5
  "type": "module",
6
6
  "exports": {