assistsx-js 0.2.0 → 0.2.1

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/dist/index.d.mts CHANGED
@@ -1698,7 +1698,7 @@ declare class Step {
1698
1698
  */
1699
1699
  repeatCount: number;
1700
1700
  /**
1701
- * 步骤重复执行最大次数,默认不限制
1701
+ * 步骤重复执行最大次数,默认15次
1702
1702
  */
1703
1703
  repeatCountMax: number;
1704
1704
  /**
package/dist/index.d.ts CHANGED
@@ -1698,7 +1698,7 @@ declare class Step {
1698
1698
  */
1699
1699
  repeatCount: number;
1700
1700
  /**
1701
- * 步骤重复执行最大次数,默认不限制
1701
+ * 步骤重复执行最大次数,默认15次
1702
1702
  */
1703
1703
  repeatCountMax: number;
1704
1704
  /**