55
66[ballerina ]
77dependencies-toml-version = " 2"
8- distribution-version = " 2201.12.0 "
8+ distribution-version = " 2201.13.0-20250825-150500-2c7270f2 "
99
1010[[package ]]
1111org = " ballerina"
@@ -62,7 +62,6 @@ modules = [
6262org = " ballerina"
6363name = " lang.__internal"
6464version = " 0.0.0"
65- scope = " testOnly"
6665dependencies = [
6766 {org = " ballerina" , name = " jballerina.java" },
6867 {org = " ballerina" , name = " lang.object" }
@@ -87,11 +86,20 @@ dependencies = [
8786 {org = " ballerina" , name = " jballerina.java" }
8887]
8988
89+ [[package ]]
90+ org = " ballerina"
91+ name = " lang.int"
92+ version = " 0.0.0"
93+ dependencies = [
94+ {org = " ballerina" , name = " jballerina.java" },
95+ {org = " ballerina" , name = " lang.__internal" },
96+ {org = " ballerina" , name = " lang.object" }
97+ ]
98+
9099[[package ]]
91100org = " ballerina"
92101name = " lang.object"
93102version = " 0.0.0"
94- scope = " testOnly"
95103
96104[[package ]]
97105org = " ballerina"
@@ -116,7 +124,7 @@ dependencies = [
116124[[package ]]
117125org = " ballerina"
118126name = " log"
119- version = " 2.12 .0"
127+ version = " 2.13 .0"
120128dependencies = [
121129 {org = " ballerina" , name = " io" },
122130 {org = " ballerina" , name = " jballerina.java" },
@@ -156,10 +164,11 @@ dependencies = [
156164[[package ]]
157165org = " ballerina"
158166name = " task"
159- version = " 2.7 .0"
167+ version = " 2.11 .0"
160168dependencies = [
161169 {org = " ballerina" , name = " jballerina.java" },
162- {org = " ballerina" , name = " time" }
170+ {org = " ballerina" , name = " time" },
171+ {org = " ballerina" , name = " uuid" }
163172]
164173
165174[[package ]]
@@ -198,3 +207,14 @@ modules = [
198207 {org = " ballerina" , packageName = " url" , moduleName = " url" }
199208]
200209
210+ [[package ]]
211+ org = " ballerina"
212+ name = " uuid"
213+ version = " 1.10.0"
214+ dependencies = [
215+ {org = " ballerina" , name = " crypto" },
216+ {org = " ballerina" , name = " jballerina.java" },
217+ {org = " ballerina" , name = " lang.int" },
218+ {org = " ballerina" , name = " time" }
219+ ]
220+
0 commit comments