mingyu-core 0.1.1 → 0.1.2

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 (2) hide show
  1. package/README.md +0 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -223,7 +223,6 @@ const voidBranches = getVoidBranches('甲子'); // ['戌','亥'] 旬空
223
223
  各模块的详细参数、返回值字段、数据结构说明,请参阅:
224
224
 
225
225
  - 📖 **[API 参考文档](docs/API.md)** — 所有函数签名与主要类型字段
226
- - 📖 **[算法审查记录](docs/AUDIT.md)** — 发布前审查发现并修正的问题
227
226
 
228
227
  ---
229
228
 
@@ -249,18 +248,6 @@ pnpm --filter mingyu-core test
249
248
 
250
249
  ---
251
250
 
252
- ## 算法审查
253
-
254
- 本包在发布前经过逐文件地毯式审查,对照传统古籍核对算法正确性。审查发现并修正的问题记录在 [docs/AUDIT.md](docs/AUDIT.md),包括:
255
-
256
- - 天干相冲缺戊己的数据 Bug
257
- - 命卦公式的错误重写
258
- - 小运算法的错误移植
259
- - 十神评分口径与 vibebazi 对齐
260
- - 约 40 处重复数据统一到共享层
261
-
262
- ---
263
-
264
251
  ## 相关项目
265
252
 
266
253
  - **[mingyu](https://github.com/Brhiza/mingyu)** — 本包的宿主项目,含 React 前端、MCP Server、公开 API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mingyu-core",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Mingyu core algorithms: traditional Chinese metaphysics (八字Bazi, 紫微斗数Ziwei, 奇门遁甲Qimen, 六爻Liuyao, 六壬Liuren, 梅花易数Meihua, and more)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",