orboto 0.174.1 → 0.174.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/README.md +1 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -44,6 +44,5 @@ Run `orboto` with no arguments for the full command list.
|
|
|
44
44
|
## Notes
|
|
45
45
|
|
|
46
46
|
- Supported platforms: linux/darwin x64 + arm64, windows x64 (`@orboto/cli-*` packages).
|
|
47
|
-
-
|
|
48
|
-
packaging-only fixes; the binary version always names the product release.
|
|
47
|
+
- `orboto version` always matches this package's version.
|
|
49
48
|
- Issues + source: <https://github.com/orboto/orboto>.
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orboto",
|
|
3
|
-
"version": "0.174.
|
|
3
|
+
"version": "0.174.2",
|
|
4
4
|
"description": "The orboto CLI - a single static binary over the orboto REST API.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"orboto": "bin/orboto.mjs"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@orboto/cli-linux-x64": "0.174.
|
|
10
|
-
"@orboto/cli-linux-arm64": "0.174.
|
|
11
|
-
"@orboto/cli-darwin-x64": "0.174.
|
|
12
|
-
"@orboto/cli-darwin-arm64": "0.174.
|
|
13
|
-
"@orboto/cli-win32-x64": "0.174.
|
|
9
|
+
"@orboto/cli-linux-x64": "0.174.2",
|
|
10
|
+
"@orboto/cli-linux-arm64": "0.174.2",
|
|
11
|
+
"@orboto/cli-darwin-x64": "0.174.2",
|
|
12
|
+
"@orboto/cli-darwin-arm64": "0.174.2",
|
|
13
|
+
"@orboto/cli-win32-x64": "0.174.2"
|
|
14
14
|
},
|
|
15
15
|
"license": "SEE LICENSE IN https://github.com/orboto/orboto",
|
|
16
16
|
"repository": {
|