Skip to content

Commit

Permalink
fixed broken release
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Jan 31, 2024
1 parent a10cce5 commit e659201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/esnext/Lib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface PageViewsOptions {
* @param payload - The pageview payload.
* @returns The edited payload or `false` to prevent sending the pageview. If `true` is returned, the payload will be sent as-is.
*/
callback?: (payload: IPageViewPayload) => IPageViewPayload | boolean;
callback?: (payload: IPageViewPayload) => Partial<IPageViewPayload> | boolean;
}
export declare const defaultPageActions: {
stop(): void;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swetrix",
"version": "3.0.2",
"version": "3.0.3",
"description": "The JavaScript analytics client for Swetrix Analytics",
"main": "dist/swetrix.cjs.js",
"module": "dist/swetrix.es5.js",
Expand Down

0 comments on commit e659201

Please sign in to comment.