Skip to content

Commit 9cf06c0

Browse files
committed
Refactor code to use room maxPlayers, improve byte reading
1 parent 16b315c commit 9cf06c0

File tree

6 files changed

+214
-217
lines changed

6 files changed

+214
-217
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mkdir -p server-build
5959
mv bin/swamp.exe server-build/
6060
- name: Archive
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: server-build-${{ matrix.os.label }}
6464
path: server/server-build
@@ -122,19 +122,19 @@ jobs:
122122
echo "SWAMP_VERSION=${SWAMP_VERSION}" >> $GITHUB_OUTPUT
123123
git config --global user.email "[email protected]"
124124
git config --global user.name "Linwood CI"
125-
- uses: actions/download-artifact@v6
125+
- uses: actions/download-artifact@v7
126126
with:
127127
name: server-build-linux-x86_64
128128
path: server-build-linux-x86_64/
129-
- uses: actions/download-artifact@v6
129+
- uses: actions/download-artifact@v7
130130
with:
131131
name: server-build-linux-arm64
132132
path: server-build-linux-arm64/
133-
- uses: actions/download-artifact@v6
133+
- uses: actions/download-artifact@v7
134134
with:
135135
name: server-build-windows-x86_64
136136
path: server-build-windows-x86_64/
137-
- uses: actions/download-artifact@v6
137+
- uses: actions/download-artifact@v7
138138
with:
139139
name: server-build-macos
140140
path: server-build-macos/

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Supported | |
66
| ------- | --------- | --- |
7-
| | | |
7+
| 0.1.0 | ⚠️ | |
88

99
Currently there is no version released yet.
1010
Because of that, there is also no main branch.

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"@phosphor-icons/react": "^2.1.10",
1717
"@types/react": "^19.2.7",
1818
"@types/react-dom": "^19.2.3",
19-
"astro": "^5.16.5",
19+
"astro": "^5.16.6",
2020
"react": "^19.2.3",
2121
"react-dom": "^19.2.3",
2222
"remark-gemoji": "^8.0.0",
2323
"remark-heading-id": "^1.0.1",
2424
"typescript": "^5.9.3"
2525
},
26-
"packageManager": "pnpm@10.25.0",
26+
"packageManager": "pnpm@10.26.2",
2727
"devDependencies": {
2828
"@vite-pwa/astro": "^1.2.0",
29-
"sass": "^1.96.0",
29+
"sass": "^1.97.1",
3030
"sharp": "^0.34.5",
3131
"vite-plugin-pwa": "^1.2.0",
3232
"workbox-window": "^7.4.0"

0 commit comments

Comments
 (0)