datagrok-tools 4.13.37 → 4.13.38

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,11 +1,18 @@
1
1
  # Datagrok-tools changelog
2
2
 
3
3
 
4
+ ## 4.13.38 (2024-11-15)
5
+
6
+ ### Features
7
+
8
+ * Minor fixes
9
+
4
10
  ## 4.13.37 (2024-11-15)
5
11
 
6
12
  ### Features
7
13
 
8
14
  * Output fixes
15
+
9
16
  ## 4.13.36 (2024-11-15)
10
17
 
11
18
  ### Features
@@ -205,7 +205,7 @@ function _runTesting() {
205
205
  testsResults.push(r);
206
206
  organized = testsLeft;
207
207
  case 43:
208
- if (r.verboseFailed.includes('Error')) {
208
+ if (r.failed) {
209
209
  _context2.next = 10;
210
210
  break;
211
211
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.13.37",
3
+ "version": "4.13.38",
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": {