snow-flow 1.4.20 → 1.4.21

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/version.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Snow-Flow Version Management
3
3
  */
4
- export declare const VERSION = "1.4.20";
4
+ export declare const VERSION = "1.4.21";
5
5
  export declare const VERSION_INFO: {
6
6
  version: string;
7
7
  name: string;
package/dist/version.js CHANGED
@@ -7,7 +7,7 @@ exports.VERSION_INFO = exports.VERSION = void 0;
7
7
  exports.getVersionString = getVersionString;
8
8
  exports.getLatestFeatures = getLatestFeatures;
9
9
  exports.isLatestVersion = isLatestVersion;
10
- exports.VERSION = '1.4.20';
10
+ exports.VERSION = '1.4.21';
11
11
  exports.VERSION_INFO = {
12
12
  version: exports.VERSION,
13
13
  name: 'Snow-Flow',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "1.4.20",
3
+ "version": "1.4.21",
4
4
  "description": "Snow-Flow: ServiceNow Advanced Intelligence Platform - 14 AI-powered analysis tools with multi-agent orchestration. Zero Mock Data, 100% Real API Integration. Revolutionize ServiceNow development with hive-mind intelligence.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
@@ -20,7 +20,6 @@
20
20
  "setup-mcp": "node scripts/setup-mcp.js",
21
21
  "postbuild-disabled": "npm run setup-mcp",
22
22
  "postinstall": "node scripts/postinstall.js",
23
- "prepare": "husky",
24
23
  "version": "node scripts/update-version.js && npm run build && git add src/version.ts",
25
24
  "postversion": "git push && git push --tags"
26
25
  },
@@ -347,7 +346,6 @@
347
346
  "@typescript-eslint/eslint-plugin": "^7.18.0",
348
347
  "@typescript-eslint/parser": "^7.18.0",
349
348
  "eslint": "^8.57.0",
350
- "husky": "^9.1.7",
351
349
  "jest": "^29.7.0",
352
350
  "lint-staged": "^15.5.2",
353
351
  "prettier": "^3.6.2",