datagrok-tools 4.13.18 → 4.13.19

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,12 @@
1
1
  # Datagrok-tools changelog
2
2
 
3
3
 
4
+ ## 4.13.19 (2024-08-27)
5
+
6
+ ### Features
7
+
8
+ * Package ts data insertation fixes
9
+
4
10
  ## 4.13.18 (2024-08-27)
5
11
 
6
12
  ### Features
@@ -228,11 +228,6 @@ function add(args) {
228
228
  if (_fs["default"].existsSync(viewerPath)) return color.error("The viewer file already exists: ".concat(viewerPath));
229
229
  var viewerClass = _fs["default"].readFileSync(_path["default"].join(templateDir, 'entity-template', 'viewer-class' + ext), 'utf8');
230
230
  _fs["default"].writeFileSync(viewerPath, insertName(name, viewerClass), 'utf8');
231
-
232
- // Add a viewer function to package.js
233
- contents = insertName(name, "import {_#{NAME}} from './package.g';\n");
234
- contents += _fs["default"].readFileSync(packageEntry, 'utf8');
235
- _fs["default"].writeFileSync(packageEntry, contents, 'utf8');
236
231
  console.log(_entHelpers.help.viewer(name));
237
232
  break;
238
233
  case 'detector':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.13.18",
3
+ "version": "4.13.19",
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": {