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

Commit a5c1e37

Browse files
authored
chore: update module list (#155)
1 parent 0f251d4 commit a5c1e37

File tree

19 files changed

+44
-138
lines changed

19 files changed

+44
-138
lines changed

Diff for: modules/achievements/README.md

-4
This file was deleted.

Diff for: modules/achievements/module.json

-14
This file was deleted.

Diff for: modules/auth_email/module.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"tags": [
66
"core",
77
"auth",
8-
"user"
8+
"user",
9+
"internal"
910
],
1011
"authors": [
1112
"rivet-gg",

Diff for: modules/auth_email_link/module.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"tags": [
66
"core",
77
"auth",
8-
"user"
8+
"user",
9+
"internal"
910
],
1011
"authors": [
1112
"rivet-gg",

Diff for: modules/eos/README.md

-3
This file was deleted.

Diff for: modules/eos/module.json

-15
This file was deleted.

Diff for: modules/idem/README.md

-6
This file was deleted.

Diff for: modules/idem/module.json

-16
This file was deleted.

Diff for: modules/identities/module.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"tags": [
66
"core",
77
"user",
8-
"auth"
8+
"auth",
9+
"internal"
910
],
1011
"authors": [
1112
"rivet-gg",

Diff for: modules/matchmaker/README.md

-4
This file was deleted.

Diff for: modules/matchmaker/module.json

-14
This file was deleted.

Diff for: modules/rivet/module.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"icon": "r",
66
"tags": [
77
"core",
8-
"infra"
8+
"infra",
9+
"internal"
910
],
1011
"authors": [
1112
"NathanFlurry",

Diff for: modules/steam/README.md

-4
This file was deleted.

Diff for: modules/steam/module.json

-15
This file was deleted.

Diff for: modules/twitch/README.md

-4
This file was deleted.

Diff for: modules/twitch/module.json

-15
This file was deleted.

Diff for: modules/uploads/module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"too_many_chunks": {
7979
"name": "Possibility Of Too Many Chunks",
80-
"description": "AWS S3 has a limit on the number of parts that can be uploaded in a\nmultipart upload. This limit is 10,000 parts. If the number of chunks\nrequired to upload the maximum multipart upload size exceeds this limit,\nany operation will preemptively throw this error.\n",
80+
"description": "AWS S3 has a limit on the number of parts that can be uploaded in a multipart upload. This limit is 10,000 parts. If the number of chunks required to upload the maximum multipart upload size exceeds this limit, any operation will preemptively throw this error.",
8181
"internal": false
8282
},
8383
"multipart_upload_completion_fail": {

Diff for: tests/basic/backend.json

-18
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
}
88
},
99
"modules": {
10-
"achievements": {
11-
"registry": "local"
12-
},
1310
"analytics": {
1411
"registry": "local"
1512
},
@@ -70,9 +67,6 @@
7067
}
7168
}
7269
},
73-
"matchmaker": {
74-
"registry": "local"
75-
},
7670
"parties": {
7771
"registry": "local"
7872
},
@@ -106,18 +100,6 @@
106100
"discord_activity": {
107101
"registry": "local"
108102
},
109-
"eos": {
110-
"registry": "local"
111-
},
112-
"steam": {
113-
"registry": "local"
114-
},
115-
"idem": {
116-
"registry": "local"
117-
},
118-
"twitch": {
119-
"registry": "local"
120-
},
121103
"auth_oauth": {
122104
"registry": "local"
123105
}

Diff for: tests/basic/deno.lock

+35-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)