Skip to content

Commit 973cf93

Browse files
committed
feat(firestore-stripe-payments): upgrade resources to node18 (#593)
1 parent 5434c22 commit 973cf93

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

firestore-stripe-payments/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 0.3.8 - 2023-12-21
2+
3+
[fix] - upgraded resources `onUserDeleted` & `onCustomerDataDeleted` to node 18 [#583]
4+
15
### Version 0.3.7 - 2023-12-21
26

37
[fix] - upgraded the resources to node 18 [#583]

firestore-stripe-payments/extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-stripe-payments
16-
version: 0.3.7
16+
version: 0.3.8
1717
specVersion: v1beta
1818

1919
displayName: Run Payments with Stripe
@@ -97,7 +97,7 @@ resources:
9797
Deletes the Stripe customer object and cancels all their subscriptions when the user is deleted in Firebase Authentication.
9898
properties:
9999
location: ${LOCATION}
100-
runtime: nodejs14
100+
runtime: nodejs18
101101
eventTrigger:
102102
eventType: providers/firebase.auth/eventTypes/user.delete
103103
resource: projects/${PROJECT_ID}
@@ -108,7 +108,7 @@ resources:
108108
Deletes the Stripe customer object and cancels all their subscriptions when the customer doc in Cloud Firestore is deleted.
109109
properties:
110110
location: ${LOCATION}
111-
runtime: nodejs14
111+
runtime: nodejs18
112112
eventTrigger:
113113
eventType: providers/cloud.firestore/eventTypes/document.delete
114114
resource: projects/${PROJECT_ID}/databases/(default)/documents/${CUSTOMERS_COLLECTION}/{uid}

0 commit comments

Comments
 (0)