hellfire 0.25.12 → 0.25.13

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.25.13](http://10.16.100.57/diffusion/115/paladin/compare/v0.25.12...v0.25.13) (2023-04-03)
6
+
7
+
8
+
5
9
  ## [0.25.12](http://10.16.100.57/diffusion/115/paladin/compare/v0.25.11...v0.25.12) (2023-04-03)
6
10
 
7
11
 
package/dist/index.js CHANGED
@@ -32809,8 +32809,6 @@ function getAIText(data) {
32809
32809
  text.push("\u5927\u5C0F: ".concat(lodash$1.round(longAxisDiameter_mm, 1), "mm \xD7 ").concat(lodash$1.round(shortAxisDiameter_mm, 1), "mm"));
32810
32810
  }
32811
32811
 
32812
- text.push("\u7ED3\u8282\u5BC6\u5EA6\u5C5E\u6027: ".concat(characteristic && characteristic.texture && textureDic(characteristic.texture) || '无'));
32813
-
32814
32812
  if (characteristic && lodash$1.has(characteristic, ['isCalcification'])) {
32815
32813
  text.push("\u9499\u5316: ".concat(characteristic && characteristic.isCalcification ? '是' : '否'));
32816
32814
  }