@colyseus/playground 0.17.11 → 0.17.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/package.json +7 -2
- package/README.md +0 -13
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colyseus/playground",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.12",
|
|
4
4
|
"main": "./build/index.cjs",
|
|
5
5
|
"module": "./build/index.mjs",
|
|
6
6
|
"typings": "./build/index.d.ts",
|
|
@@ -26,7 +26,12 @@
|
|
|
26
26
|
"express": ">=4.16.0",
|
|
27
27
|
"zod": "^4.1.12",
|
|
28
28
|
"@colyseus/auth": "^0.17.8",
|
|
29
|
-
"@colyseus/core": "^0.17.
|
|
29
|
+
"@colyseus/core": "^0.17.38"
|
|
30
|
+
},
|
|
31
|
+
"peerDependenciesMeta": {
|
|
32
|
+
"zod": {
|
|
33
|
+
"optional": true
|
|
34
|
+
}
|
|
30
35
|
},
|
|
31
36
|
"browserslist": {
|
|
32
37
|
"production": [
|
package/README.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Colyseus Playground
|
|
2
|
-
|
|
3
|
-
Client-side connection playground for your Colyseus server.
|
|
4
|
-
|
|
5
|
-
https://github.com/colyseus/colyseus/assets/130494/ebd90a9a-784b-44a1-8337-85e6a20cc8e8
|
|
6
|
-
|
|
7
|
-
## Contributing
|
|
8
|
-
|
|
9
|
-
This project uses React and TailwindCSS, contributions are welcome!
|
|
10
|
-
|
|
11
|
-
## License
|
|
12
|
-
|
|
13
|
-
MIT
|