snow-flow 3.4.3 → 3.4.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.
@@ -36,7 +36,7 @@ function getDynamicVersion() {
36
36
  console.warn('Warning: Could not read version from package.json:', error);
37
37
  }
38
38
  // Fallback to hardcoded version
39
- return '3.4.3';
39
+ return '3.4.4';
40
40
  }
41
41
  // Export a constant that uses the dynamic version
42
42
  exports.VERSION = getDynamicVersion();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "3.4.3",
4
- "description": "Snow-Flow v3.4.3: BACKGROUND SCRIPTS FIRST - The 30-second debugging revolution! Primary debugging method: Use background scripts to verify EVERYTHING instantly. Universal verification script template tests tables (GlideRecord.isValid()), properties (gs.getProperty), fields, and reproduces actual errors. No more assumptions - get facts from the user's real ServiceNow environment in 30 seconds. Debug-first mentality with 200+ MCP tools across 18 specialized servers.",
3
+ "version": "3.4.4",
4
+ "description": "Snow-Flow v3.4.4: ES5 JAVASCRIPT ONLY - Critical ServiceNow compatibility fix! ServiceNow uses Rhino engine (ES5 only) - NO modern JavaScript! ALWAYS convert user's ES6+ code to ES5: var (not let/const), function() (not arrows), string concatenation (not template literals), traditional for loops. Background scripts MUST be ES5 or they WILL FAIL. Includes ES5 conversion examples and compatibility checklist. 200+ MCP tools across 18 specialized servers.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
7
7
  "bin": {