File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22org = " ballerina"
33name = " regex"
4- version = " 1.3.3 "
4+ version = " 1.4.0 "
55authors = [" Ballerina" ]
66keywords = [" regex" , " string" , " regular expressions" ]
77repository = " https://github.com/ballerina-platform/module-ballerina-regex"
88icon = " icon.png"
99license = [" Apache-2.0" ]
10- distribution = " 2201.0.4 "
10+ distribution = " 2201.5.0 "
Original file line number Diff line number Diff line change 55
66[ballerina ]
77dependencies-toml-version = " 2"
8+ distribution-version = " 2201.5.0-20230328-123100-32aa6e3e"
89
910[[package ]]
1011org = " ballerina"
@@ -16,19 +17,28 @@ modules = [
1617
1718[[package ]]
1819org = " ballerina"
19- name = " lang.string "
20+ name = " lang.regexp "
2021version = " 0.0.0"
2122dependencies = [
2223 {org = " ballerina" , name = " jballerina.java" }
2324]
25+
26+ [[package ]]
27+ org = " ballerina"
28+ name = " lang.string"
29+ version = " 0.0.0"
30+ dependencies = [
31+ {org = " ballerina" , name = " jballerina.java" },
32+ {org = " ballerina" , name = " lang.regexp" }
33+ ]
2434modules = [
2535 {org = " ballerina" , packageName = " lang.string" , moduleName = " lang.string" }
2636]
2737
2838[[package ]]
2939org = " ballerina"
3040name = " regex"
31- version = " 1.3.3 "
41+ version = " 1.4.0 "
3242dependencies = [
3343 {org = " ballerina" , name = " jballerina.java" },
3444 {org = " ballerina" , name = " lang.string" },
@@ -50,4 +60,3 @@ modules = [
5060 {org = " ballerina" , packageName = " test" , moduleName = " test" }
5161]
5262
53-
You can’t perform that action at this time.
0 commit comments