workplace-pua-cli 0.7.1 → 0.8.0

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ const program = new commander_1.Command();
22
22
  program
23
23
  .name('pua')
24
24
  .description('Workplace PUA CLI - 一个趣味性 AI CLI 工具,具有 6 种角色模式')
25
- .version('0.7.1');
25
+ .version('0.8.0');
26
26
  /**
27
27
  * Wrap command action with onboarding check
28
28
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workplace-pua-cli",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "description": "A fun AI CLI tool for workplace role-play with 6 personas (boss, employee, pm, hr, techlead, intern)",
5
5
  "main": "dist/index.js",
6
6
  "bin": {