@abtnode/timemachine 1.16.47-beta-20250721-130532-61549a96 → 1.16.47-beta-20250723-114212-8da08071
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/lib/index.js +1 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -186,7 +186,7 @@ class Timemachine {
|
|
|
186
186
|
return reject(new Error(`Cannot take new snapshot: ${err.message}`));
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
logger.info('takeSnapshot.success', { commitHash });
|
|
189
|
+
logger.info('takeSnapshot.success', { snapshotHash: commitHash, message, dryRun });
|
|
190
190
|
|
|
191
191
|
this.repo.updateRef(REF_NAME, commitHash, (e) => {
|
|
192
192
|
if (err) {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.16.47-beta-
|
|
7
|
+
"version": "1.16.47-beta-20250723-114212-8da08071",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"types": "index.d.ts",
|
|
10
10
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@abtnode/logger": "1.16.47-beta-
|
|
24
|
+
"@abtnode/logger": "1.16.47-beta-20250723-114212-8da08071",
|
|
25
25
|
"fs-extra": "^11.2.0",
|
|
26
26
|
"js-git": "^0.7.8",
|
|
27
27
|
"readable-stream": "^3.6.0",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"jest": "^29.7.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "39a8ac5b8ca38755da47fd6f895d4fb0e19c0093"
|
|
34
34
|
}
|