polycopy 0.2.1 → 0.2.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1158,7 +1158,7 @@ class Redeemer {
1158
1158
  }
1159
1159
  toMessages(records) {
1160
1160
  return records.map(
1161
- ({ position, matchedCount, failedCount }) => ` - ${position.slug} ${position.outcome}: ${position.currentValue} USDC (matched: ${matchedCount} failed: ${failedCount})`
1161
+ ({ position, matchedCount, failedCount }) => ` - ${position.slug} ${position.outcome}: ${position.currentValue} USDC (成功匹配: ${matchedCount} 失败重试: ${failedCount})`
1162
1162
  );
1163
1163
  }
1164
1164
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polycopy",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "polycopy test",
5
5
  "main": "dist/index.js",
6
6
  "bin": {