snow-flow 3.4.0 → 3.4.2

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.0';
39
+ return '3.4.2';
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.0",
4
- "description": "Snow-Flow v3.4.0: SCRIPT EXECUTION & DEBUGGING SUITE - 9 critical improvements for script development! New tools: script execution with output retrieval, script output history, synchronous execution, system log access, REST connection testing, REST message test suite, enhanced property management, and execution tracing. Capture all gs.print/info/warn/error output, retrieve execution results, trace script flow, test REST integrations, and access system logs. Now 200+ MCP tools across 18 specialized servers.",
3
+ "version": "3.4.2",
4
+ "description": "Snow-Flow v3.4.2: TEST DON'T GUESS - Universal verification-first debugging protocol. Core principle: Every ServiceNow environment is unique with custom tables, proprietary APIs, preview features, and org-specific configurations. Snow-Flow now ALWAYS verifies before assuming: tests actual code, checks all dependencies, validates configurations. If code references something, assume it exists until proven otherwise. Evidence-based debugging with 200+ MCP tools across 18 specialized servers.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
7
7
  "bin": {