snow-flow 3.4.0 → 3.4.1
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.
- package/dist/dynamic-version.js +1 -1
- package/package.json +2 -2
package/dist/dynamic-version.js
CHANGED
|
@@ -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.
|
|
39
|
+
return '3.4.1';
|
|
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.
|
|
4
|
-
"description": "Snow-Flow v3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
4
|
+
"description": "Snow-Flow v3.4.1: VERIFICATION-FIRST DEBUGGING - Critical update: ALWAYS verify before assuming! Snow-Flow now enforces verification-first debugging: checks if tables exist, validates system properties, tests configurations before claiming they don't work. Includes GPT-5 support awareness, custom table detection, and respects user environments. Plus all v3.4.0 features: script execution with output, REST testing, system logs, execution tracing. 200+ MCP tools across 18 specialized servers.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"bin": {
|