更新版本至 0.0.48,升级依赖项,优化哈希函数实现,新增 QueryMark 类及相关功能

This commit is contained in:
2026-02-14 01:11:03 +08:00
parent e4990d5e3d
commit d2ffc8d8ec
5 changed files with 195 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ for (const query of queryList) {
naming: query.name,
entry: `query/${query.name}/index.ts`,
meta: import.meta,
target: 'browser',
dts: true,
})
}