tiaoom 0.0.7 → 0.0.9

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/logo.png +0 -0
  3. package/package.json +4 -3
package/README.md CHANGED
@@ -3,9 +3,9 @@
3
3
  </p>
4
4
 
5
5
  <h1 align="center">Tiaoom - a Tiaoable project</h1>
6
- <p align="center">组件化游戏房间管理开发包</p>
6
+ <p align="center">轻量级游戏房间引擎</p>
7
+ <p align="center"><a target="_blank" href="https://room-docs.adventext.fun">📃在线文档</a></p>
7
8
 
8
- [📃在线文档](https://room-docs.adventext.fun)
9
9
 
10
10
  ## ✨功能
11
11
  - 玩家注册与登录;
package/logo.png ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiaoom",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "main": "./src/index.cjs",
6
6
  "module": "./src/index.mjs",
@@ -15,11 +15,12 @@
15
15
  "scripts": {
16
16
  "prepare": "npm run build",
17
17
  "build": "tsdown",
18
- "build:docs": "cd docs && npm run docs:build",
19
- "dev:docs": "cd docs && npm run docs:dev"
18
+ "docs:build": "cd docs && npm run docs:build",
19
+ "docs:dev": "cd docs && npm run docs:dev"
20
20
  },
21
21
  "files": [
22
22
  "src",
23
+ "logo.png",
23
24
  "README.md"
24
25
  ],
25
26
  "keywords": [],