@waline/client 3.1.2 → 3.2.0

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/waline.d.ts CHANGED
@@ -462,7 +462,6 @@ interface WalineCommentCountOptions {
462
462
  */
463
463
  lang?: string;
464
464
  }
465
-
466
465
  declare const commentCount: ({ serverURL, path, selector, lang, }: WalineCommentCountOptions) => WalineAbort;
467
466
 
468
467
  interface WalineInstance {
@@ -535,7 +534,6 @@ interface WalinePageviewCountOptions {
535
534
  */
536
535
  lang?: string;
537
536
  }
538
-
539
537
  declare const pageviewCount: ({ serverURL, path, selector, update, lang, }: WalinePageviewCountOptions) => WalineAbort;
540
538
 
541
539
  declare const version: string;