datagrok-tools 4.14.27 → 4.14.28

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.27",
3
+ "version": "4.14.28",
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": {
@@ -460,7 +460,7 @@ class FuncGeneratorPlugin {
460
460
  } else
461
461
  fs.writeFileSync(
462
462
  this.options.outputPath,
463
- `${baseImport}\n${importArray.join("")}`,
463
+ `${annotationForGeneratedFile}${baseImport}\n${importArray.join("")}`,
464
464
  "utf-8"
465
465
  );
466
466
  }