create-alemonjs 0.0.4 → 0.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-alemonjs",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "alemonjs dev template",
5
5
  "author": "ningmengchongshui",
6
6
  "main": "bin/index.js",
@@ -16,4 +16,4 @@ https://github.com/lemonade-lab/alemongo
16
16
 
17
17
  ```yaml
18
18
  port: 17117 # 开启协议端口,默认不开启(生产模式)
19
- ```
19
+ ```
@@ -22,10 +22,10 @@
22
22
  "@types/node": "^22",
23
23
  "@alemonjs/db": "^0.0.13",
24
24
  "@alemonjs/bubble": "^2.1.4",
25
- "@alemonjs/discord": "^2.1.4",
25
+ "@alemonjs/discord": "^2.1.7",
26
26
  "@alemonjs/onebot": "^2.1.4",
27
27
  "@alemonjs/qq-bot": "^2.1.4",
28
- "alemonjs": "2.1.37",
28
+ "alemonjs": "2.1.38",
29
29
  "jsxp": "1.2.4",
30
30
  "tailwindcss": "3",
31
31
  "cssnano": "^7",