@twin.org/cli-core 0.0.1-next.47 → 0.0.1-next.48

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
@@ -1,5 +1,5 @@
1
1
  # @twin.org/cli-core - Changelog
2
2
 
3
- ## 0.0.1-next.47
3
+ ## 0.0.1-next.48
4
4
 
5
5
  - Initial Release
@@ -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.47",
3
+ "version": "0.0.1-next.48",
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.47",
18
- "@twin.org/crypto": "0.0.1-next.47",
17
+ "@twin.org/core": "0.0.1-next.48",
18
+ "@twin.org/crypto": "0.0.1-next.48",
19
19
  "@twin.org/nameof": "next",
20
20
  "chalk": "5.4.1",
21
21
  "commander": "13.1.0",