@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/comment.d.ts +0 -1
- package/dist/comment.js +1 -1
- package/dist/comment.js.map +1 -1
- package/dist/component.js +10 -10
- package/dist/component.js.map +1 -1
- package/dist/pageview.d.ts +0 -1
- package/dist/pageview.js +1 -1
- package/dist/pageview.js.map +1 -1
- package/dist/slim.d.ts +0 -2
- package/dist/slim.js +10 -10
- package/dist/slim.js.map +1 -1
- package/dist/waline.d.ts +0 -2
- package/dist/waline.js +39 -38
- package/dist/waline.js.map +1 -1
- package/dist/waline.umd.js +44 -43
- package/dist/waline.umd.js.map +1 -1
- package/package.json +10 -10
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;
|