@gudhub/core 1.1.46 → 1.1.48

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.
@@ -866,6 +866,14 @@ export default function generateModulesList(async_modules_path, file_server_url,
866
866
  type: 'gh_element',
867
867
  technology: "class"
868
868
  },
869
+ {
870
+ data_type: "element_customizer",
871
+ name: "Element Customizer",
872
+ icon: "pencil",
873
+ url: file_server_url + '/' + async_modules_path + "element_customizer_data.js",
874
+ type: 'gh_element',
875
+ technology: 'angular'
876
+ },
869
877
  /* AUTOMATION MODULES */
870
878
  {
871
879
  data_type: 'API',
@@ -1157,6 +1165,13 @@ export default function generateModulesList(async_modules_path, file_server_url,
1157
1165
  url: file_server_url + '/' + automation_modules_path + 'file_reader.js',
1158
1166
  type: 'automation',
1159
1167
  icon: 'file'
1168
+ },
1169
+ {
1170
+ data_type: 'WebsitesChecker',
1171
+ name: 'Websites Checker',
1172
+ url: file_server_url + '/' + automation_modules_path + 'websites_checker.js',
1173
+ type: 'automation',
1174
+ icon: 'world'
1160
1175
  }
1161
1176
  ]
1162
1177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gudhub/core",
3
- "version": "1.1.46",
3
+ "version": "1.1.48",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {