qjutil 0.0.18 → 0.0.19

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -23,7 +23,7 @@ declare namespace bagUtil {
23
23
  /**
24
24
  * 生成petJson
25
25
  * @param template 宠物模板
26
- * @param pointWeight 初始技能点加点权重
26
+ * @param pointWeightDic 初始技能点加点权重字典
27
27
  * @param coefficient 属性计算系数字典
28
28
  * @param quality 品质
29
29
  * @param level 等级
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qjutil",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [