@delta-comic/plugin 3.0.0-next.15 → 3.0.0-next.17

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.
@@ -150,7 +150,7 @@ interface Favourites {
150
150
  declare namespace expose_d_exports {
151
151
  export { ExposeModel, PluginExposeRegistry };
152
152
  }
153
- type ExposeModel = Record<string, unknown>;
153
+ type ExposeModel = object;
154
154
  /** Plugin id to public expose contract. Plugin consumers extend this through module augmentation. */
155
155
  interface PluginExposeRegistry {}
156
156
  declare namespace content_d_exports {
@@ -504,7 +504,7 @@ declare const createAuthCapability: (services: PluginCapabilityServices) => Capa
504
504
  //#region lib/capabilities/channels.d.ts
505
505
  declare const pluginModelChannels: {
506
506
  readonly content: ContributionChannel<ContentModel, Record<never, ContentModel>>;
507
- readonly expose: ContributionChannel<ExposeModel, PluginExposeRegistry>;
507
+ readonly expose: ContributionChannel<object, PluginExposeRegistry>;
508
508
  readonly remote: ContributionChannel<RemoteModel, Record<never, RemoteModel>>;
509
509
  readonly social: ContributionChannel<SocialModel, Record<never, SocialModel>>;
510
510
  readonly special: ContributionChannel<SpecialModel, Record<never, SpecialModel>>;
@@ -1847,7 +1847,7 @@ var PluginI18nRegistry = class {
1847
1847
  const pluginI18n = new PluginI18nRegistry();
1848
1848
  //#endregion
1849
1849
  //#region package.json
1850
- var version = "3.0.0-next.15";
1850
+ var version = "3.0.0-next.17";
1851
1851
  //#endregion
1852
1852
  //#region lib/core/env.ts
1853
1853
  const pluginName = "core";