File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Version 0.2.14
2+
3+ chore: update Cloud Functions runtime to Node.js 22
4+ chore: ran npm run adit fix
5+ chore: add esModuleInterop and skipLibCheck to tsconfig.json
6+
17## Version 0.2.13
28
39chore: bump dependencies
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : firestore-counter
16- version : 0.2.13
16+ version : 0.2.14
1717specVersion : v1beta
1818
1919displayName : Distributed Counter
@@ -53,7 +53,7 @@ resources:
5353 This scheduled function either aggregates shards itself, or it schedules
5454 and monitors workers to aggregate shards.
5555 properties :
56- runtime : nodejs20
56+ runtime : nodejs22
5757 maxInstances : 1
5858 scheduleTrigger :
5959 schedule : " every ${param:SCHEDULE_FREQUENCY} minutes"
@@ -64,7 +64,7 @@ resources:
6464 Listens for changes on counter shards that may need aggregating. This
6565 function is limited to max 1 instance.
6666 properties :
67- runtime : nodejs20
67+ runtime : nodejs22
6868 maxInstances : 1
6969 timeout : 120s
7070 eventTrigger :
@@ -78,7 +78,7 @@ resources:
7878 or more worker functions running at any point in time. The controllerCore
7979 function is responsible for scheduling and monitoring these workers.
8080 properties :
81- runtime : nodejs20
81+ runtime : nodejs22
8282 eventTrigger :
8383 eventType : providers/cloud.firestore/eventTypes/document.write
8484 resource : projects/${param:PROJECT_ID}/databases/(default)/documents/${param:INTERNAL_STATE_PATH}/workers/{workerId}
You can’t perform that action at this time.
0 commit comments