create-zhin-app 1.0.6 → 1.0.7

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
  ### 使用不同包管理器创建项目
15
15
 
16
16
  ```bash
17
- # npm (推荐)
17
+ # npm
18
18
  npm create zhin-app my-awesome-bot
19
19
 
20
20
  # yarn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zhin-app",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Create a new zhin bot project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "devDependencies": {
16
16
  "@types/node": "^24.3.0",
17
17
  "typescript": "^5.3.0",
18
- "@zhin.js/types": "1.0.2"
18
+ "@zhin.js/types": "1.0.3"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=18.0.0"