@aiyiran/myclaw 1.0.202 → 1.0.203

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1407,7 +1407,7 @@ if (!command) {
1407
1407
  runRestart();
1408
1408
  } else if (command === 'inject-tooldeny') {
1409
1409
  const tooldeny = require('./injects/inject-tooldeny');
1410
- media.run(args.slice(1));
1410
+ tooldeny.run(args.slice(1));
1411
1411
  console.log('🔄 正在重启 Gateway 使配置生效...');
1412
1412
  console.log('');
1413
1413
  runRestart();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.202",
3
+ "version": "1.0.203",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {