@fiber-pay/cli 0.1.0-rc.6 → 0.1.0-rc.7
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/dist/cli.js +2 -2
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -5924,8 +5924,8 @@ function createRuntimeCommand(config) {
|
|
|
5924
5924
|
import { Command as Command12 } from "commander";
|
|
5925
5925
|
|
|
5926
5926
|
// src/lib/build-info.ts
|
|
5927
|
-
var CLI_VERSION = "0.1.0-rc.
|
|
5928
|
-
var CLI_COMMIT = "
|
|
5927
|
+
var CLI_VERSION = "0.1.0-rc.7";
|
|
5928
|
+
var CLI_COMMIT = "f71c561d8f423b9c88b79f5568dc1c6f9fbc93e3";
|
|
5929
5929
|
|
|
5930
5930
|
// src/commands/version.ts
|
|
5931
5931
|
function createVersionCommand() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fiber-pay/cli",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.7",
|
|
4
4
|
"description": "Command-line tool for managing Fiber Network nodes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"commander": "^13.1.0",
|
|
30
30
|
"yaml": "^2.8.2",
|
|
31
|
-
"@fiber-pay/
|
|
32
|
-
"@fiber-pay/
|
|
33
|
-
"@fiber-pay/sdk": "0.1.0-rc.
|
|
31
|
+
"@fiber-pay/node": "0.1.0-rc.7",
|
|
32
|
+
"@fiber-pay/runtime": "0.1.0-rc.7",
|
|
33
|
+
"@fiber-pay/sdk": "0.1.0-rc.7"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsup",
|