@ccusage/amp 18.0.1 → 18.0.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.
@@ -1143,7 +1143,7 @@ async function executeCommand(cmd, ctx, name$1) {
1143
1143
  //#endregion
1144
1144
  //#region package.json
1145
1145
  var name = "@ccusage/amp";
1146
- var version = "18.0.1";
1146
+ var version = "18.0.2";
1147
1147
  var description = "Usage analysis tool for Amp CLI sessions";
1148
1148
 
1149
1149
  //#endregion
@@ -7744,7 +7744,7 @@ function createConsola$1(options = {}) {
7744
7744
  defaults: { level: level$1 },
7745
7745
  stdout: process.stdout,
7746
7746
  stderr: process.stderr,
7747
- prompt: (...args) => import("./prompt-C7EWC2BS.mjs").then((m$1) => m$1.prompt(...args)),
7747
+ prompt: (...args) => import("./prompt-BQYGIhSp.js").then((m$1) => m$1.prompt(...args)),
7748
7748
  reporters: options.reporters || [options.fancy ?? !(T || R) ? new FancyReporter() : new BasicReporter()],
7749
7749
  ...options
7750
7750
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ccusage/amp",
3
3
  "type": "module",
4
- "version": "18.0.1",
4
+ "version": "18.0.2",
5
5
  "description": "Usage analysis tool for Amp CLI sessions",
6
6
  "author": "ryoppippi",
7
7
  "license": "MIT",