Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 committed Jan 22, 2025
1 parent 32174c2 commit 33a8257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agoda-devfeedback-vite",
"version": "0.1.17",
"version": "0.1.18",
"description": "Vite plugin for collecting and reporting development feedback metrics",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface StaticMetadata {

export interface CommonMetadata extends StaticMetadata {
id: string;
timeTaken: number;
timeTaken: bigint;
branch: string;
timestamp: number;
builtAt: string;
Expand Down

0 comments on commit 33a8257

Please sign in to comment.