befly-shared 1.4.2 → 1.4.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "befly-shared",
|
|
3
|
-
"version": "1.4.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.4.3",
|
|
4
|
+
"gitHead": "03ffbb2ac39c377d046a594894e1c568e367def9",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Befly 前端/Vite 共享工具包(仅供 admin 与 Vite 工具使用,禁止接口端/服务端导入)",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"typecheck": "bunx tsgo -p tsconfig.json --noEmit"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"es-toolkit": "^1.
|
|
31
|
+
"es-toolkit": "^1.44.0"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"bun": ">=1.3.0"
|