Skip to content

Commit

Permalink
Add missing UTM term & content types
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Sep 10, 2024
1 parent 81bdeba commit 200c689
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/esnext/Lib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export interface IPageViewPayload {
so: string | undefined;
me: string | undefined;
ca: string | undefined;
te: string | undefined;
co: string | undefined;
pg: string | null | undefined;
prev: string | null | undefined;
/** Pageview-related metadata object with string values. */
Expand Down
2 changes: 1 addition & 1 deletion dist/esnext/Lib.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "3.4.1",
"description": "The JavaScript analytics client for Swetrix Analytics",
"main": "dist/swetrix.cjs.js",
"module": "dist/swetrix.es5.js",
Expand Down
2 changes: 2 additions & 0 deletions src/Lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export interface IPageViewPayload {
so: string | undefined
me: string | undefined
ca: string | undefined
te: string | undefined
co: string | undefined
pg: string | null | undefined
prev: string | null | undefined

Expand Down

0 comments on commit 200c689

Please sign in to comment.