@vima_tech/flywheel 1.2.1 → 1.2.2

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/flywheel.js +2 -1
  2. package/package.json +1 -1
package/bin/flywheel.js CHANGED
@@ -3,6 +3,7 @@ const { spawn, execSync } = require('child_process');
3
3
  const path = require('path');
4
4
  const fs = require('fs');
5
5
  const os = require('os');
6
+ const readline = require('readline');
6
7
 
7
8
  const NPM_PKG = '@vima_tech/flywheel';
8
9
 
@@ -361,7 +362,7 @@ switch (command) {
361
362
  case '--version':
362
363
  case '-V':
363
364
  case 'version':
364
- console.log('@vima_tech/flywheel v1.2.1');
365
+ console.log('@vima_tech/flywheel v1.2.2');
365
366
  break;
366
367
  case 'new':
367
368
  case 'create':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vima_tech/flywheel",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "自成长 AI Agent 飞轮框架 — 让任何需要积累迭代的 AI 工作流都能自我进化",
5
5
  "main": "bin/flywheel.js",
6
6
  "bin": {