@musashishao/agent-kit 1.1.1 → 1.1.3

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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -5,7 +5,7 @@ const path = require('path');
5
5
  const os = require('os');
6
6
  const { execSync } = require('child_process');
7
7
 
8
- const VERSION = '1.0.0';
8
+ const VERSION = require('../package.json').version;
9
9
  const PACKAGE_NAME = '@musashishao/agent-kit';
10
10
 
11
11
  // Colors for terminal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@musashishao/agent-kit",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "AI Agent templates - Skills, Agents, and Workflows for enhanced coding assistance",
5
5
  "main": "index.js",
6
6
  "bin": {