@zerops/zcli 1.0.26 → 1.0.33
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 +0 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -43,7 +43,6 @@ npm i -g @zerops/zcli
|
|
|
43
43
|
|
|
44
44
|
Check out more installation ways at [zeropsio/zcli](https://github.com/zeropsio/zcli).
|
|
45
45
|
|
|
46
|
-
[!TIP]
|
|
47
46
|
> To download the zCLI directly, use the [latest release](https://github.com/zeropsio/zcli/releases/latest/) on GitHub.
|
|
48
47
|
|
|
49
48
|
## Requirements
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerops/zcli",
|
|
3
|
-
"version": "v1.0.
|
|
3
|
+
"version": "v1.0.33",
|
|
4
4
|
"description": "The command-line interface used for interacting with Zerops Platform.",
|
|
5
5
|
"main": "./utils/binary.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@cloudflare/binary-install": "0.2.0",
|
|
10
|
-
"@octokit/core": "
|
|
11
|
-
"actions-toolkit": "^
|
|
12
|
-
"yargs": "^
|
|
10
|
+
"@octokit/core": "^6.1.2",
|
|
11
|
+
"actions-toolkit": "^6.0.1",
|
|
12
|
+
"yargs": "^17.7.2"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"standard": "^
|
|
15
|
+
"standard": "^17.1.0"
|
|
16
16
|
},
|
|
17
17
|
"bin": {
|
|
18
18
|
"zcli": "utils/run.js"
|