@dedesfr/prompter 0.6.6 → 0.6.7

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/dist/cli/index.js CHANGED
@@ -8,7 +8,7 @@ const program = new Command();
8
8
  program
9
9
  .name('prompter')
10
10
  .description('Enhance prompts directly in your AI coding workflow')
11
- .version('0.6.6');
11
+ .version('0.6.7');
12
12
  program
13
13
  .command('init')
14
14
  .description('Initialize Prompter in your project')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedesfr/prompter",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Enhance prompts directly in your AI coding workflow",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,4 +47,4 @@
47
47
  "typescript": "^5.7.3",
48
48
  "vitest": "^2.1.8"
49
49
  }
50
- }
50
+ }
package/src/cli/index.ts CHANGED
@@ -10,7 +10,7 @@ const program = new Command();
10
10
  program
11
11
  .name('prompter')
12
12
  .description('Enhance prompts directly in your AI coding workflow')
13
- .version('0.6.6');
13
+ .version('0.6.7');
14
14
 
15
15
  program
16
16
  .command('init')