@hortonstudio/main 1.1.2 → 1.1.3

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.
@@ -12,7 +12,8 @@
12
12
  "Bash(mv:*)",
13
13
  "WebFetch(domain:www.compassfacilities.com)",
14
14
  "mcp__webflow__pages_list",
15
- "Bash(npm publish:*)"
15
+ "Bash(npm publish:*)",
16
+ "Bash(npm version:*)"
16
17
  ],
17
18
  "deny": []
18
19
  }
package/index.js CHANGED
@@ -156,6 +156,7 @@ const loadHsModule = async (moduleName) => {
156
156
  };
157
157
 
158
158
  const initializeAPI = () => {
159
+ console.log('🔍 Initializing HortonStudio API...');
159
160
  const apiInstance = window[API_NAME];
160
161
 
161
162
  const existingRequests = Array.isArray(apiInstance) ? apiInstance : [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hortonstudio/main",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {