@twin.org/cli-core 0.0.1-next.47 → 0.0.1-next.49
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/docs/changelog.md
CHANGED
|
@@ -26,7 +26,7 @@ The default output method for writing standard messages.
|
|
|
26
26
|
|
|
27
27
|
The message to output.
|
|
28
28
|
|
|
29
|
-
`string` | `Uint8Array
|
|
29
|
+
`string` | `Uint8Array`\<`ArrayBufferLike`\>
|
|
30
30
|
|
|
31
31
|
#### Returns
|
|
32
32
|
|
|
@@ -46,7 +46,7 @@ The default output method for writing error messages.
|
|
|
46
46
|
|
|
47
47
|
The message to output.
|
|
48
48
|
|
|
49
|
-
`string` | `Uint8Array
|
|
49
|
+
`string` | `Uint8Array`\<`ArrayBufferLike`\>
|
|
50
50
|
|
|
51
51
|
#### Returns
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/cli-core",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.49",
|
|
4
4
|
"description": "Core classes for building a CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/core": "0.0.1-next.
|
|
18
|
-
"@twin.org/crypto": "0.0.1-next.
|
|
17
|
+
"@twin.org/core": "0.0.1-next.49",
|
|
18
|
+
"@twin.org/crypto": "0.0.1-next.49",
|
|
19
19
|
"@twin.org/nameof": "next",
|
|
20
20
|
"chalk": "5.4.1",
|
|
21
21
|
"commander": "13.1.0",
|