befly-tpl 3.11.0 → 3.11.2

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.
@@ -0,0 +1,16 @@
1
+ {
2
+ "appName": "野蜂飞舞",
3
+
4
+ "addons": {
5
+ "admin": {
6
+ "email": {
7
+ "host": "smtp.qq.com",
8
+ "port": 465,
9
+ "secure": true,
10
+ "user": "",
11
+ "pass": "",
12
+ "fromName": ""
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1 @@
1
+ {}
package/menus.json ADDED
@@ -0,0 +1 @@
1
+ []
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "befly-tpl",
3
- "version": "3.11.0",
4
- "gitHead": "faa8189c7d23cf45885c03d1425cba8f5bf45df9",
3
+ "version": "3.11.2",
4
+ "gitHead": "47bed37852a0435186337bae81258ae2de1d29a4",
5
5
  "private": false,
6
6
  "description": "Befly 3.0 TypeScript Template",
7
7
  "files": [
8
- ".npmrc",
9
- "apis",
10
8
  "bunfig.toml",
11
9
  "LICENSE",
12
10
  "main.ts",
11
+ "menus.json",
13
12
  "package.json",
14
13
  "pm2.config.cjs",
15
14
  "README.md",
16
- "tables",
17
- "tests",
18
- "tsconfig.json"
15
+ "tsconfig.json",
16
+ "apis/",
17
+ "configs/",
18
+ "tables/"
19
19
  ],
20
20
  "type": "module",
21
21
  "publishConfig": {
@@ -29,8 +29,8 @@
29
29
  "test": "bun test"
30
30
  },
31
31
  "dependencies": {
32
- "@befly-addon/admin": "^1.2.0",
33
- "befly": "^3.10.0"
32
+ "@befly-addon/admin": "^1.2.2",
33
+ "befly": "^3.10.2"
34
34
  },
35
35
  "engines": {
36
36
  "bun": ">=1.3.0"