Skip to content

Commit

Permalink
Merge pull request #8 from supabase/feat/subscription-edited
Browse files Browse the repository at this point in the history
feat: support subscription.edited event / dep upgrades
  • Loading branch information
ecktoteckto authored Jun 13, 2024
2 parents 7a66bcd + 299ead9 commit 7451489
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 260 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This server synchronizes your [Orb](https://www.withorb.com/) account to a Postg
- [x] subscription.created
- [x] subscription.started
- [x] subscription.fixed_fee_quantity_updated
- [x] subscription.edited
- [x] subscription.ended
- [x] subscription.plan_changed
- [x] subscription.usage_exceeded
Expand Down
8 changes: 4 additions & 4 deletions apps/node-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"author": "Supabase",
"license": "MIT",
"dependencies": {
"@fastify/autoload": "^5.8.2",
"@fastify/autoload": "^5.9.0",
"@fastify/type-provider-typebox": "^4.0.0",
"dotenv": "^16.4.5",
"fastify": "^4.27.0",
"orb-sync-lib": "*",
"pino": "^9.1.0"
"pino": "^9.2.0"
},
"devDependencies": {
"pino-pretty": "^11.1.0",
"tsx": "^4.11.0"
"pino-pretty": "^11.2.1",
"tsx": "^4.15.2"
}
}
Loading

0 comments on commit 7451489

Please sign in to comment.