@abtnode/timemachine 1.17.12 → 1.17.13-beta-20260512-004004-69bacba8

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/lib/index.js +1 -1
  2. package/package.json +17 -4
package/lib/index.js CHANGED
@@ -19,7 +19,7 @@ const REF_NAME = 'refs/heads/master';
19
19
  const VIRTUAL_FILE_NAME = 'data';
20
20
  const DEFAULT_AUTHOR = {
21
21
  name: 'abtnode',
22
- email: 'abtnode@arcblock.io',
22
+ email: 'blocklet-server@arcblock.io',
23
23
  };
24
24
 
25
25
  class Timemachine {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.17.12",
7
+ "version": "1.17.13-beta-20260512-004004-69bacba8",
8
8
  "main": "lib/index.js",
9
9
  "types": "index.d.ts",
10
10
  "files": [
@@ -16,14 +16,27 @@
16
16
  "lint:fix": "eslint --fix tests lib"
17
17
  },
18
18
  "keywords": [],
19
- "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
19
+ "author": {
20
+ "name": "ArcBlock",
21
+ "email": "blocklet@arcblock.io",
22
+ "url": "https://github.com/ArcBlock"
23
+ },
20
24
  "license": "Apache-2.0",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/ArcBlock/blocklet-server.git",
28
+ "directory": "core/timemachine"
29
+ },
30
+ "bugs": {
31
+ "url": "https://github.com/ArcBlock/blocklet-server/issues"
32
+ },
33
+ "homepage": "https://github.com/ArcBlock/blocklet-server/tree/main/core/timemachine#readme",
21
34
  "dependencies": {
22
- "@abtnode/logger": "1.17.12",
35
+ "@abtnode/logger": "1.17.13-beta-20260512-004004-69bacba8",
23
36
  "fs-extra": "^11.2.0",
24
37
  "js-git": "^0.7.8",
25
38
  "readable-stream": "^3.6.0",
26
39
  "readdirp": "^3.6.0"
27
40
  },
28
- "gitHead": "a851c46d35a66372b7aa8fb5d7eed7d26980da8a"
41
+ "gitHead": "289f06c2f5a9390aa03cb942b29da0fc5bfdc745"
29
42
  }