befly 2.2.0 → 2.2.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "befly",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Buma - 为 Bun 专属打造的 API 接口框架核心引擎",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
".": "./main.js"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"ra": "bun run release.js
|
|
17
|
-
"rb": "bun run release.js
|
|
18
|
-
"rc": "bun run release.js
|
|
16
|
+
"ra": "bun run ../release.js --major",
|
|
17
|
+
"rb": "bun run ../release.js --minor",
|
|
18
|
+
"rc": "bun run ../release.js --patch"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
21
|
"bun",
|
|
@@ -59,4 +59,4 @@
|
|
|
59
59
|
"*.{js,css,scss,less,ts,jsx,vue,html,json,md,yaml}": "bunx --bun prettier --write --cache --ignore-unknown"
|
|
60
60
|
},
|
|
61
61
|
"gitHead": "1dc5f118a723969456559e758e2ba889f4601224"
|
|
62
|
-
}
|
|
62
|
+
}
|