proca 0.6.4 → 0.6.5
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 +2 -2
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g proca
|
|
|
18
18
|
$ proca COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ proca (--version)
|
|
21
|
-
proca/0.6.
|
|
21
|
+
proca/0.6.5 linux-x64 node-v20.12.2
|
|
22
22
|
$ proca --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ proca COMMAND
|
|
@@ -467,7 +467,7 @@ DESCRIPTION
|
|
|
467
467
|
Display help for proca.
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
470
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.27/src/commands/help.ts)_
|
|
471
471
|
|
|
472
472
|
## `proca org add`
|
|
473
473
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proca",
|
|
3
3
|
"description": "Access the proca api",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.5",
|
|
5
5
|
"author": "Xavier",
|
|
6
6
|
"bin": {
|
|
7
|
-
"proca": "
|
|
7
|
+
"proca": "proca-cli"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/fixthestatusquo/git@github.com:fixthestatusquo/proca-cli.git/issues",
|
|
10
10
|
"dependencies": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@oclif/plugin-commands": "^4.1.3",
|
|
31
31
|
"@oclif/plugin-not-found": "^3.2.22",
|
|
32
32
|
"lefthook": "^1.7.18",
|
|
33
|
-
"oclif": "^4"
|
|
33
|
+
"oclif": "^4.17.46"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=18.0.0"
|
|
@@ -82,7 +82,10 @@
|
|
|
82
82
|
"@oclif/plugin-commands"
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
|
-
"repository":
|
|
85
|
+
"repository": {
|
|
86
|
+
"type": "git",
|
|
87
|
+
"url": "git+ssh://git@github.com/fixthestatusquo/proca-cli.git"
|
|
88
|
+
},
|
|
86
89
|
"scripts": {
|
|
87
90
|
"check": "npx @biomejs/biome check --write",
|
|
88
91
|
"format": "npx @biomejs/biome format --write",
|