Skip to content

Commit 4fa4c91

Browse files
committed
Update for Swan Lake Beta3
1 parent 99acd00 commit 4fa4c91

File tree

2 files changed

+97
-1
lines changed

2 files changed

+97
-1
lines changed

oauth1.0a/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ldclakmal"
33
name = "oauth1"
4-
version = "1.0.5"
4+
version = "1.0.6"
55
authors = ["Chanaka Lakmal"]
66
repository = "https://github.com/ldclakmal/ballerina-oauth1.0a"
77
license = ["Apache-2.0"]

oauth1.0a/Dependencies.toml

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# AUTO-GENERATED FILE. DO NOT MODIFY.
2+
3+
# This file is auto-generated by Ballerina for managing dependency versions.
4+
# It should not be modified by hand.
5+
6+
[ballerina]
7+
dependencies-toml-version = "2"
8+
9+
[[package]]
10+
org = "ballerina"
11+
name = "crypto"
12+
version = "2.0.0"
13+
dependencies = [
14+
{org = "ballerina", name = "jballerina.java"},
15+
{org = "ballerina", name = "time"}
16+
]
17+
modules = [
18+
{org = "ballerina", packageName = "crypto", moduleName = "crypto"}
19+
]
20+
21+
[[package]]
22+
org = "ballerina"
23+
name = "jballerina.java"
24+
version = "0.0.0"
25+
26+
[[package]]
27+
org = "ballerina"
28+
name = "lang.int"
29+
version = "0.0.0"
30+
dependencies = [
31+
{org = "ballerina", name = "jballerina.java"}
32+
]
33+
34+
[[package]]
35+
org = "ballerina"
36+
name = "regex"
37+
version = "1.0.0"
38+
dependencies = [
39+
{org = "ballerina", name = "jballerina.java"}
40+
]
41+
modules = [
42+
{org = "ballerina", packageName = "regex", moduleName = "regex"}
43+
]
44+
45+
[[package]]
46+
org = "ballerina"
47+
name = "time"
48+
version = "2.0.0"
49+
dependencies = [
50+
{org = "ballerina", name = "jballerina.java"}
51+
]
52+
modules = [
53+
{org = "ballerina", packageName = "time", moduleName = "time"}
54+
]
55+
56+
[[package]]
57+
org = "ballerina"
58+
name = "url"
59+
version = "2.0.0"
60+
dependencies = [
61+
{org = "ballerina", name = "jballerina.java"}
62+
]
63+
modules = [
64+
{org = "ballerina", packageName = "url", moduleName = "url"}
65+
]
66+
67+
[[package]]
68+
org = "ballerina"
69+
name = "uuid"
70+
version = "1.0.0"
71+
dependencies = [
72+
{org = "ballerina", name = "crypto"},
73+
{org = "ballerina", name = "jballerina.java"},
74+
{org = "ballerina", name = "lang.int"},
75+
{org = "ballerina", name = "regex"}
76+
]
77+
modules = [
78+
{org = "ballerina", packageName = "uuid", moduleName = "uuid"}
79+
]
80+
81+
[[package]]
82+
org = "ldclakmal"
83+
name = "oauth1"
84+
version = "1.0.6"
85+
dependencies = [
86+
{org = "ballerina", name = "crypto"},
87+
{org = "ballerina", name = "regex"},
88+
{org = "ballerina", name = "time"},
89+
{org = "ballerina", name = "url"},
90+
{org = "ballerina", name = "uuid"}
91+
]
92+
modules = [
93+
{org = "ldclakmal", packageName = "oauth1", moduleName = "oauth1"}
94+
]
95+
96+

0 commit comments

Comments
 (0)