snow-flow 1.3.15 → 1.3.16

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.
Files changed (2) hide show
  1. package/dist/version.js +6 -1
  2. package/package.json +1 -1
package/dist/version.js CHANGED
@@ -7,12 +7,17 @@ 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.3.15';
10
+ exports.VERSION = '1.3.16';
11
11
  exports.VERSION_INFO = {
12
12
  version: exports.VERSION,
13
13
  name: 'Snow-Flow',
14
14
  description: 'ServiceNow Queen Agent - Hive-Mind Intelligence for ServiceNow Development',
15
15
  features: {
16
+ '1.3.16': [
17
+ '🔄 VERSION BUMP: Clean version update for npm publish',
18
+ '✨ INCLUDES: All improvements from v1.3.15',
19
+ '📦 READY: Package prepared for npm distribution'
20
+ ],
16
21
  '1.3.15': [
17
22
  '🎯 SWARM SIMPLIFIED: Removed XML generation from swarm command',
18
23
  '✨ ORCHESTRATION ONLY: Swarm now only launches Claude Code',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "1.3.15",
3
+ "version": "1.3.16",
4
4
  "description": "ServiceNow Queen Agent - Hive-Mind Intelligence for ServiceNow Development inspired by claude-flow. Transform complex workflows into elegant one-command orchestration.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",