@gudhub/core 1.1.68 → 1.1.69

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.
@@ -900,6 +900,15 @@ export default function generateModulesList(async_modules_path, file_server_url,
900
900
  type: 'gh_element',
901
901
  technology: 'class'
902
902
  },
903
+ {
904
+ data_type: 'quote_form',
905
+ name: 'Quote Form',
906
+ icon: 'table',
907
+ js: 'https://gudhub.com/modules/countertop-quote-form/dist/main.js',
908
+ css: 'https://gudhub.com/modules/countertop-quote-form/dist/style.css',
909
+ type: 'gh_element',
910
+ technology: 'class'
911
+ },
903
912
  /* AUTOMATION MODULES */
904
913
  /*
905
914
  We have next types for automations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gudhub/core",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {