@goodfoot/git-mesh 1.0.88 → 1.0.93

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 +2 -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.88"
3
+ .TH git-mesh 1 "git-mesh 1.0.93"
4
4
  .ie \n(.g .ds Aq \(aq
5
5
  .el .ds Aq '
6
6
  .SH NAME
@@ -115,15 +115,12 @@ Rename a mesh
115
115
  git\-mesh\-doctor(1)
116
116
  Audit the local mesh setup
117
117
  .TP
118
- git\-mesh\-advice(1)
119
- Append events and flush session\-scoped advice
120
- .TP
121
118
  git\-mesh\-help(1)
122
119
  Print this message or the help of the given subcommand(s)
123
120
  .ie \n(.g .ds Aq \(aq
124
121
  .el .ds Aq '
125
122
  .SH VERSION
126
- v1.0.88
123
+ v1.0.93
127
124
  .SH EXAMPLES
128
125
  Anchor a new mesh alongside a code change:
129
126
  .PP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodfoot/git-mesh",
3
- "version": "1.0.88",
3
+ "version": "1.0.93",
4
4
  "bin": "bin/git-mesh.exe",
5
5
  "man": [
6
6
  "man/git-mesh.1"
@@ -23,11 +23,11 @@
23
23
  "scripts/postinstall.js"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@goodfoot/git-mesh-darwin-arm64": "1.0.88",
27
- "@goodfoot/git-mesh-darwin-x64": "1.0.88",
28
- "@goodfoot/git-mesh-linux-arm64": "1.0.88",
29
- "@goodfoot/git-mesh-linux-x64": "1.0.88",
30
- "@goodfoot/git-mesh-win32-x64": "1.0.88"
26
+ "@goodfoot/git-mesh-darwin-arm64": "1.0.93",
27
+ "@goodfoot/git-mesh-darwin-x64": "1.0.93",
28
+ "@goodfoot/git-mesh-linux-arm64": "1.0.93",
29
+ "@goodfoot/git-mesh-linux-x64": "1.0.93",
30
+ "@goodfoot/git-mesh-win32-x64": "1.0.93"
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",