sr-npm 1.0.15 → 1.0.16

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.
@@ -109,6 +109,7 @@ async function getCompanyIdFromCMS() {
109
109
  }
110
110
  }
111
111
  async function getTemplateTypeFromCMS() {
112
+ console.log("COLLECTIONS.TEMPLATE_TYPE is ",COLLECTIONS.TEMPLATE_TYPE)
112
113
  const result = await wixData.query(COLLECTIONS.TEMPLATE_TYPE).limit(1).find();
113
114
  if (result.items.length > 0) {
114
115
  return result.items[0].templateType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {