befly 3.20.9 → 3.20.10

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.
@@ -170,6 +170,11 @@ function normalizeQualifierField(field) {
170
170
  .slice(0, parts.length - 1)
171
171
  .map((item) => snakeCase(item.trim()))
172
172
  .join(".");
173
+
174
+ if (fieldName === "*") {
175
+ return `${qualifier}.*`;
176
+ }
177
+
173
178
  return `${qualifier}.${snakeCase(fieldName)}`;
174
179
  }
175
180
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly",
3
- "version": "3.20.9",
4
- "gitHead": "c6107d7e5006ffeba25cedef95ae0c7a5d294673",
3
+ "version": "3.20.10",
4
+ "gitHead": "6cffd9804b01481592d2a4e0eea31db3dbe30854",
5
5
  "private": false,
6
6
  "description": "Befly - 为 Bun 专属打造的 JavaScript API 接口框架核心引擎",
7
7
  "keywords": [