datagrok-tools 4.14.38 → 4.14.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.14.38",
3
+ "version": "4.14.39",
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": {
@@ -376,7 +376,7 @@ class FuncGeneratorPlugin {
376
376
  }
377
377
  }
378
378
  resultType = typesToAnnotation[resultType];
379
- if (isArray && resultType) resultType = `list`;
379
+ if (isArray && resultType) resultType = `list<${resultType}>`;
380
380
  return resultType ?? 'dynamic';
381
381
  }
382
382