datagrok-tools 4.13.55 → 4.13.56

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,5 +1,11 @@
1
1
  # Datagrok-tools changelog
2
2
 
3
+ ## 4.13.56 (2025-01-06)
4
+
5
+ ### Features
6
+
7
+ * Worker to browser in test all
8
+
3
9
  ## 4.13.55 (2025-01-06)
4
10
 
5
11
  ### Features
@@ -348,7 +348,7 @@ function _addBrowserColumn() {
348
348
  skipEmptyLines: true,
349
349
  complete: function complete(results) {
350
350
  var dataWithDefaultColumn = results.data.map(function (row) {
351
- row["worker"] = workerNumber;
351
+ row["browser"] = workerNumber;
352
352
  return row;
353
353
  });
354
354
  result = Papa.unparse(dataWithDefaultColumn, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.13.55",
3
+ "version": "4.13.56",
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": {