Skip to content

Commit

Permalink
⬆️ Upgrade ponder to 0.8.22 + fix empty stats
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jan 10, 2025
1 parent ad6597d commit 292f43d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@pulumi/aws": "^6.62.2",
"@pulumi/pulumi": "^3.142.0",
"@types/aws-lambda": "8.10.146",
"@types/node": "^22.10.1",
"@types/node": "^22.10.5",
"sst": "3.4.18",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.14"
Expand Down
4 changes: 2 additions & 2 deletions packages/erpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"viem": "^2.22.3",
"viem": "^2.22.6",
"sst": "3.4.18",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"@konfeature/erpc-config-generator": "0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"dependencies": {
"drizzle-orm": "0.36.4",
"hono": "4.6.16",
"ponder": "^0.8.17",
"viem": "^2.22.3"
"ponder": "^0.8.22",
"viem": "^2.22.6"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.14"
Expand Down
1 change: 1 addition & 0 deletions packages/ponder/src/interactions/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const emptyCampaignStats = {
createReferredLinkInteractions: 0n,
purchaseStartedInteractions: 0n,
purchaseCompletedInteractions: 0n,
customerMeetingInteractions: 0n,
webshopOpenned: 0n,
totalRewards: 0n,
};
Expand Down

0 comments on commit 292f43d

Please sign in to comment.