@gudhub/core 1.1.47 → 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.
@@ -1165,6 +1165,13 @@ export default function generateModulesList(async_modules_path, file_server_url,
1165
1165
  url: file_server_url + '/' + automation_modules_path + 'file_reader.js',
1166
1166
  type: 'automation',
1167
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'
1168
1175
  }
1169
1176
  ]
1170
1177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gudhub/core",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {