@goodfoot/git-mesh 1.0.43 → 1.0.46

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/man/git-mesh.1 +5 -5
  2. package/package.json +6 -6
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.43"
3
+ .TH git-mesh 1 "git-mesh 1.0.46"
4
4
  .ie \n(.g .ds Aq \(aq
5
5
  .el .ds Aq '
6
6
  .SH NAME
@@ -84,7 +84,7 @@ Print version
84
84
  .el .ds Aq '
85
85
  .SH SUBCOMMANDS
86
86
  .TP
87
- git\-mesh\-ls(1)
87
+ git\-mesh\-list(1)
88
88
  List files and anchors currently tracked by a mesh
89
89
  .TP
90
90
  git\-mesh\-stale(1)
@@ -93,7 +93,7 @@ Report anchors whose content has drifted from their anchored state
93
93
  git\-mesh\-add(1)
94
94
  Stage anchors to add on the next mesh commit
95
95
  .TP
96
- git\-mesh\-rm(1)
96
+ git\-mesh\-remove(1)
97
97
  Stage anchors to remove on the next mesh commit
98
98
  .TP
99
99
  git\-mesh\-why(1)
@@ -111,7 +111,7 @@ Fast\-forward a mesh to a past state
111
111
  git\-mesh\-delete(1)
112
112
  Delete a mesh
113
113
  .TP
114
- git\-mesh\-mv(1)
114
+ git\-mesh\-move(1)
115
115
  Rename a mesh
116
116
  .TP
117
117
  git\-mesh\-config(1)
@@ -137,7 +137,7 @@ Print this message or the help of the given subcommand(s)
137
137
  .ie \n(.g .ds Aq \(aq
138
138
  .el .ds Aq '
139
139
  .SH VERSION
140
- v1.0.43
140
+ v1.0.46
141
141
  .SH EXAMPLES
142
142
  Anchor a new mesh alongside a code change:
143
143
  .PP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodfoot/git-mesh",
3
- "version": "1.0.43",
3
+ "version": "1.0.46",
4
4
  "bin": "bin/git-mesh",
5
5
  "man": [
6
6
  "man/git-mesh.1"
@@ -21,11 +21,11 @@
21
21
  "scripts/postinstall.js"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@goodfoot/git-mesh-darwin-arm64": "1.0.43",
25
- "@goodfoot/git-mesh-darwin-x64": "1.0.43",
26
- "@goodfoot/git-mesh-linux-arm64": "1.0.43",
27
- "@goodfoot/git-mesh-linux-x64": "1.0.43",
28
- "@goodfoot/git-mesh-win32-x64": "1.0.43"
24
+ "@goodfoot/git-mesh-darwin-arm64": "1.0.46",
25
+ "@goodfoot/git-mesh-darwin-x64": "1.0.46",
26
+ "@goodfoot/git-mesh-linux-arm64": "1.0.46",
27
+ "@goodfoot/git-mesh-linux-x64": "1.0.46",
28
+ "@goodfoot/git-mesh-win32-x64": "1.0.46"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",