befly-api 3.17.15 → 3.18.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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "befly-api",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "3.18.2",
|
|
4
|
+
"gitHead": "0227130890b66df1469e8ad3441235d7af0655c0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Befly 3.0 API Template",
|
|
7
7
|
"files": [
|
|
@@ -24,10 +24,12 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"serve": "bunx --bun pm2 start pm2.config.cjs",
|
|
26
26
|
"dev": "bun run index.js",
|
|
27
|
-
"test": "bun test"
|
|
27
|
+
"test": "bun test",
|
|
28
|
+
"db:check": "bun run scripts/syncDb.js",
|
|
29
|
+
"db:apply": "bun run scripts/syncDb.js run"
|
|
28
30
|
},
|
|
29
31
|
"dependencies": {
|
|
30
|
-
"befly": "3.
|
|
32
|
+
"befly": "^3.17.2"
|
|
31
33
|
},
|
|
32
34
|
"engines": {
|
|
33
35
|
"bun": ">=1.3.0"
|
|
File without changes
|