Skip to content

Commit 2276344

Browse files
committed
fix types
1 parent 0bd76dc commit 2276344

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dub/analytics-script",
3-
"version": "0.0.23",
3+
"version": "0.0.25",
44
"main": "src/index.js",
55
"scripts": {
66
"prebuild": "mkdir -p dist/analytics",

packages/web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The API host to use for tracking. This is useful for setting up reverse proxies
4242

4343
### `shortDomain`
4444

45-
The short domain you're using on Dub for your short links. For security purposes, this must be a subdomain of your website's domain. This is required for client-side click-tracking.
45+
The custom domain you're using on Dub for your short links.
4646

4747
### `attributionModel`
4848

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dub/analytics",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"description": "",
55
"keywords": [
66
"analytics",

packages/web/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export interface AnalyticsProps {
88
apiHost?: string;
99

1010
/**
11-
* The short domain you're using on Dub for your short links. For security purposes, this must be a subdomain of your website's domain. This is required for client-side click-tracking.
12-
* @example 'example.com'
11+
* The custom domain you're using on Dub for your short links.
12+
* @example 'go.example.com'
1313
*/
1414
shortDomain?: string;
1515

0 commit comments

Comments
 (0)