@goodfoot/git-mesh 1.0.18 → 1.0.19

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/bin/git-mesh ADDED
@@ -0,0 +1,4 @@
1
+ #!/bin/sh
2
+ # Replaced by postinstall with a symlink to the native binary.
3
+ echo "@goodfoot/git-mesh: Installation incomplete. Run 'npm install @goodfoot/git-mesh' to finish setup." >&2
4
+ exit 1
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.18"
3
+ .TH git-mesh 1 "git-mesh 1.0.19"
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.18
135
+ v1.0.19
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.18",
3
+ "version": "1.0.19",
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.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"
24
+ "@goodfoot/git-mesh-darwin-arm64": "1.0.19",
25
+ "@goodfoot/git-mesh-darwin-x64": "1.0.19",
26
+ "@goodfoot/git-mesh-linux-arm64": "1.0.19",
27
+ "@goodfoot/git-mesh-linux-x64": "1.0.19",
28
+ "@goodfoot/git-mesh-win32-x64": "1.0.19"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",