@lobehub/market-types 1.10.1 → 1.10.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -812,7 +812,7 @@ interface InstallReportRequest {
812
812
  /** Plugin identifier */
813
813
  identifier: string;
814
814
  /** Installation duration in milliseconds */
815
- installDurationMs: number;
815
+ installDurationMs?: number;
816
816
  /** Plugin manifest information */
817
817
  manifest?: Pick<PluginManifest, 'prompts' | 'tools' | 'resources'>;
818
818
  /** Additional metadata */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/market-types",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "keywords": [
5
5
  "lobehub",
6
6
  "market",