create-aiproj 1.7.21 → 1.7.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-aiproj",
3
- "version": "1.7.21",
3
+ "version": "1.7.26",
4
4
  "description": "Project tracking and context management for AI-assisted development",
5
5
  "keywords": [
6
6
  "cli",
@@ -6,7 +6,7 @@ const path = require('path');
6
6
  const { execSync } = require('child_process');
7
7
  const zlib = require('zlib');
8
8
 
9
- const VERSION = '1.7.21';
9
+ const VERSION = '1.7.26';
10
10
  const REPO = 'victorysightsound/aiproject';
11
11
 
12
12
  function getPlatformTarget() {