@petradb/cli 1.2.5 → 1.2.7
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/bin/client.js +6 -6
- package/bin/internal-dce91b54b95045401f0e6cc062cdc27ff895d6ee.js +252 -106
- package/bin/main.js +4018 -3491
- package/package.json +1 -1
package/bin/client.js
CHANGED
|
@@ -499,17 +499,17 @@ $c_Lio_github_edadma_petradb_client_JSSession.prototype.close__sjs_js_Promise =
|
|
|
499
499
|
var f = $j_internal$002ddce91b54b95045401f0e6cc062cdc27ff895d6ee.$n(this.Lio_github_edadma_petradb_client_JSSession__f_session).close__s_concurrent_ExecutionContext__s_concurrent_Future($j_internal$002ddce91b54b95045401f0e6cc062cdc27ff895d6ee.$m_s_concurrent_ExecutionContext$().global__s_concurrent_ExecutionContextExecutor());
|
|
500
500
|
return $j_internal$002ddce91b54b95045401f0e6cc062cdc27ff895d6ee.$m_sjs_js_JSConverters$JSRichFuture$().toJSPromise$extension__s_concurrent_Future__s_concurrent_ExecutionContext__sjs_js_Promise(f, $j_internal$002ddce91b54b95045401f0e6cc062cdc27ff895d6ee.$m_s_concurrent_ExecutionContext$().global__s_concurrent_ExecutionContextExecutor());
|
|
501
501
|
});
|
|
502
|
-
$c_Lio_github_edadma_petradb_client_JSSession.prototype.close = (function() {
|
|
503
|
-
return this.close__sjs_js_Promise();
|
|
504
|
-
});
|
|
505
|
-
$c_Lio_github_edadma_petradb_client_JSSession.prototype.connect = (function() {
|
|
506
|
-
return this.connect__sjs_js_Promise();
|
|
507
|
-
});
|
|
508
502
|
$c_Lio_github_edadma_petradb_client_JSSession.prototype.execute = (function(arg, ...rest) {
|
|
509
503
|
var prep0 = $j_internal$002ddce91b54b95045401f0e6cc062cdc27ff895d6ee.$as_T(arg);
|
|
510
504
|
var prep1 = ((rest[0] === (void 0)) ? (void 0) : rest[0]);
|
|
511
505
|
return this.execute__T__O__sjs_js_Promise(prep0, prep1);
|
|
512
506
|
});
|
|
507
|
+
$c_Lio_github_edadma_petradb_client_JSSession.prototype.connect = (function() {
|
|
508
|
+
return this.connect__sjs_js_Promise();
|
|
509
|
+
});
|
|
510
|
+
$c_Lio_github_edadma_petradb_client_JSSession.prototype.close = (function() {
|
|
511
|
+
return this.close__sjs_js_Promise();
|
|
512
|
+
});
|
|
513
513
|
var $d_Lio_github_edadma_petradb_client_JSSession = new $j_internal$002ddce91b54b95045401f0e6cc062cdc27ff895d6ee.$TypeData().initClass($c_Lio_github_edadma_petradb_client_JSSession, "io.github.edadma.petradb.client.JSSession", ({
|
|
514
514
|
Lio_github_edadma_petradb_client_JSSession: 1
|
|
515
515
|
}));
|