From 9bd9294e25832fb1c5e6cc18ec366c913da01b45 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Thu, 5 Sep 2024 18:23:57 -0700 Subject: [PATCH] chore: update module list --- modules/achievements/README.md | 4 ---- modules/achievements/module.json | 14 ----------- modules/auth_email/module.json | 3 ++- modules/auth_email_link/module.json | 3 ++- modules/eos/README.md | 3 --- modules/eos/module.json | 15 ------------ modules/idem/README.md | 6 ----- modules/idem/module.json | 16 ------------- modules/identities/module.json | 3 ++- modules/matchmaker/README.md | 4 ---- modules/matchmaker/module.json | 14 ----------- modules/rivet/module.json | 3 ++- modules/steam/README.md | 4 ---- modules/steam/module.json | 15 ------------ modules/twitch/README.md | 4 ---- modules/twitch/module.json | 15 ------------ modules/uploads/module.json | 2 +- tests/basic/backend.json | 18 --------------- tests/basic/deno.lock | 36 ++++++++++++++++++++++++++++- 19 files changed, 44 insertions(+), 138 deletions(-) delete mode 100644 modules/achievements/README.md delete mode 100644 modules/achievements/module.json delete mode 100644 modules/eos/README.md delete mode 100644 modules/eos/module.json delete mode 100644 modules/idem/README.md delete mode 100644 modules/idem/module.json delete mode 100644 modules/matchmaker/README.md delete mode 100644 modules/matchmaker/module.json delete mode 100644 modules/steam/README.md delete mode 100644 modules/steam/module.json delete mode 100644 modules/twitch/README.md delete mode 100644 modules/twitch/module.json diff --git a/modules/achievements/README.md b/modules/achievements/README.md deleted file mode 100644 index cf408f5..0000000 --- a/modules/achievements/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Achievements - -[Get Early Access](https://b8v8449klvp.typeform.com/to/kpcSBpuP) - diff --git a/modules/achievements/module.json b/modules/achievements/module.json deleted file mode 100644 index adbe171..0000000 --- a/modules/achievements/module.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Achievements", - "description": "Unlock and track user achievements. (Coming late-2024)", - "icon": "medal", - "tags": [ - "competitive" - ], - "authors": [ - "rivet-gg" - ], - "status": "coming_soon", - "scripts": {}, - "errors": {} -} diff --git a/modules/auth_email/module.json b/modules/auth_email/module.json index 9464a9b..5580f0a 100644 --- a/modules/auth_email/module.json +++ b/modules/auth_email/module.json @@ -5,7 +5,8 @@ "tags": [ "core", "auth", - "user" + "user", + "internal" ], "authors": [ "rivet-gg", diff --git a/modules/auth_email_link/module.json b/modules/auth_email_link/module.json index 0e0dded..881cf28 100644 --- a/modules/auth_email_link/module.json +++ b/modules/auth_email_link/module.json @@ -5,7 +5,8 @@ "tags": [ "core", "auth", - "user" + "user", + "internal" ], "authors": [ "rivet-gg", diff --git a/modules/eos/README.md b/modules/eos/README.md deleted file mode 100644 index a69a101..0000000 --- a/modules/eos/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Epic Online Services - -[Get Early Access](https://b8v8449klvp.typeform.com/to/kpcSBpuP) diff --git a/modules/eos/module.json b/modules/eos/module.json deleted file mode 100644 index 42f2536..0000000 --- a/modules/eos/module.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "Epic Online Services", - "description": "Epic Online Services (EOS) is a cross-platform SDK that provides essential online services such as authentication, friends, matchmaking, and more for games.", - "icon": "e", - "tags": [ - "platform", - "integration" - ], - "authors": [ - "rivet-gg" - ], - "status": "coming_soon", - "scripts": {}, - "errors": {} -} diff --git a/modules/idem/README.md b/modules/idem/README.md deleted file mode 100644 index 168d011..0000000 --- a/modules/idem/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Idem - -[Get Early Access](https://b8v8449klvp.typeform.com/to/kpcSBpuP) - -See [IDEM](https://www.idem.gg/) for more details. - diff --git a/modules/idem/module.json b/modules/idem/module.json deleted file mode 100644 index 2a12fe9..0000000 --- a/modules/idem/module.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "IDEM", - "description": "Matchmaking for multi-player games – as an API. Be sure your game's matchmaking will be loved by players.", - "icon": "i", - "tags": [ - "service", - "integration" - ], - "authors": [ - "idem-matchmaking", - "rivet-gg" - ], - "status": "coming_soon", - "scripts": {}, - "errors": {} -} diff --git a/modules/identities/module.json b/modules/identities/module.json index cfd2d22..66a4bf4 100644 --- a/modules/identities/module.json +++ b/modules/identities/module.json @@ -5,7 +5,8 @@ "tags": [ "core", "user", - "auth" + "auth", + "internal" ], "authors": [ "rivet-gg", diff --git a/modules/matchmaker/README.md b/modules/matchmaker/README.md deleted file mode 100644 index 1c054d2..0000000 --- a/modules/matchmaker/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Matchmaker - -[Get Early Access](https://b8v8449klvp.typeform.com/to/kpcSBpuP) - diff --git a/modules/matchmaker/module.json b/modules/matchmaker/module.json deleted file mode 100644 index 9505bfd..0000000 --- a/modules/matchmaker/module.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Matchmaker", - "description": "Ticket-based matchmaking that balances skill, latency, and more. (Coming mid-2024)", - "icon": "chess-knight", - "tags": [ - "multiplayer" - ], - "authors": [ - "rivet-gg" - ], - "status": "coming_soon", - "scripts": {}, - "errors": {} -} diff --git a/modules/rivet/module.json b/modules/rivet/module.json index e5a7ed4..921dc73 100644 --- a/modules/rivet/module.json +++ b/modules/rivet/module.json @@ -5,7 +5,8 @@ "icon": "r", "tags": [ "core", - "infra" + "infra", + "internal" ], "authors": [ "NathanFlurry", diff --git a/modules/steam/README.md b/modules/steam/README.md deleted file mode 100644 index 1a7d31b..0000000 --- a/modules/steam/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Steam - -[Get Early Access](https://b8v8449klvp.typeform.com/to/kpcSBpuP) - diff --git a/modules/steam/module.json b/modules/steam/module.json deleted file mode 100644 index 7cc1722..0000000 --- a/modules/steam/module.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "Steam", - "description": "Integrate with Steam accounts", - "icon": "steam", - "tags": [ - "platform", - "integration" - ], - "authors": [ - "rivet-gg" - ], - "status": "coming_soon", - "scripts": {}, - "errors": {} -} diff --git a/modules/twitch/README.md b/modules/twitch/README.md deleted file mode 100644 index 09db2c9..0000000 --- a/modules/twitch/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Twitch - -[Get Early Access](https://b8v8449klvp.typeform.com/to/kpcSBpuP) - diff --git a/modules/twitch/module.json b/modules/twitch/module.json deleted file mode 100644 index d4f1fcc..0000000 --- a/modules/twitch/module.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "Twitch", - "description": "Integrate your game with drops", - "icon": "twitch", - "tags": [ - "platform", - "integration" - ], - "authors": [ - "rivet-gg" - ], - "status": "coming_soon", - "scripts": {}, - "errors": {} -} diff --git a/modules/uploads/module.json b/modules/uploads/module.json index 4993795..a8c0f04 100644 --- a/modules/uploads/module.json +++ b/modules/uploads/module.json @@ -77,7 +77,7 @@ }, "too_many_chunks": { "name": "Possibility Of Too Many Chunks", - "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", + "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.", "internal": false }, "multipart_upload_completion_fail": { diff --git a/tests/basic/backend.json b/tests/basic/backend.json index 6a6547b..72bf557 100644 --- a/tests/basic/backend.json +++ b/tests/basic/backend.json @@ -7,9 +7,6 @@ } }, "modules": { - "achievements": { - "registry": "local" - }, "analytics": { "registry": "local" }, @@ -70,9 +67,6 @@ } } }, - "matchmaker": { - "registry": "local" - }, "parties": { "registry": "local" }, @@ -106,18 +100,6 @@ "discord_activity": { "registry": "local" }, - "eos": { - "registry": "local" - }, - "steam": { - "registry": "local" - }, - "idem": { - "registry": "local" - }, - "twitch": { - "registry": "local" - }, "auth_oauth": { "registry": "local" } diff --git a/tests/basic/deno.lock b/tests/basic/deno.lock index 5af0b04..969c62b 100644 --- a/tests/basic/deno.lock +++ b/tests/basic/deno.lock @@ -9,6 +9,7 @@ "npm:@types/node": "npm:@types/node@18.16.19", "npm:drizzle-orm@0.33.0": "npm:drizzle-orm@0.33.0_pg@8.12.0", "npm:pg@8.11.3": "npm:pg@8.11.3", + "npm:pg@8.12.0": "npm:pg@8.12.0", "npm:pg@^8.11.3": "npm:pg@8.12.0", "npm:tsup": "npm:tsup@8.2.4_typescript@5.5.4_esbuild@0.23.1", "npm:typescript": "npm:typescript@5.5.4", @@ -1166,11 +1167,42 @@ "https://deno.land/std@0.222.1/encoding/base64url.ts": "ef40e0f18315ab539f17cebcc32839779e018d86dea9df39d94d302f342a1713", "https://deno.land/std@0.222.1/encoding/hex.ts": "6270f25e5d85f99fcf315278670ba012b04b7c94b67715b53f30d03249687c07", "https://deno.land/std@0.222.1/fmt/colors.ts": "d239d84620b921ea520125d778947881f62c50e78deef2657073840b8af9559a", + "https://deno.land/std@0.224.0/assert/_constants.ts": "a271e8ef5a573f1df8e822a6eb9d09df064ad66a4390f21b3e31f820a38e0975", "https://deno.land/std@0.224.0/assert/assert.ts": "09d30564c09de846855b7b071e62b5974b001bb72a4b797958fe0660e7849834", + "https://deno.land/std@0.224.0/assert/assert_almost_equals.ts": "9e416114322012c9a21fa68e187637ce2d7df25bcbdbfd957cd639e65d3cf293", + "https://deno.land/std@0.224.0/assert/assert_array_includes.ts": "14c5094471bc8e4a7895fc6aa5a184300d8a1879606574cb1cd715ef36a4a3c7", + "https://deno.land/std@0.224.0/assert/assert_equals.ts": "3bbca947d85b9d374a108687b1a8ba3785a7850436b5a8930d81f34a32cb8c74", + "https://deno.land/std@0.224.0/assert/assert_exists.ts": "43420cf7f956748ae6ed1230646567b3593cb7a36c5a5327269279c870c5ddfd", + "https://deno.land/std@0.224.0/assert/assert_false.ts": "3e9be8e33275db00d952e9acb0cd29481a44fa0a4af6d37239ff58d79e8edeff", + "https://deno.land/std@0.224.0/assert/assert_greater.ts": "5e57b201fd51b64ced36c828e3dfd773412c1a6120c1a5a99066c9b261974e46", + "https://deno.land/std@0.224.0/assert/assert_greater_or_equal.ts": "9870030f997a08361b6f63400273c2fb1856f5db86c0c3852aab2a002e425c5b", + "https://deno.land/std@0.224.0/assert/assert_instance_of.ts": "e22343c1fdcacfaea8f37784ad782683ec1cf599ae9b1b618954e9c22f376f2c", + "https://deno.land/std@0.224.0/assert/assert_is_error.ts": "f856b3bc978a7aa6a601f3fec6603491ab6255118afa6baa84b04426dd3cc491", + "https://deno.land/std@0.224.0/assert/assert_less.ts": "60b61e13a1982865a72726a5fa86c24fad7eb27c3c08b13883fb68882b307f68", + "https://deno.land/std@0.224.0/assert/assert_less_or_equal.ts": "d2c84e17faba4afe085e6c9123a63395accf4f9e00150db899c46e67420e0ec3", + "https://deno.land/std@0.224.0/assert/assert_match.ts": "ace1710dd3b2811c391946954234b5da910c5665aed817943d086d4d4871a8b7", + "https://deno.land/std@0.224.0/assert/assert_not_equals.ts": "78d45dd46133d76ce624b2c6c09392f6110f0df9b73f911d20208a68dee2ef29", + "https://deno.land/std@0.224.0/assert/assert_not_instance_of.ts": "3434a669b4d20cdcc5359779301a0588f941ffdc2ad68803c31eabdb4890cf7a", + "https://deno.land/std@0.224.0/assert/assert_not_match.ts": "df30417240aa2d35b1ea44df7e541991348a063d9ee823430e0b58079a72242a", + "https://deno.land/std@0.224.0/assert/assert_not_strict_equals.ts": "37f73880bd672709373d6dc2c5f148691119bed161f3020fff3548a0496f71b8", + "https://deno.land/std@0.224.0/assert/assert_object_match.ts": "411450fd194fdaabc0089ae68f916b545a49d7b7e6d0026e84a54c9e7eed2693", + "https://deno.land/std@0.224.0/assert/assert_rejects.ts": "4bee1d6d565a5b623146a14668da8f9eb1f026a4f338bbf92b37e43e0aa53c31", + "https://deno.land/std@0.224.0/assert/assert_strict_equals.ts": "b4f45f0fd2e54d9029171876bd0b42dd9ed0efd8f853ab92a3f50127acfa54f5", + "https://deno.land/std@0.224.0/assert/assert_string_includes.ts": "496b9ecad84deab72c8718735373feb6cdaa071eb91a98206f6f3cb4285e71b8", + "https://deno.land/std@0.224.0/assert/assert_throws.ts": "c6508b2879d465898dab2798009299867e67c570d7d34c90a2d235e4553906eb", "https://deno.land/std@0.224.0/assert/assertion_error.ts": "ba8752bd27ebc51f723702fac2f54d3e94447598f54264a6653d6413738a8917", + "https://deno.land/std@0.224.0/assert/equal.ts": "bddf07bb5fc718e10bb72d5dc2c36c1ce5a8bdd3b647069b6319e07af181ac47", + "https://deno.land/std@0.224.0/assert/fail.ts": "0eba674ffb47dff083f02ced76d5130460bff1a9a68c6514ebe0cdea4abadb68", + "https://deno.land/std@0.224.0/assert/mod.ts": "48b8cb8a619ea0b7958ad7ee9376500fe902284bb36f0e32c598c3dc34cbd6f3", + "https://deno.land/std@0.224.0/assert/unimplemented.ts": "8c55a5793e9147b4f1ef68cd66496b7d5ba7a9e7ca30c6da070c1a58da723d73", + "https://deno.land/std@0.224.0/assert/unreachable.ts": "5ae3dbf63ef988615b93eb08d395dda771c96546565f9e521ed86f6510c29e19", "https://deno.land/std@0.224.0/collections/_utils.ts": "b2ec8ada31b5a72ebb1d99774b849b4c09fe4b3a38d07794bd010bd218a16e0b", "https://deno.land/std@0.224.0/collections/deep_merge.ts": "04f8d2a6cfa15c7580e788689bcb5e162512b9ccb18bab1241824b432a78551e", "https://deno.land/std@0.224.0/crypto/timing_safe_equal.ts": "bc3622b5aec05e2d8b735bf60633425c34333c06cfb6c4a9f102e4a0f3931ced", + "https://deno.land/std@0.224.0/fmt/colors.ts": "508563c0659dd7198ba4bbf87e97f654af3c34eb56ba790260f252ad8012e1c5", + "https://deno.land/std@0.224.0/internal/diff.ts": "6234a4b493ebe65dc67a18a0eb97ef683626a1166a1906232ce186ae9f65f4e6", + "https://deno.land/std@0.224.0/internal/format.ts": "0a98ee226fd3d43450245b1844b47003419d34d210fa989900861c79820d21c2", + "https://deno.land/std@0.224.0/internal/mod.ts": "534125398c8e7426183e12dc255bb635d94e06d0f93c60a297723abe69d3b22e", "https://deno.land/x/argontwo@0.2.0/mod.ts": "076395861fc86d5b475ed49ecf10a35df47db55a506469da054a92969d7cdf66", "https://deno.land/x/argontwo@0.2.0/wasm/mod.ts": "588486da70ccd43760b71fb3d236ff37d1790d3419cbb764c35fc05a550a2881", "https://deno.land/x/argontwo@0.2.0/wasm/wasm.js": "c5fdbe828b5984d9a434247ca2cf6cd44e8f7560490813cdd92be785ec57d3fa", @@ -2501,6 +2533,8 @@ "https://esm.sh/v135/strnum@1.0.5/denonext/strnum.mjs": "1ffef4adec2f74139e36a2bfed8381880541396fe1c315779fb22e081b17468b", "https://esm.sh/v135/tslib@2.6.2/denonext/tslib.mjs": "29782bcd3139f77ec063dc5a9385c0fff4a8d0a23b6765c73d9edeb169a04bf1", "https://esm.sh/v135/tslib@2.6.3/denonext/tslib.mjs": "0834c22e9fbf95f6a5659cc2017543f7d41aa880f24ab84cb11d24e6bee99303", - "https://esm.sh/v135/uuid@9.0.1/denonext/uuid.mjs": "7d7d3aa57fa136e2540886654c416d9da10d8cfebe408bae47fd47070f0bfb2a" + "https://esm.sh/v135/uuid@9.0.1/denonext/uuid.mjs": "7d7d3aa57fa136e2540886654c416d9da10d8cfebe408bae47fd47070f0bfb2a", + "https://esm.sh/zod-validation-error@3.3.0": "d8825ca67952b6adff6b35026dc465f9638d4923dbd54fe9e8e81fbfddca9630", + "https://esm.sh/zod@3.23.8": "728819c1f651800179a5a80daf24b3e54b2ddea87828bd10e63875a604bcb94e" } }