@net-mesh/cli 0.26.0 → 0.27.0-beta.2

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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@net-mesh/cli",
3
- "version": "0.26.0",
3
+ "version": "0.27.0-beta.2",
4
4
  "description": "net-mesh — unified command-line interface for the Net mesh",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/ai-2070/net"
8
+ "url": "git+https://github.com/ai-2070/net.git"
9
9
  },
10
10
  "keywords": [
11
11
  "net-mesh",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "//": "Per-platform binary packages are listed as optionalDependencies. npm fetches only the one whose `os`/`cpu`/`libc` constraints match the install host; bin/net-mesh.js resolves whichever landed at runtime and execs the bundled binary.",
29
29
  "optionalDependencies": {
30
- "@net-mesh/cli-linux-x64-gnu": "0.26.0",
31
- "@net-mesh/cli-linux-x64-musl": "0.26.0",
32
- "@net-mesh/cli-linux-arm64-gnu": "0.26.0",
33
- "@net-mesh/cli-linux-arm64-musl": "0.26.0",
34
- "@net-mesh/cli-darwin-x64": "0.26.0",
35
- "@net-mesh/cli-darwin-arm64": "0.26.0",
36
- "@net-mesh/cli-win32-x64": "0.26.0",
37
- "@net-mesh/cli-win32-arm64": "0.26.0"
30
+ "@net-mesh/cli-linux-x64-gnu": "0.27.0-beta.2",
31
+ "@net-mesh/cli-linux-x64-musl": "0.27.0-beta.2",
32
+ "@net-mesh/cli-linux-arm64-gnu": "0.27.0-beta.2",
33
+ "@net-mesh/cli-linux-arm64-musl": "0.27.0-beta.2",
34
+ "@net-mesh/cli-darwin-x64": "0.27.0-beta.2",
35
+ "@net-mesh/cli-darwin-arm64": "0.27.0-beta.2",
36
+ "@net-mesh/cli-win32-x64": "0.27.0-beta.2",
37
+ "@net-mesh/cli-win32-arm64": "0.27.0-beta.2"
38
38
  }
39
39
  }