@fiber-pay/cli 0.1.0-rc.1 → 0.1.0-rc.2
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
|
@@ -4488,8 +4488,8 @@ function createRuntimeCommand(config) {
|
|
|
4488
4488
|
import { Command as Command12 } from "commander";
|
|
4489
4489
|
|
|
4490
4490
|
// src/lib/build-info.ts
|
|
4491
|
-
var CLI_VERSION = "0.1.0-rc.
|
|
4492
|
-
var CLI_COMMIT = "
|
|
4491
|
+
var CLI_VERSION = "0.1.0-rc.2";
|
|
4492
|
+
var CLI_COMMIT = "d44bf1937f40ea65c0a1e63ed3bc17d732248fb0";
|
|
4493
4493
|
|
|
4494
4494
|
// src/commands/version.ts
|
|
4495
4495
|
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.2",
|
|
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/sdk": "0.1.0-rc.
|
|
33
|
-
"@fiber-pay/
|
|
31
|
+
"@fiber-pay/node": "0.1.0-rc.2",
|
|
32
|
+
"@fiber-pay/sdk": "0.1.0-rc.2",
|
|
33
|
+
"@fiber-pay/runtime": "0.1.0-rc.2"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsup",
|