@toloka-platform/cli-linux-arm64 0.0.0-bootstrap.1 → 0.3.0

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/toloka ADDED
Binary file
@@ -0,0 +1 @@
1
+ 1266c91f82a7fc11cade5c12d70372d93e922fd15982a1aa59f64300257c996c toloka
package/package.json CHANGED
@@ -1 +1,24 @@
1
- {"name":"@toloka-platform/cli-linux-arm64","version":"0.0.0-bootstrap.1","description":"Registration-only bootstrap package. No CLI executable is included. Use a subsequent stable native release.","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/toloka-dev/potato.git"},"files":[]}
1
+ {
2
+ "name": "@toloka-platform/cli-linux-arm64",
3
+ "version": "0.3.0",
4
+ "description": "Standalone Toloka CLI for linux-arm64",
5
+ "license": "Apache-2.0",
6
+ "private": false,
7
+ "os": [
8
+ "linux"
9
+ ],
10
+ "cpu": [
11
+ "arm64"
12
+ ],
13
+ "bin": {
14
+ "toloka": "bin/toloka"
15
+ },
16
+ "files": [
17
+ "bin/toloka",
18
+ "bin/toloka.sha256"
19
+ ],
20
+ "publishConfig": {
21
+ "access": "public",
22
+ "registry": "https://registry.npmjs.org/"
23
+ }
24
+ }