befly-tpl 3.5.0 → 3.5.1

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 (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-tpl",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Befly 3.0 TypeScript Template",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -11,8 +11,7 @@
11
11
  "dev": "bun run --env-file=.env.development main.ts",
12
12
  "start": "bun run --env-file=.env.production main.ts",
13
13
  "pm2": "pm2 start pm2.config.cjs",
14
- "sync:dev": "NODE_ENV=development befly sync",
15
- "sync:prod": "NODE_ENV=production befly sync"
14
+ "sync": "befly sync -e prod"
16
15
  },
17
16
  "files": [
18
17
  "apis",
@@ -31,12 +30,12 @@
31
30
  ],
32
31
  "type": "module",
33
32
  "dependencies": {
34
- "befly": "3.5.0"
33
+ "befly": "3.5.1"
35
34
  },
36
35
  "engines": {
37
36
  "bun": ">=1.3.0"
38
37
  },
39
- "gitHead": "6d065b50bd57e1330a81d5a62423b204a2a49205",
38
+ "gitHead": "bb6847f91fb09704ec47fdae750b3296419d5085",
40
39
  "devDependencies": {
41
40
  "dotenv": "^17.2.3"
42
41
  }