@ampcode/plugin 0.0.0-20260429003027-g6a41824 → 0.0.0-20260430003013-g03bdb0e

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.d.ts +3 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -394,6 +394,9 @@ declare module '@ampcode/plugin' {
394
394
  /** Dialog title */
395
395
  title: string
396
396
 
397
+ /** Message body shown below the title */
398
+ message?: string
399
+
397
400
  /** Entries to display as choices */
398
401
  options: string[]
399
402
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampcode/plugin",
3
- "version": "0.0.0-20260429003027-g6a41824",
3
+ "version": "0.0.0-20260430003013-g03bdb0e",
4
4
  "description": "Amp Plugin API",
5
5
  "homepage": "https://ampcode.com/manual/plugin-api",
6
6
  "author": {