befly-shared 1.3.0 → 1.3.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 +3 -3
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "befly-shared",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "private": false,
5
5
  "description": "Befly 纯函数与纯常量共享包(不包含 Node/浏览器特定实现)",
6
6
  "license": "Apache-2.0",
7
7
  "author": "chensuiyi <bimostyle@qq.com>",
8
8
  "files": [
9
9
  "package.json",
10
- "utils"
10
+ "utils/"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
@@ -19,5 +19,5 @@
19
19
  "engines": {
20
20
  "bun": ">=1.3.0"
21
21
  },
22
- "gitHead": "123125b9d7a6c26879a5b5c9d3ac05e2082141c6"
22
+ "gitHead": "47bed37852a0435186337bae81258ae2de1d29a4"
23
23
  }