@gudhub/core 1.2.4-beta.29 → 1.2.4-beta.30

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.
@@ -971,6 +971,14 @@ export default function generateModulesList(async_modules_path, file_server_url,
971
971
  type: 'gh_element',
972
972
  technology: 'angular'
973
973
  },
974
+ {
975
+ data_type: "visualizer_with_control_panel",
976
+ name: "Visualizer With Control Panel",
977
+ icon: 'visualizer',
978
+ url: file_server_url + '/' + async_modules_path + "visualizer_with_control_panel_data.js",
979
+ type: 'gh_element',
980
+ technology: 'angular'
981
+ },
974
982
  /* AUTOMATION MODULES */
975
983
  /*
976
984
  We have next types for automations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gudhub/core",
3
- "version": "1.2.4-beta.29",
3
+ "version": "1.2.4-beta.30",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,6 +33,7 @@
33
33
  "homepage": "https://bitbucket.org/AAtlas/gudhub#readme",
34
34
  "dependencies": {
35
35
  "axios": "^0.21.0",
36
+ "babel-loader": "^9.2.1",
36
37
  "date-fns": "^2.16.1",
37
38
  "fuse.js": "^6.4.6",
38
39
  "jsonpath": "^1.0.2",
@@ -50,7 +51,8 @@
50
51
  "mocha": "^8.1.2",
51
52
  "should": "^13.2.3",
52
53
  "sinon": "^14.0.0",
53
- "webpack": "^5.91.0"
54
+ "webpack": "^5.91.0",
55
+ "webpack-cli": "^4.10.0"
54
56
  },
55
57
  "type": "module",
56
58
  "publishConfig": {