Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
exporting PurchaseFields
  • Loading branch information
arietrouw committed Sep 6, 2024
1 parent e293643 commit 1c5462d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/pixel",
"version": "2.0.2",
"version": "2.0.3",
"description": "Event Client for xylabs ESB",
"homepage": "https://xylabs.com",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './Api/index.js'
export * from './FunnelStartedFields.js'
export * from './Pixel.js'
export * from './PurchaseFields.ts'
export * from './Referrer.js'
export * from './TestStartedFields.js'
export * from './UniqueUserId.js'
Expand Down

0 comments on commit 1c5462d

Please sign in to comment.