polycopy 0.1.4 → 0.1.6

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 -2
package/dist/index.js CHANGED
@@ -1034,7 +1034,7 @@ class Redeemer {
1034
1034
  this.delayTimeoutId = void 0;
1035
1035
  }
1036
1036
  this.state = "stopped";
1037
- init.logger.info("Redeemer 已停止");
1037
+ init.logger.info("自动 redeem 已停止");
1038
1038
  }
1039
1039
  /**
1040
1040
  * 获取可 Redeem 的仓位
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polycopy",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "polycopy test",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -13,7 +13,6 @@
13
13
  "config": "node dist/config.js",
14
14
  "dev": "tsc --noEmit && vite build && node dist/index.js",
15
15
  "cli": "node dist/cli.js",
16
- "preuninstall": "node dist/cli.js stop 2>/dev/null || true",
17
16
  "prepublishOnly": "npm run build",
18
17
  "test": "HOME=$PWD node --import tsx tests/redeemer.test.ts",
19
18
  "test:redeemer": "HOME=$PWD node --import tsx tests/redeemer.test.ts"