Skip to content

Commit 6604ba2

Browse files
committed
bump @dub/utils, update track/open description
1 parent 09f31a0 commit 6604ba2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/lib/zod/schemas/opens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const trackOpenResponseSchema = z.object({
3030
.string()
3131
.nullable()
3232
.describe(
33-
"The click ID of the associated open event (or the prior click that led the user to the app store for probabilistic tracking). This will be `null` if the open event was not associated with a deep link (e.g. a direct download from the app store), or if the open event was performed by a bot (no click recorded). Learn more: https://d.to/ddl",
33+
"The click ID of the associated open event (or the prior click that led the user to the app store for probabilistic tracking). Learn more: https://d.to/ddl",
3434
),
3535
link: z
3636
.object({

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/utils",
33
"description": "Utility functions and constants for Dub",
4-
"version": "0.1.56",
4+
"version": "0.1.57",
55
"sideEffects": false,
66
"main": "./dist/index.mjs",
77
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)