opscope-darwin-arm64 0.0.0 → 0.2.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.
- package/bin/clocks +0 -0
- package/bin/deployments +0 -0
- package/bin/github +0 -0
- package/bin/herdr-panes +0 -0
- package/bin/latency +0 -0
- package/bin/linear +0 -0
- package/bin/link +0 -0
- package/bin/matrix +0 -0
- package/bin/netwatch +0 -0
- package/bin/opscope +0 -0
- package/bin/ports +0 -0
- package/bin/pr +0 -0
- package/bin/tailnet +0 -0
- package/bin/usage +0 -0
- package/package.json +14 -6
- package/README.md +0 -4
package/bin/clocks
ADDED
|
Binary file
|
package/bin/deployments
ADDED
|
Binary file
|
package/bin/github
ADDED
|
Binary file
|
package/bin/herdr-panes
ADDED
|
Binary file
|
package/bin/latency
ADDED
|
Binary file
|
package/bin/linear
ADDED
|
Binary file
|
package/bin/link
ADDED
|
Binary file
|
package/bin/matrix
ADDED
|
Binary file
|
package/bin/netwatch
ADDED
|
Binary file
|
package/bin/opscope
ADDED
|
Binary file
|
package/bin/ports
ADDED
|
Binary file
|
package/bin/pr
ADDED
|
Binary file
|
package/bin/tailnet
ADDED
|
Binary file
|
package/bin/usage
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opscope-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
5
|
-
"os": [
|
|
6
|
-
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "macOS Apple Silicon binaries for opscope",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"arm64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"bin"
|
|
13
|
+
],
|
|
7
14
|
"license": "AGPL-3.0-or-later",
|
|
8
15
|
"repository": {
|
|
9
16
|
"type": "git",
|
|
10
17
|
"url": "git+https://github.com/stealth-factory/opscope.git"
|
|
11
18
|
},
|
|
12
|
-
"
|
|
13
|
-
|
|
19
|
+
"publishConfig": {
|
|
20
|
+
"access": "public"
|
|
21
|
+
}
|
|
14
22
|
}
|
package/README.md
DELETED