Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore(uploads): add missing script name
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Aug 29, 2024
1 parent 4381160 commit b3fead3
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion modules/achievements/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Unlock and track user achievements. (Coming late-2024)",
"icon": "medal",
"tags": [
"game"
"competitive"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/analytics/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Track and visualize user behavior data. (Coming mid-2024)",
"icon": "chart-line",
"tags": [
"game"
"analytics"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/chat/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "In-game player-to-player messaging. (Coming late-2024)",
"icon": "messages",
"tags": [
"game"
"social"
],
"authors": [],
"status": "coming_soon",
Expand Down
3 changes: 2 additions & 1 deletion modules/currency/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"economy"
],
"authors": [
"ABCxFF"
"ABCxFF",
"NathanFlurry"
],
"status": "preview",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion modules/email/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Send emails using multiple providers.",
"icon": "envelope",
"tags": [
"email"
"email",
"utility"
],
"authors": [
"rivet-gg",
Expand Down
2 changes: 1 addition & 1 deletion modules/game_saves/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Store and manage player progress data or world state. (Coming mid-2024)",
"icon": "floppy-disk",
"tags": [
"game"
"utility"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/groups/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Group users in groups/clans/guilds. (Coming late-2024)",
"icon": "user-group",
"tags": [
"game"
"social"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/leaderboards/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Track and display top player rankings. (Coming mid-2024)",
"icon": "ranking-star",
"tags": [
"game"
"competitive"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/matchmaker/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Ticket-based matchmaking that balances skill, latency, and more. (Coming mid-2024)",
"icon": "chess-knight",
"tags": [
"game"
"multiplayer"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/parties/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Real-time player groups. Integrates with matchmaking. (Coming mid-2024)",
"icon": "party-horn",
"tags": [
"game"
"multiplayer"
],
"authors": [],
"status": "coming_soon",
Expand Down
3 changes: 2 additions & 1 deletion modules/rate_limit/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"icon": "gauge-circle-minus",
"tags": [
"core",
"utility"
"utility",
"security"
],
"authors": [
"rivet-gg",
Expand Down
4 changes: 2 additions & 2 deletions modules/rivet/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"status": "stable",
"name": "Rivet API",
"description": "Helper for calling the Rivet API.",
"name": "Rivet",
"description": "Open-source game servers & backend for multiplayer games.",
"icon": "r",
"tags": [
"core",
Expand Down
3 changes: 2 additions & 1 deletion modules/tokens/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"icon": "lock",
"tags": [
"core",
"utility"
"utility",
"security"
],
"authors": [
"rivet-gg",
Expand Down
4 changes: 3 additions & 1 deletion modules/uploads/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"public": false
},
"fetch_public_file_urls": {
"name": "Fetch Public File URLs",
"description": "Returns public presigned URLs for specified files in an upload",
"public": false
}
},
Expand Down Expand Up @@ -85,4 +87,4 @@
}
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion modules/user_passwords/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"name": "Password is Invalid"
}
}
}
}

0 comments on commit b3fead3

Please sign in to comment.