@goodfoot/git-mesh 1.0.13 → 1.0.18
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/man/git-mesh.1 +2 -2
- package/package.json +7 -7
package/man/git-mesh.1
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ie \n(.g .ds Aq \(aq
|
|
2
2
|
.el .ds Aq '
|
|
3
|
-
.TH git-mesh 1 "git-mesh 1.0.
|
|
3
|
+
.TH git-mesh 1 "git-mesh 1.0.18"
|
|
4
4
|
.ie \n(.g .ds Aq \(aq
|
|
5
5
|
.el .ds Aq '
|
|
6
6
|
.SH NAME
|
|
@@ -132,7 +132,7 @@ Print this message or the help of the given subcommand(s)
|
|
|
132
132
|
.ie \n(.g .ds Aq \(aq
|
|
133
133
|
.el .ds Aq '
|
|
134
134
|
.SH VERSION
|
|
135
|
-
v1.0.
|
|
135
|
+
v1.0.18
|
|
136
136
|
.SH EXAMPLES
|
|
137
137
|
Anchor a new mesh alongside a code change:
|
|
138
138
|
.PP
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodfoot/git-mesh",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"bin": "bin/git-mesh",
|
|
5
5
|
"man": [
|
|
6
6
|
"man/git-mesh.1"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build:clean": "rm -rf \"${GIT_MESH_CARGO_TARGET_ROOT:-$HOME/.cache/git-mesh/cargo-target}\" && yarn build:man && env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=\"${GIT_MESH_CARGO_TARGET_ROOT:-$HOME/.cache/git-mesh/cargo-target}/build\" cargo build --release",
|
|
14
14
|
"test": "env CARGO_TARGET_DIR=\"${GIT_MESH_CARGO_TARGET_ROOT:-$HOME/.cache/git-mesh/cargo-target}/test\" cargo nextest run --build-jobs 1",
|
|
15
15
|
"lint": "env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=\"${GIT_MESH_CARGO_TARGET_ROOT:-$HOME/.cache/git-mesh/cargo-target}/lint\" cargo clippy --quiet -- -D warnings",
|
|
16
|
-
"typecheck": "env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=\"${GIT_MESH_CARGO_TARGET_ROOT:-$HOME/.cache/git-mesh/cargo-target}/typecheck\" cargo check --quiet"
|
|
16
|
+
"typecheck": "env CARGO_BUILD_JOBS=1 CARGO_TARGET_DIR=\"${GIT_MESH_CARGO_TARGET_ROOT:-$HOME/.cache/git-mesh/cargo-target}/typecheck\" cargo check --quiet --locked"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"bin/",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"scripts/postinstall.js"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@goodfoot/git-mesh-darwin-arm64": "1.0.
|
|
25
|
-
"@goodfoot/git-mesh-darwin-x64": "1.0.
|
|
26
|
-
"@goodfoot/git-mesh-linux-arm64": "1.0.
|
|
27
|
-
"@goodfoot/git-mesh-linux-x64": "1.0.
|
|
28
|
-
"@goodfoot/git-mesh-win32-x64": "1.0.
|
|
24
|
+
"@goodfoot/git-mesh-darwin-arm64": "1.0.18",
|
|
25
|
+
"@goodfoot/git-mesh-darwin-x64": "1.0.18",
|
|
26
|
+
"@goodfoot/git-mesh-linux-arm64": "1.0.18",
|
|
27
|
+
"@goodfoot/git-mesh-linux-x64": "1.0.18",
|
|
28
|
+
"@goodfoot/git-mesh-win32-x64": "1.0.18"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|