@mittwald/cli 1.0.0-alpha.30 → 1.0.0-alpha.31
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 +2 -2
package/README.md
CHANGED
|
@@ -2925,7 +2925,7 @@ DESCRIPTION
|
|
|
2925
2925
|
Display help for mw.
|
|
2926
2926
|
```
|
|
2927
2927
|
|
|
2928
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.
|
|
2928
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.12/src/commands/help.ts)_
|
|
2929
2929
|
|
|
2930
2930
|
## `mw login reset`
|
|
2931
2931
|
|
|
@@ -4242,7 +4242,7 @@ EXAMPLES
|
|
|
4242
4242
|
$ mw update --available
|
|
4243
4243
|
```
|
|
4244
4244
|
|
|
4245
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.
|
|
4245
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.8/src/commands/update.ts)_
|
|
4246
4246
|
|
|
4247
4247
|
## `mw user api-token create`
|
|
4248
4248
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/cli",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.31",
|
|
4
4
|
"description": "Hand-crafted CLI for the mittwald API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"marked": "^11.1.0",
|
|
67
67
|
"marked-terminal": "^6.0.0",
|
|
68
68
|
"node-notifier": "^10.0.1",
|
|
69
|
-
"open": "^
|
|
69
|
+
"open": "^10.0.3",
|
|
70
70
|
"parse-duration": "^1.1.0",
|
|
71
71
|
"pretty-bytes": "^6.1.0",
|
|
72
72
|
"react": "^18.2.0",
|