@@ -70,7 +70,7 @@ dependencies = [
7070[[package ]]
7171org = " ballerina"
7272name = " http"
73- version = " 2.15.0 "
73+ version = " 2.15.1 "
7474dependencies = [
7575 {org = " ballerina" , name = " auth" },
7676 {org = " ballerina" , name = " cache" },
@@ -211,6 +211,14 @@ dependencies = [
211211 {org = " ballerina" , name = " lang.regexp" }
212212]
213213
214+ [[package ]]
215+ org = " ballerina"
216+ name = " lang.transaction"
217+ version = " 0.0.0"
218+ dependencies = [
219+ {org = " ballerina" , name = " jballerina.java" }
220+ ]
221+
214222[[package ]]
215223org = " ballerina"
216224name = " lang.value"
@@ -357,6 +365,27 @@ modules = [
357365 {org = " ballerinai" , packageName = " observe" , moduleName = " observe" }
358366]
359367
368+ [[package ]]
369+ org = " ballerinai"
370+ name = " transaction"
371+ version = " 0.0.0"
372+ dependencies = [
373+ {org = " ballerina" , name = " cache" },
374+ {org = " ballerina" , name = " http" },
375+ {org = " ballerina" , name = " io" },
376+ {org = " ballerina" , name = " jballerina.java" },
377+ {org = " ballerina" , name = " lang.runtime" },
378+ {org = " ballerina" , name = " lang.transaction" },
379+ {org = " ballerina" , name = " lang.value" },
380+ {org = " ballerina" , name = " log" },
381+ {org = " ballerina" , name = " task" },
382+ {org = " ballerina" , name = " time" },
383+ {org = " ballerina" , name = " uuid" }
384+ ]
385+ modules = [
386+ {org = " ballerinai" , packageName = " transaction" , moduleName = " transaction" }
387+ ]
388+
360389[[package ]]
361390org = " ballerinax"
362391name = " cdc"
@@ -443,6 +472,7 @@ dependencies = [
443472 {org = " ballerina" , name = " sql" },
444473 {org = " ballerina" , name = " time" },
445474 {org = " ballerinai" , name = " observe" },
475+ {org = " ballerinai" , name = " transaction" },
446476 {org = " ballerinax" , name = " mysql" },
447477 {org = " ballerinax" , name = " mysql.driver" },
448478 {org = " ballerinax" , name = " salesforce" }
0 commit comments