datagrok-tools 4.13.36 → 4.13.37

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Datagrok-tools changelog
2
2
 
3
3
 
4
+ ## 4.13.37 (2024-11-15)
5
+
6
+ ### Features
7
+
8
+ * Output fixes
4
9
  ## 4.13.36 (2024-11-15)
5
10
 
6
11
  ### Features
@@ -162,7 +162,7 @@ function _runTesting() {
162
162
  _iterator2.f();
163
163
  }
164
164
  if (!(testsToReproduce.length > 0)) {
165
- _context2.next = 42;
165
+ _context2.next = 41;
166
166
  break;
167
167
  }
168
168
  _context2.next = 20;
@@ -174,53 +174,51 @@ function _runTesting() {
174
174
  _iterator3.s();
175
175
  case 24:
176
176
  if ((_step3 = _iterator3.n()).done) {
177
- _context2.next = 34;
177
+ _context2.next = 33;
178
178
  break;
179
179
  }
180
180
  _test2 = _step3.value;
181
181
  _reproducedTest2 = reproduced.get(_test2);
182
- console.log(_test2);
183
182
  if (!(_reproducedTest2 && !_reproducedTest2.failed)) {
184
- _context2.next = 32;
183
+ _context2.next = 31;
185
184
  break;
186
185
  }
187
- _context2.next = 31;
186
+ _context2.next = 30;
188
187
  return updateResultsByReproduced(r, _reproducedTest2, _test2);
189
- case 31:
188
+ case 30:
190
189
  r = _context2.sent;
191
- case 32:
190
+ case 31:
192
191
  _context2.next = 24;
193
192
  break;
194
- case 34:
195
- _context2.next = 39;
193
+ case 33:
194
+ _context2.next = 38;
196
195
  break;
197
- case 36:
198
- _context2.prev = 36;
196
+ case 35:
197
+ _context2.prev = 35;
199
198
  _context2.t0 = _context2["catch"](22);
200
199
  _iterator3.e(_context2.t0);
201
- case 39:
202
- _context2.prev = 39;
200
+ case 38:
201
+ _context2.prev = 38;
203
202
  _iterator3.f();
204
- return _context2.finish(39);
205
- case 42:
203
+ return _context2.finish(38);
204
+ case 41:
206
205
  testsResults.push(r);
207
206
  organized = testsLeft;
208
- console.log(r);
209
- case 45:
207
+ case 43:
210
208
  if (r.verboseFailed.includes('Error')) {
211
209
  _context2.next = 10;
212
210
  break;
213
211
  }
214
- case 46:
215
- _context2.next = 48;
212
+ case 44:
213
+ _context2.next = 46;
216
214
  return (0, _testUtils.mergeWorkersResults)(testsResults);
217
- case 48:
215
+ case 46:
218
216
  return _context2.abrupt("return", _context2.sent);
219
- case 49:
217
+ case 47:
220
218
  case "end":
221
219
  return _context2.stop();
222
220
  }
223
- }, _callee2, null, [[22, 36, 39, 42]]);
221
+ }, _callee2, null, [[22, 35, 38, 41]]);
224
222
  }));
225
223
  return _runTesting.apply(this, arguments);
226
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.13.36",
3
+ "version": "4.13.37",
4
4
  "description": "Utility to upload and publish packages to Datagrok",
5
5
  "homepage": "https://github.com/datagrok-ai/public/tree/master/tools#readme",
6
6
  "dependencies": {