mrs-toolbox-cli 0.0.105 → 0.0.107

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.
@@ -234,7 +234,7 @@
234
234
  setMetadataFor(Symbol, 'Symbol', classMeta);
235
235
  setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
236
236
  setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
237
- setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, SelectInstance, Waiter], VOID, VOID, VOID, [0, 2]);
237
+ setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, Waiter, SelectInstance], VOID, VOID, VOID, [0, 2]);
238
238
  setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
239
239
  setMetadataFor(CloseableCoroutineDispatcher, 'CloseableCoroutineDispatcher', classMeta, CoroutineDispatcher);
240
240
  setMetadataFor(Dispatchers, 'Dispatchers', objectMeta);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrs-toolbox-cli",
3
- "version": "0.0.105",
3
+ "version": "0.0.107",
4
4
  "main": "mrs-toolbox-cli.js",
5
5
  "types": "mrs-toolbox-cli.d.ts",
6
6
  "devDependencies": {
package/toolbox.js CHANGED
@@ -11863,7 +11863,7 @@
11863
11863
  var tmp = this.xc_1;
11864
11864
  switch (tmp) {
11865
11865
  case 0:
11866
- this.yc_1 = 10;
11866
+ this.yc_1 = 11;
11867
11867
  this.i5v_1 = new S3Processor(this.e5v_1, this.f5v_1);
11868
11868
  this.j5v_1 = this.b5v_1.p5v(this.c5v_1, this.h5v_1);
11869
11869
  this.k5v_1 = listOf([FileManager_instance.x52([this.c5v_1, '../out/']), FileManager_instance.x52([this.c5v_1, '../out/functions/'])]);
@@ -11957,7 +11957,7 @@
11957
11957
  }
11958
11958
  continue $sm;
11959
11959
  } else {
11960
- this.xc_1 = 9;
11960
+ this.xc_1 = 10;
11961
11961
  continue $sm;
11962
11962
  }
11963
11963
 
@@ -11970,22 +11970,30 @@
11970
11970
 
11971
11971
  continue $sm;
11972
11972
  case 8:
11973
+ this.xc_1 = 9;
11974
+ suspendResult = this.i5v_1.t5v(FileManager_instance.x52([this.l5v_1, 'workflows']), VOID, this);
11975
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
11976
+ return suspendResult;
11977
+ }
11978
+
11979
+ continue $sm;
11980
+ case 9:
11973
11981
  if (this.e5v_1.author == null) {
11974
11982
  throw Exception_init_$Create$('Author is not set! Provide "author": "name" in mrscconfig');
11975
11983
  } else {
11976
11984
  ChangelistProcessor_getInstance().d53(this.f5v_1, ensureNotNull(this.e5v_1.author));
11977
11985
  }
11978
11986
 
11979
- this.xc_1 = 9;
11987
+ this.xc_1 = 10;
11980
11988
  continue $sm;
11981
- case 9:
11982
- return Unit_instance;
11983
11989
  case 10:
11990
+ return Unit_instance;
11991
+ case 11:
11984
11992
  throw this.ad_1;
11985
11993
  }
11986
11994
  } catch ($p) {
11987
11995
  var e = $p;
11988
- if (this.yc_1 === 10) {
11996
+ if (this.yc_1 === 11) {
11989
11997
  throw e;
11990
11998
  } else {
11991
11999
  this.xc_1 = this.yc_1;
@@ -12443,8 +12451,8 @@
12443
12451
  var tmp = this.xc_1;
12444
12452
  switch (tmp) {
12445
12453
  case 0:
12454
+ this.yc_1 = 7;
12446
12455
  this.yc_1 = 6;
12447
- this.yc_1 = 5;
12448
12456
  this.p5x_1 = ConfigProcessor_instance.a5w(this.m5x_1, this.n5x_1);
12449
12457
  this.q5x_1 = new S3Processor(this.p5x_1, this.m5x_1);
12450
12458
  this.r5x_1 = new Mapper(this.m5x_1);
@@ -12499,32 +12507,40 @@
12499
12507
 
12500
12508
  continue $sm;
12501
12509
  case 4:
12502
- CommandExecutor_getInstance().console.log('Uploaded successfully!');
12503
- this.yc_1 = 6;
12504
- this.xc_1 = 7;
12510
+ this.xc_1 = 5;
12511
+ suspendResult = this.q5x_1.t5v('' + this.m5x_1 + '/out/workflows', VOID, this);
12512
+ if (suspendResult === get_COROUTINE_SUSPENDED()) {
12513
+ return suspendResult;
12514
+ }
12515
+
12505
12516
  continue $sm;
12506
12517
  case 5:
12507
- this.yc_1 = 6;
12518
+ CommandExecutor_getInstance().console.log('Uploaded successfully!');
12519
+ this.yc_1 = 7;
12520
+ this.xc_1 = 8;
12521
+ continue $sm;
12522
+ case 6:
12523
+ this.yc_1 = 7;
12508
12524
  var tmp_4 = this.ad_1;
12509
12525
  if (tmp_4 instanceof Error) {
12510
12526
  var e = this.ad_1;
12511
12527
  var tmp1_this = CommandExecutor_getInstance().console.outputStream;
12512
12528
  tmp1_this.stderr = tmp1_this.stderr + e.toString();
12513
- this.xc_1 = 7;
12529
+ this.xc_1 = 8;
12514
12530
  continue $sm;
12515
12531
  } else {
12516
12532
  throw this.ad_1;
12517
12533
  }
12518
12534
 
12519
- case 6:
12520
- throw this.ad_1;
12521
12535
  case 7:
12522
- this.yc_1 = 6;
12536
+ throw this.ad_1;
12537
+ case 8:
12538
+ this.yc_1 = 7;
12523
12539
  return Unit_instance;
12524
12540
  }
12525
12541
  } catch ($p) {
12526
12542
  var e_0 = $p;
12527
- if (this.yc_1 === 6) {
12543
+ if (this.yc_1 === 7) {
12528
12544
  throw e_0;
12529
12545
  } else {
12530
12546
  this.xc_1 = this.yc_1;