@gudhub/core 1.2.4-beta.34 → 1.2.4-beta.35

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.
@@ -979,6 +979,15 @@ export default function generateModulesList(async_modules_path, file_server_url,
979
979
  type: 'gh_element',
980
980
  technology: 'angular'
981
981
  },
982
+ {
983
+ data_type: "svg_to_pdf",
984
+ name: "SVG To PDF",
985
+ icon: "box",
986
+ js: "https://gudhub.com/modules/SVG-to-PDF-Gh-Element/dist/main.js",
987
+ css: "https://gudhub.com/modules/SVG-to-PDF-Gh-Element/dist/style.css",
988
+ type: "gh_element",
989
+ technology: "class",
990
+ },
982
991
  /* AUTOMATION MODULES */
983
992
  /*
984
993
  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.34",
3
+ "version": "1.2.4-beta.35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {