Skip to content

Commit 7451489

Browse files
authored
Merge pull request #8 from supabase/feat/subscription-edited
feat: support subscription.edited event / dep upgrades
2 parents 7a66bcd + 299ead9 commit 7451489

File tree

8 files changed

+218
-260
lines changed

8 files changed

+218
-260
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This server synchronizes your [Orb](https://www.withorb.com/) account to a Postg
3636
- [x] subscription.created
3737
- [x] subscription.started
3838
- [x] subscription.fixed_fee_quantity_updated
39+
- [x] subscription.edited
3940
- [x] subscription.ended
4041
- [x] subscription.plan_changed
4142
- [x] subscription.usage_exceeded

apps/node-fastify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"author": "Supabase",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@fastify/autoload": "^5.8.2",
20+
"@fastify/autoload": "^5.9.0",
2121
"@fastify/type-provider-typebox": "^4.0.0",
2222
"dotenv": "^16.4.5",
2323
"fastify": "^4.27.0",
2424
"orb-sync-lib": "*",
25-
"pino": "^9.1.0"
25+
"pino": "^9.2.0"
2626
},
2727
"devDependencies": {
28-
"pino-pretty": "^11.1.0",
29-
"tsx": "^4.11.0"
28+
"pino-pretty": "^11.2.1",
29+
"tsx": "^4.15.2"
3030
}
3131
}

0 commit comments

Comments
 (0)