Skip to content

Commit

Permalink
Merge pull request #2 from ayeshLK/discord-dev
Browse files Browse the repository at this point in the history
[Automated] Update the toml files
  • Loading branch information
HussainLatiff authored Jun 19, 2024
2 parents 2f8ff21 + 4fd0087 commit 3d3ed9e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 9 deletions.
11 changes: 7 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
distribution = "2201.3.0"
org= "ballerinax"
distribution = "2201.8.6"
org = "ballerinax"
name= "discord"
version= "3.1.0"
license= ["Apache-2.0"]
version = "0.1.0"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Communication/discord", "Cost/Free"]
icon = "icon.png"
repository = "https://github.com/HussainLatiff/module-ballerinax-discord"

[build-options]
observabilityIncluded = true
30 changes: 29 additions & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,38 @@
dependencies-toml-version = "2"
distribution-version = "2201.8.6"

[[package]]
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"

[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinai"
name = "observe"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "observe"}
]
modules = [
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
]

[[package]]
org = "ballerinax"
name = "discord"
version = "3.1.0"
version = "0.1.0"
dependencies = [
{org = "ballerinai", name = "observe"}
]
modules = [
{org = "ballerinax", packageName = "discord", moduleName = "discord"}
]
Expand Down
11 changes: 7 additions & 4 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
distribution = "2201.3.0"
org= "ballerinax"
distribution = "2201.8.6"
org = "ballerinax"
name= "discord"
version= "3.1.0"
license= ["Apache-2.0"]
version = "@toml.version@"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Communication/discord", "Cost/Free"]
icon = "icon.png"
repository = "https://github.com/HussainLatiff/module-ballerinax-discord"

[build-options]
observabilityIncluded = true

0 comments on commit 3d3ed9e

Please sign in to comment.