@hortonstudio/main 1.1.2 → 1.1.4

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
@@ -1,4 +1,5 @@
1
1
  // Configuration: Change this variable to rename the API
2
+ console.log('🚀 SCRIPT FILE LOADED');
2
3
  const API_NAME = 'hsmain';
3
4
 
4
5
  window[API_NAME] = window[API_NAME] || {};
@@ -156,6 +157,7 @@ const loadHsModule = async (moduleName) => {
156
157
  };
157
158
 
158
159
  const initializeAPI = () => {
160
+ console.log('🔍 Initializing HortonStudio API...');
159
161
  const apiInstance = window[API_NAME];
160
162
 
161
163
  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.4",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {